Commit Graph

  • b8578179dc tb_widgets_reader: add text-color property to TBTextField Crypto City 2020-01-16 13:28:34 +0000
  • 289bbae20b default_skin: fix invisible caret Crypto City 2020-01-15 00:01:51 +0000
  • 37c2b8e330 add text color and italic to TBTextField and TBButton Crypto City 2020-01-14 22:54:05 +0000
  • ddbf594368 switch to freetype renderer Crypto City 2020-01-14 22:53:41 +0000
  • 58bdd9eda0 tb_widgets_common: add a text color to TBTextField Crypto City 2020-01-14 21:03:33 +0000
  • 725e786a9c tb_select: fast special case for appending a widget when unsorted Crypto City 2020-01-14 17:46:25 +0000
  • d3b11341eb tb_font_renderer_stb: fix Create prototype Crypto City 2020-01-14 17:46:00 +0000
  • efcda08f42 tb_window: allow setting window settings on creation Crypto City 2020-01-14 12:00:22 +0000
  • 323ee5179a tb_window: add OnCloseRequest virtual function Crypto City 2020-01-13 18:46:06 +0000
  • 889d3dd333 tb_select: pass click count in mouse event Crypto City 2020-01-13 14:22:35 +0000
  • 83f231bfe4 remove glfw dependency Crypto City 2020-01-13 14:09:29 +0000
  • be59a1e10a CMakeLists.txt: configure tweaks Crypto City 2020-01-13 10:44:36 +0000
  • 76de76b4e9 build integration and lumak's urho3d tweaks Crypto City 2020-01-11 15:08:56 +0000
  • 557b7f8cd0 detect right GLEW library fro either Win32 or x64 Michael Tesch 2020-01-09 14:58:51 +0100
  • 5c9842a7d6 update GLEW wrapper to use x64, not Win32 Michael Tesch 2020-01-09 14:51:01 +0100
  • 13a1ce24cd look for GLEW, then use it. use vs2019. Michael Tesch 2020-01-09 14:38:43 +0100
  • 6f52e6e6c7 dont use m_renderer if null Michael Tesch 2020-01-03 16:18:51 +0100
  • 1579a1f1e1 fix last commit - for plain GL renderer too. Michael Tesch 2020-01-03 15:21:51 +0100
  • cefb66be99 moved globals in GL renderer into class Michael Tesch 2020-01-03 15:11:01 +0100
  • 34e884b375 dont need EVAL_CTORS when using llvm wasm backend Michael Tesch 2019-12-18 17:44:35 +0100
  • 4c5aa0dee0 minor CMake cleanup Michael Tesch 2019-12-18 15:48:06 +0100
  • a8d64fcc91 cleanup for llvm emscripten, cleanup resources Michael Tesch 2019-12-18 15:14:46 +0100
  • b9581b4535 fix for emscripten Michael Tesch 2019-12-16 19:38:47 +0100
  • ae9c28ebab more const-ification. introduce DEFLATE_INFO. michael tesch 2019-12-09 19:39:57 +0100
  • 444a90b41f added an sdl2 filesystem wrapper Michael Tesch 2019-12-05 20:01:14 +0100
  • 3bd664ec76 turn extra debug messages off michael tesch 2019-12-02 15:41:20 +0100
  • 4a07ce6f0e compiler warning unused var Michael Tesch 2019-11-29 17:27:21 +0100
  • f8a24665a8 return the item pointer from TBSelectItem::AddItem, not just bool michael tesch 2019-11-29 13:05:28 +0100
  • b72ccfb283 Merge branch 'hastybadger' of github.com:tesch1/turbobadger into hastybadger Michael Tesch 2019-11-28 13:27:43 +0100
  • 658d20162c
    add TB_LIBSTD, const char * -> TBStr &, fix lib build (#16) Michael Tesch 2019-11-28 13:25:48 +0100
  • f4223d11f4 remove old comment Michael Tesch 2019-11-28 12:23:40 +0100
  • b0d04f93ef Merge branch 'hastybadger' of github.com:tesch1/turbobadger into hastybadger michael tesch 2019-11-22 21:22:23 +0100
  • e6d65448d6 cleanup some compiler warnings michael tesch 2019-11-22 21:22:19 +0100
  • b950317192
    Hb skin (#15) Michael Tesch 2019-11-22 17:36:17 +0100
  • e4a76d4054 minor stuff, include tb_config.h in sources for TurboBadgerLib michael tesch 2019-11-22 12:30:29 +0100
  • 604eba58bb cleanup cmake warnings michael tesch 2019-11-22 01:10:25 +0100
  • dbbe8a8d1c dont make CMAKE_CXX_FLAGS a CACHE variable Michael Tesch 2019-11-21 21:18:02 +0100
  • 3031a49419
    mojo to build SDL2 for android as a shared lib (#14) Michael Tesch 2019-11-21 13:28:12 +0100
  • 7a856c3b53 android: link sdl2 against ndks cpufeatures Michael Tesch 2019-11-19 17:33:13 +0100
  • ee287b481b
    minor code tweak (#13) Michael Tesch 2019-11-19 10:50:34 +0100
  • 99f031964b build cleanup, warning cleanup michael tesch 2019-11-16 21:35:52 +0100
  • e0b325a4c5 Merge branch 'hastybadger' of github.com:tesch1/turbobadger into hastybadger michael tesch 2019-11-16 18:53:23 +0100
  • 1eff8c5c9f let CMAKE_BUILD_TYPE be empty michael tesch 2019-11-16 18:52:46 +0100
  • 9bc35b8e0e cache the glfw download michael tesch 2019-11-16 14:05:00 +0100
  • 780229467a make SDL2 on android build ok Michael Tesch 2019-11-15 17:50:06 +0100
  • a6a69bc911 Merge branch 'hastybadger' of github.com:tesch1/turbobadger into hastybadger Michael Tesch 2019-11-15 17:49:12 +0100
  • 4e11f79905 make SDL2 on android build ok Michael Tesch 2019-11-15 17:48:43 +0100
  • a6271374b4 cleanup config messages, add a line to show how to get SDL hg repo Michael Tesch 2019-11-15 17:29:15 +0100
  • 82a123fd7d minor fixes Michael Tesch 2019-11-15 15:48:05 +0100
  • c68e4ed7bb fix add_resources() to work on directories too michael tesch 2019-11-15 14:12:35 +0100
  • 1bde61029a moved add_resources() def to include file michael tesch 2019-11-15 11:50:33 +0100
  • d19a4b9785 no debug postfis for freetype, disable some debug msgs michael tesch 2019-11-15 10:00:19 +0100
  • dda9f720cd we want no debug postfix on SDL2 library michael tesch 2019-11-15 09:52:37 +0100
  • 0503071a5d we want no debug postfix on SDL2 library michael tesch 2019-11-15 09:45:49 +0100
  • c8b9221ed3 verify config variables, fix debian file upload michael tesch 2019-11-15 08:49:59 +0100
  • 964e1b41ed
    Hb android fix (#12) Michael Tesch 2019-11-14 23:14:49 +0100
  • c23159df2b
    Hb cmake2 (#11) Michael Tesch 2019-11-14 16:59:54 +0100
  • f2e78ccc56 make sure to include glew.h on windows before gl.h michael tesch 2019-11-14 10:07:19 +0100
  • 5ef40edf14 use TB_BACKEND_GLFW to identify glfw michael tesch 2019-11-14 00:01:16 +0100
  • 435c52d6d1 fix osx build on travis michael tesch 2019-11-13 23:56:42 +0100
  • 486445ce60 stuff for msvc michael tesch 2019-11-13 21:22:10 +0100
  • ac465c6f22 Merge branch 'hastybadger' of github.com:tesch1/turbobadger into hastybadger michael tesch 2019-11-13 21:11:08 +0100
  • 4e881f2ac7 apparently MSVC doesnt like this michael tesch 2019-11-13 21:10:59 +0100
  • e4d66f9454 get Demo working on iOS michael tesch 2019-11-13 21:04:29 +0100
  • c970dbc9c8 fix android system Michael Tesch 2019-11-13 19:46:24 +0100
  • 54898c2e30 makefile cleanu, fix win travis? michael tesch 2019-11-13 19:42:00 +0100
  • b48b164672 cleanup signed build for iOS & macOS michael tesch 2019-11-13 19:37:17 +0100
  • c79de19058 cleanup library issues, particularly for iOS michael tesch 2019-11-13 18:35:12 +0100
  • f23987d743 remove crufty library finding Michael Tesch 2019-11-13 15:20:05 +0100
  • 61618c1eeb make debug info configurable michael tesch 2019-11-13 14:48:44 +0100
  • b7775faf3e better way of configuring options michael tesch 2019-11-13 14:26:18 +0100
  • dad6f07f9a Merge branch 'hastybadger' of github.com:tesch1/turbobadger into hastybadger Michael Tesch 2019-11-13 12:58:48 +0100
  • 665d8cdc90 unfinished travis android build Michael Tesch 2019-11-13 12:58:44 +0100
  • 2ae8da7087 Merge branch 'hastybadger' of github.com:tesch1/turbobadger into hastybadger michael tesch 2019-11-12 19:04:15 +0100
  • 1026b94a62 merge android studio bump Michael Tesch 2019-11-12 17:32:56 +0100
  • 6303ce506b bump gradle version Michael Tesch 2019-11-12 17:29:25 +0100
  • 2686f58454 fix test file locations, remove posix file junk michael tesch 2019-11-12 17:08:09 +0100
  • 00933a86e9
    Hb cmake cleanup (#10) Michael Tesch 2019-11-12 15:45:00 +0100
  • 63608b34c6 packaging for hb Michael Tesch 2019-11-07 18:23:47 +0100
  • c4025a969b libxinput dev files for travis Michael Tesch 2019-11-07 16:53:52 +0100
  • 02dad32701 dont defaul to system_linux on windows Michael Tesch 2019-11-07 16:47:15 +0100
  • 42a4ba9fb7 remove unused <sys/time.h> from clipboard_dummy Michael Tesch 2019-11-07 16:38:31 +0100
  • 7b7fc89ee7 tell travis to build win32 INSTALL target Michael Tesch 2019-11-07 16:08:01 +0100
  • e1b331eaca bump glfw version to 3.3, minor cmake cleanups Michael Tesch 2019-11-07 16:06:13 +0100
  • 6bb16dcd44 get rid of TB_EXTRA_LIBS, dont find_package(opengl) on android Michael Tesch 2019-11-07 15:59:00 +0100
  • affca5bc42 more build type cleanup Michael Tesch 2019-11-07 15:53:26 +0100
  • 5ff2f27581 rework glfw and sdl2 libraries, add glfw emscripten build option Michael Tesch 2019-11-07 15:35:46 +0100
  • 3ac8e184f5 start of auto-releases, fix for old cmake Michael Tesch 2019-11-07 13:34:20 +0100
  • 965fc73a87 build sdl2 properly as a subdirectory michael tesch 2019-11-07 13:19:29 +0100
  • 6270106799 libs for travis Michael Tesch 2019-11-06 19:09:36 +0100
  • 1854181e20 libs for travis Michael Tesch 2019-11-06 18:55:21 +0100
  • 0aa5edeb5d build matrix for travis +macos +windows Michael Tesch 2019-11-06 18:43:01 +0100
  • 6893dd273e simplify sdl cmake vars Michael Tesch 2019-11-06 18:37:50 +0100
  • 27c8da7dc9 libs for travis Michael Tesch 2019-11-06 18:15:51 +0100
  • 974f543ff2 add opengl(mesa) to .travis Michael Tesch 2019-11-06 17:50:05 +0100
  • 30d15faf1d add opengl(mesa) to .travis Michael Tesch 2019-11-06 17:48:03 +0100
  • c96a923a0c add libsdl2 to .travis Michael Tesch 2019-11-06 17:41:48 +0100
  • 019d3b6d4b add libsdl2 to .travis Michael Tesch 2019-11-06 17:24:35 +0100
  • fd8028fd8a reenable travis build Michael Tesch 2019-11-06 17:19:00 +0100
  • fbba13e635 Merge branch 'hastybadger' of github.com:tesch1/turbobadger into hastybadger Michael Tesch 2019-11-06 17:09:01 +0100