Commit Graph

  • babdfd5bf8 Merge branch 'demo_sdl2' of github.com:tesch1/turbobadger into demo_sdl2 michael tesch 2016-06-17 21:03:32 +0200
  • a55d77b2d2 added node write support, good enough for debugging michael tesch 2016-06-17 21:03:19 +0200
  • 3eac0ebc78 make sure TEXTURE0 is active when available michael tesch 2016-06-16 21:16:18 +0200
  • 38e0c0ab12 Merge branch 'demo_sdl2' of github.com:tesch1/turbobadger into demo_sdl2 Michael Tesch 2016-06-16 18:08:19 +0200
  • 77a03fea93 cleanup tabs in sdl port, check if got requested window size Michael Tesch 2016-06-16 18:07:56 +0200
  • 75b0f9eead Merge commit '71e10af' into demo_sdl2 michael tesch 2016-06-16 17:30:30 +0200
  • 71e10afbe8 fix includes for apple and gles2 michael tesch 2016-06-16 17:28:00 +0200
  • 50086f3228 remove dependency on c++ stdlib Michael Tesch 2016-06-16 17:06:37 +0200
  • b634125e60 simpler solution to no-bitmap case Michael Tesch 2016-06-16 16:54:48 +0200
  • 8f002b05e6 use TBDebugOut especially for printing debug output with no parameters Michael Tesch 2016-06-16 16:35:13 +0200
  • 3c3f47ef85 added default white texture to GL renderer Michael Tesch 2016-06-16 16:31:53 +0200
  • 924baf414c regression, fix for strange TBDebugPrint definition Michael Tesch 2016-06-16 14:31:32 +0200
  • a3ea918a58 Merge branch 'demo_sdl2' of github.com:tesch1/turbobadger into demo_sdl2 Michael Tesch 2016-06-16 14:22:38 +0200
  • 1285f152ea cleanup debug output Michael Tesch 2016-06-16 14:22:21 +0200
  • 789c28d096 Merge branch 'master' of github.com:fruxo/turbobadger into demo_sdl2 michael tesch 2016-06-16 13:02:23 +0200
  • 41c3b0b52f Merge branch 'demo_sdl2' of github.com:tesch1/turbobadger into demo_sdl2 michael tesch 2016-06-16 12:59:54 +0200
  • 0e179e4257 let window resize michael tesch 2016-06-16 12:59:51 +0200
  • 9094e47080 Merge pull request #78 from mgerhardy/patch-2 Emil Segerås 2016-06-16 12:48:29 +0200
  • b2ce28e72f formatting reversion, remove cruft comment Michael Tesch 2016-06-16 12:20:33 +0200
  • 63c3ca1e65 fix from @mgerhardy to SDL, remove iostream dependence Michael Tesch 2016-06-16 12:09:58 +0200
  • c95d61db42 Fixed typo in CMakeLists.txt Martin Gerhardy 2016-06-16 12:09:49 +0200
  • d7bb6ad083 remove emacs file vars Michael Tesch 2016-06-16 11:59:25 +0200
  • 93bf92a09b Define factory for TBWindow. Fixes #72 Emil Segerås 2016-06-15 21:39:15 +0200
  • 6df6e49179 disable assert() to run, add debug for fopen fails Michael Tesch 2016-06-14 20:29:27 +0200
  • 809190d1e8 added config option for constexpr support and cleanup cmakefile spaces Michael Tesch 2016-06-14 17:29:57 +0200
  • e908f6dfb6 enable double buffer Michael Tesch 2016-06-14 17:29:21 +0200
  • a5552c08ba Merge branch 'master' of github.com:fruxo/turbobadger into demo_sdl2 michael tesch 2016-06-13 19:44:20 +0200
  • 24bd67ec87 fixed build on linux+GL3 Michael Tesch 2016-06-13 18:05:56 +0200
  • 483ec58f5c Use ibeam cursor for edit fields. Fixes #77 Emil Segerås 2016-06-12 16:36:47 +0200
  • 7ade1a1490 Clamp opacity before use. Emil Segerås 2016-06-10 21:16:04 +0200
  • e55540f648 Fixed outdated comment Emil Segerås 2016-06-10 21:13:58 +0200
  • 1259d8b71f Removed warning Emil Segerås 2016-06-10 21:11:15 +0200
  • c1dd7f8964 Plugged memory leak in TBFontEffect. Emil Segerås 2016-06-10 21:06:56 +0200
  • 1160242301 remove some cruft michael tesch 2016-06-10 01:19:48 +0200
  • 7dc22d774b cleanup sdl port, move timer stuff into tb_system_sdl update some configuration options so that tb can be configured as a git submodule from an external CMakeLists.txt michael tesch 2016-06-10 01:05:50 +0200
  • 256ba72708 fix typo in config variable michael tesch 2016-06-09 22:52:52 +0200
  • ee35214bef system implementation for sdl michael tesch 2016-06-09 22:36:42 +0200
  • a5a59f520d added TB_TARGET_CUSTOM to disable automatic target defines michael tesch 2016-06-09 22:20:32 +0200
  • f488593749 fix needs return value michael tesch 2016-06-09 22:14:00 +0200
  • a2cb4fc03e fix typo michael tesch 2016-06-09 22:13:12 +0200
  • 6e64019368 more configurable from external project michael tesch 2016-06-09 22:10:46 +0200
  • 6980aaa02c added config options for gl3 and gles renderers michael tesch 2016-06-08 22:14:28 +0200
  • c4d22be914 define for sdl2 clipboard michael tesch 2016-06-07 21:25:36 +0200
  • 334334a366 check that GL renderer defines make sense michael tesch 2016-06-07 21:24:10 +0200
  • 3ccd635824 Merge branch 'demo_sdl2' of github.com:tesch1/turbobadger into demo_sdl2 michael tesch 2016-06-07 21:18:31 +0200
  • 60111e2d9e minor GL3 & SDL cleanup michael tesch 2016-06-07 21:18:23 +0200
  • 39c9984774 fixed continuous update by moving redraw into SDL_USEREVENT handling michael tesch 2016-06-07 20:17:31 +0200
  • ec03727f51 comment out debug stmts Michael Tesch 2016-06-07 19:27:23 +0200
  • d348ae154e Merge branch 'master' of github.com:fruxo/turbobadger into demo_sdl2 michael tesch 2016-06-05 02:19:59 +0200
  • 45b78a3e86 dont default to GL3 michael tesch 2016-06-05 02:18:39 +0200
  • 222924aefd comment out debug code michael tesch 2016-06-04 17:43:41 +0200
  • 2abaf66743 remove debugging stmts, fixed rsync for resources michael tesch 2016-06-04 17:36:26 +0200
  • fdb86e550d change to fruxo formatting style michael tesch 2016-06-04 16:55:27 +0200
  • 7e7d23034c working gl3 render michael tesch 2016-06-04 16:39:38 +0200
  • c4b3301baa start try to add gles2/gl3 render michael tesch 2016-06-04 04:51:46 +0200
  • 7501b4fbfd Run FileOptimizer on default skin & font bitmaps. Emil Segerås 2016-05-31 21:27:48 +0200
  • 3060857345 Merge pull request #73 from mgerhardy/patch-1 Emil Segerås 2016-06-03 21:02:49 +0200
  • 70b1cc89f4 request correct gl version michael tesch 2016-06-03 18:33:12 +0200
  • 8e66c06239 Merge branch 'demo_sdl2' of github.com:tesch1/turbobadger into demo_sdl2 michael tesch 2016-06-03 18:16:19 +0200
  • 466e81902a remove some gl stuff from port_sdl2 Michael Tesch 2016-06-03 18:16:09 +0200
  • 658b80b69e Merge branch 'demo_sdl2' of github.com:tesch1/turbobadger into demo_sdl2 michael tesch 2016-06-03 18:08:48 +0200
  • 1606beb3ff fixed glfw build michael tesch 2016-06-03 18:07:46 +0200
  • fa07e3ec1b compiles, doesnt draw Michael Tesch 2016-06-03 18:07:23 +0200
  • 85ebe8b584 start of sdl2 demo app port michael tesch 2016-06-03 12:12:05 +0200
  • edc090368e fixed compilation with gcc 6.1.1 Martin Gerhardy 2016-06-02 14:07:28 +0200
  • 0d02f3a3ad Merge pull request #55 from jaynus/master Emil Segerås 2016-03-07 09:24:09 +0100
  • 037c8aed9b Merge pull request #64 from fungos/master Emil Segerås 2016-02-21 20:03:34 +0100
  • 442eea2d9b Fixes compilation for cross-compilation with Google's Native Client toolchain. Danny Angelo Carminati Grein 2016-02-20 20:31:13 -0500
  • d1aff4af9a Added missing TB_RENDERER_GL ifdef. Fixes #61 Emil Segerås 2016-02-13 14:34:51 +0100
  • 97059bb2cb Merge pull request #59 from Cleroth/pull_requests Emil Segerås 2016-02-07 14:18:59 +0100
  • e4dbfdeef3 Use constexpr in MSVC2015+; Macros need to use namespace as they're not actually in the namespace Cleroth Sun 2016-02-06 18:06:21 +0100
  • e6e9bd6af9 Initial implementation of "modern" CMake system. Walter Pearce 2016-01-10 22:24:30 -0800
  • 084a3f3ab8 Fixed endless focus loop. Fixes #52 Emil Segerås 2016-01-08 20:36:17 +0100
  • 487dd0f248 Fixed typo in SetVisibility. Fixes #51. Emil Segerås 2015-12-16 19:14:34 +0100
  • 10c7361c68 Merge pull request #48 from rongzhou/master Emil Segerås 2015-11-02 17:26:15 +0100
  • ccc8b310d2 Cleanup unnecessary comma rongzhou 2015-11-01 16:45:09 -0800
  • e65907488c Fixed keyboard shortcuts on linux. Emil Segerås 2015-07-26 09:57:44 +0200
  • 78f44600fc Merge branch 'glfw_3_1_1' Emil Segerås 2015-07-26 09:40:54 +0200
  • ec844e8cc7 Fixed keyboard shortcuts on osx. Emil Segerås 2015-07-26 09:17:35 +0200
  • 2f51f25369 Refactorized demo platform integration to better suit game loops. Emil Segerås 2015-07-02 14:22:43 +0200
  • 3e6464d1db Compile fixes for new toolchains on Android Emil Segerås 2015-07-02 14:07:15 +0200
  • 5596f37f84 Modified and moved comment. Emil Segerås 2015-07-01 14:10:56 +0200
  • 91912d3ffe Merge pull request #36 from LittleCodingFox/master Emil Segerås 2015-07-01 13:50:40 +0200
  • b82514cc34 Use TBTempBuffer instead of manual deallocation. Fixes #33 Emil Segerås 2015-07-01 13:47:30 +0200
  • a2cabbb731 Make the demo find resources on os x. Emil Segerås 2015-06-26 20:06:50 +0200
  • e1100986d7 If no group root is found, use absolute root. Emil Segerås 2015-06-22 22:03:14 +0200
  • 26af4e9aca Added group-id support for TBButton. Emil Segerås 2015-06-22 21:51:15 +0200
  • 18edf36e7c Renamed & made ToggleGroup public as UpdateGroupWidgets. Emil Segerås 2015-06-22 19:00:56 +0200
  • 31aa2f1359 Upgraded to glfw 3.1.1 for demo Emil Segerås 2015-03-31 20:35:32 +0200
  • 101ec6731f Added getter for skin fragment manager. Emil Segerås 2015-05-14 09:21:26 +0200
  • 36c1f30b81 Merge pull request #38 from l0calh05t/master Emil Segerås 2015-05-02 09:34:31 +0200
  • 79723345bc 64-bit build fix l0calh05t 2015-04-29 23:15:36 +0200
  • 08062f0227 Added PointerUp/Down consume support; Nuno Silva 2015-02-02 16:30:17 +0000
  • 4105bc5aec Cleanup linux ifdef in glfw port Emil Segerås 2014-12-30 13:25:00 -0800
  • 60f387eec9 Added support for local node value references. Emil Segerås 2014-12-18 14:18:24 -0800
  • 41e7dcc5bc Added some more predefined keyboard shortcuts. Emil Segerås 2014-11-02 18:31:27 +0100
  • 305fc9e76d Moved child index methods to TBWidget from TBTabContainer. Emil Segerås 2014-11-02 18:26:46 +0100
  • f2eb845f72 Use visibility for pages in TBTabContainer. Emil Segerås 2014-11-01 21:30:23 +0100
  • 579174ef5f Added OnVisibilityChanged Emil Segerås 2014-11-01 21:24:24 +0100
  • 97b3fcce0e Fix for starting demo on osx. Emil Segerås 2014-11-01 17:00:34 +0100