Michael Tesch
4ec3558ac3
fix #8 - missing const
2019-11-06 17:08:51 +01:00
Michael Tesch
7e8093ab16
cleanup compiler warning
2019-11-05 17:46:31 +01:00
Michael Tesch
8b55cff79c
use android image
2019-11-04 20:25:22 +01:00
Michael Tesch
022a514765
removed stray OpenGL/gl3 includes
2019-11-04 19:32:12 +01:00
michael tesch
6faca85a95
guh, circlcci
2019-10-23 11:13:36 +02:00
michael tesch
081e3e0a61
circleci happy?
2019-10-23 11:04:51 +02:00
michael tesch
0ce6cce87c
circleci stuff
2019-10-23 10:26:38 +02:00
michael tesch
02e5fd8551
circleci build platform -> ubuntu
2019-10-23 10:21:11 +02:00
michael tesch
ed0bf709e3
updates for new ios, sdl 2.0.10
2019-10-17 15:22:11 +02:00
Michael Tesch
123ed5a11f
typo in .editorconfig
2019-04-25 16:21:04 +02:00
Michael Tesch
3edab03844
OnDeflate for TBSlider*
2019-03-29 16:39:35 +01:00
Michael Tesch
cd1161c4cf
handle timer interrupt correctly - call processesmessages ( #7 )
2019-03-29 15:34:55 +01:00
Michael Tesch
4cae636371
dont use tmp in define, add more info to widget debug dump
2019-03-29 12:20:32 +01:00
Michael Tesch
afb261c448
added .editorconfig
2019-03-28 22:08:53 +01:00
Michael Tesch
0ef38ed632
added a distclean target to root Makefile
2019-03-20 15:24:51 +01:00
Michael Tesch
35655bc1cf
Merge branch 'hastybadger' of github.com:tesch1/turbobadger into hastybadger
2019-03-20 15:20:03 +01:00
Michael Tesch
2f5b59912f
bump gradle version to 3.3.2
2019-03-05 14:52:41 +01:00
Ömercan Yazici
1fd87b3624
Tiny fix for builds without TB_IMAGE setup ( #4 )
2019-03-02 14:37:22 +01:00
Zomtir
c8bc725e23
Make use of cmake3 ( #3 )
2019-02-27 14:20:30 +01:00
Michael Tesch
12997f966b
strndup for windows
2019-02-21 16:02:39 +01:00
Michael Tesch
b392ef266f
Merge branch 'hastybadger' of github.com:tesch1/turbobadger into hastybadger
2019-02-21 14:52:46 +01:00
Michael Tesch
f48f130210
fix emscripten clamp
2019-02-21 14:52:43 +01:00
Michael Tesch
c0fa6f605a
wrap gnu attribs to hide from win32
2019-02-20 16:10:34 +01:00
Michael Tesch
73f91d6d29
Merge branch 'hastybadger' of github.com:tesch1/turbobadger into hastybadger
2019-02-13 09:16:09 +01:00
Michael Tesch
c9e4d32331
modifier key while dragging slider
...
- holding down any modifier key while dragging a slider
disables the step-snap behavior.
2019-02-13 09:15:03 +01:00
Michael Tesch
23750885e9
cleanup .gitignore, cleanup CMakeFile for tblib
2019-02-12 12:32:44 +01:00
Michael Tesch
c8ef75b159
removed android studio files from git
2019-02-12 12:31:25 +01:00
Michael Tesch
73f510f796
.gitignore android build files
2019-02-12 12:10:08 +01:00
Michael Tesch
db5c75018d
documentation text.
2019-02-12 11:57:28 +01:00
Michael Tesch
ac6b060342
added LoadFormatted to g_widget_reader
2019-02-09 09:19:50 +01:00
Michael Tesch
feb9370801
update to support android ndk19
2019-02-07 16:19:38 +01:00
Michael Tesch
15872464d1
docs
2019-02-05 18:03:06 +01:00
Michael Tesch
9c26836977
circleci - parameterize build?
2019-02-02 11:41:56 +01:00
Michael Tesch
ce27e2ccc1
update readme, circleci version
2019-02-01 12:50:40 +01:00
Michael Tesch
b72b51ad8c
android release build
2019-02-01 10:47:14 +01:00
Michael Tesch
508a865cee
build sdl/wasm demo for gh-pages
2019-01-31 21:18:07 +01:00
Michael Tesch
5a28acac0d
more clarity in TBID Set()
2019-01-31 10:55:39 +01:00
Michael Tesch
07b5e51b2a
report artifacts
2019-01-31 10:54:55 +01:00
Michael Tesch
89632d4f53
android build stuff
2019-01-31 09:51:12 +01:00
Michael Tesch
74506f6733
closer to android demo build with android studio
2019-01-30 23:09:48 +01:00
Michael Tesch
109b179ed6
added gradle build for android demo
2019-01-30 21:03:47 +01:00
Michael Tesch
cb256aa292
its turbobadger, eh?
2019-01-30 17:43:00 +01:00
Michael Tesch
b584b883b9
send glfw_include_dirs to parent_scope
2019-01-30 17:22:29 +01:00
Michael Tesch
1e88bddec9
removed glfw submodule, now in thirdparty/CMakeLists.txt
2019-01-30 16:59:45 +01:00
Michael Tesch
6c13b67ca1
install glfw deps on circleci
2019-01-30 16:55:52 +01:00
Michael Tesch
ab219147b1
cleanup cmake build & dependency situation
2019-01-30 16:43:32 +01:00
Michael Tesch
40eb92fc2b
added demo build files to .gitignore
2019-01-30 10:26:13 +01:00
Michael Tesch
071ff2ca8e
test build flags, more deflate, let editfield display formatted float
...
- add some sanitation flags to test builds
- OnDeflate correctly detects default vs. empty fields
- added 'format' field to TBEditField and TBTextField that
lets (or will let) the float format for a text field be specified
- OnDeflate for TBTextFi8eld and TBEditField
2019-01-29 10:45:20 +01:00
Michael Tesch
b7a4afb5ed
fix anim
2019-01-25 22:03:15 +01:00
Michael Tesch
60fa50ed30
delete when requested to delete. better build.sh -h
2019-01-25 18:46:41 +01:00