3ca2a46336Fixed typo in file headers.
Emil Segerås
2012-08-01 21:47:20 +0200
2bf5b22926Compilefix for gcc.
Emil Segerås
2012-08-05 16:32:28 +0200
f390404375Fix for animations not starting if everything is idle.
Emil Segerås
2012-08-01 20:53:44 +0200
e6465b356bRelease pressed state when focus is lost, if clicking by keyboard.
Emil Segerås
2012-08-01 20:15:10 +0200
fa2ca227beCall OnSkinChanged() also when a strong override skin has changed due to different conditions.
Emil Segerås
2012-07-31 21:42:10 +0200
92b914c290Added comment in demo text.
Emil Segerås
2012-07-31 21:26:00 +0200
ff7ae6e30eChoose the closest available font size, instead of failing if no exact match.
Emil Segerås
2012-07-29 18:15:01 +0200
6e037b4c95Added styling as setting to TBMessageWindow.
Emil Segerås
2012-07-29 07:50:56 +0200
1c665f21f2New skin type StretchBorder (Like StretchBox without the center fill).
Emil Segerås
2012-07-28 22:04:54 +0200
b114bb623dAdded edit type search and added inline search icon (with custom skin condition property!)
Emil Segerås
2012-07-29 14:30:02 +0200
d0a146a404Added support for strong overrides and custom condition properties in skin.
Emil Segerås
2012-07-29 14:27:07 +0200
a43c52bbd6Merge branch 'master' of C:\Users\emil\Documents\My Dropbox\tinkerbell\gitrep\tinkerbell
Emil Segerås
2012-07-28 21:24:02 +0200
5ca6d672b4Renamed IsParentOf -> IsAncestorOf.
Emil Segerås
2012-07-28 21:23:46 +0200
a0be5a60d5Changed long demo text to multi line syntax.
Emil Segerås
2012-07-28 11:24:21 +0200
51ded8f586Parse quoteless language strings as strings in compact mode (so existing code won't break).
Emil Segerås
2012-07-28 11:08:11 +0200
11b391520dAdded parser unit tests, and support multiline syntax for text.
Emil Segerås
2012-07-28 10:54:02 +0200
1672360d25Parse strings with apostrophe as outer quotes in compact mode.
Emil Segerås
2012-07-27 19:28:32 +0200
2906b82e3bAdded value support in compact mode (first argument).
Emil Segerås
2012-07-27 19:02:22 +0200
a9a75f78feAdded "* gitignore" so i can have folders invisible to git.
Emil Segerås
2012-07-27 18:56:10 +0200
8334dd5fcaMoved vera.ttf to the root folder.
Emil Segerås
2012-07-27 18:55:03 +0200
9731141071Set the correct path on startup.
Emil Segerås
2012-07-26 21:29:46 +0200
dfd6063e16Made string concatenation with TBTempBuffer a little more convenient.
Emil Segerås
2012-07-26 21:28:54 +0200
cec37809cbRequest demo window close on key TB_KEY_ESC.
Emil Segerås
2012-07-26 17:46:26 +0200
3dec7f6e5aCancel message windows on key TB_KEY_ESC.
Emil Segerås
2012-07-26 17:45:54 +0200
0a027e3b6aAdded condition support to skin, and positioning support for skin type image.
Emil Segerås
2012-07-26 17:39:53 +0200
4fb7c89465Added Visual Studio 2012 visualizer of some tinkerbell types.
Emil Segerås
2012-07-18 22:01:57 +0200
d59348027dUse TBID representing font names, for font lookups instead of a integer.
Emil Segerås
2012-07-17 20:33:31 +0200
860b406a57Fixed Undo/redo bug in TBStyleEdit.
Emil Segerås
2012-07-14 21:53:04 +0200
6081709d28Adde another font size in font selection menu.
Emil Segerås
2012-07-14 11:17:50 +0200
2952c70c73Added animation test and default generic item provider that can be fed from resource.
Emil Segerås
2012-07-14 10:58:58 +0200
24c940c256Animation timing improvement.
Emil Segerås
2012-07-13 14:26:08 +0200
4139b78e56Renamed Widget to TBWidget
Emil Segerås
2012-07-13 09:49:46 +0200
a920651bc0Renamed WidgetEvent to TBWidgetEvent
Emil Segerås
2012-07-13 09:36:31 +0200
48f70cb40aRenamed PHorizontalLineContent to TBTextFragmentContentHR
Emil Segerås
2012-07-13 09:32:27 +0200
541d8c6faeFix for skin states, override and child skin state elements.
Emil Segerås
2012-07-12 17:56:40 +0200
2b58b623d8Minor optimization.
Emil Segerås
2012-07-10 07:27:44 +0200
2dbfd0e32aAdded "Adapt to content size" on TBEditField and a few other fixes:
Emil Segerås
2012-07-10 07:21:00 +0200
1f531d5100Made large demo font less ugly.
Emil Segerås
2012-07-10 07:00:36 +0200
43d4c2933ccompilefix for gcc
Emil Segerås
2012-07-08 21:20:49 +0200
cd175fcea4Added TBAddon system, and TBImage, TBImageManager, TBImageWidget:
Emil Segerås
2012-07-08 21:10:12 +0200
64b1f588c6Remove empty fragment maps when last fragment is deleted.
Emil Segerås
2012-07-08 20:58:12 +0200
cf3ffc6ae6Minor optimization
Emil Segerås
2012-07-07 11:33:21 +0200
4642294660Merge branch 'emil_font_wip_4' of C:/Users/emil/Documents/My Dropbox/tinkerbell/gitrep/tinkerbell into emil_font_wip_4
Emil Segerås
2012-07-07 10:08:34 +0200
a6219b732aMinor demo cleanup
Emil Segerås
2012-07-07 10:07:00 +0200
cafc3bc124Fixed TBStyleEdit overflow bug.
Emil Segerås
2012-07-07 10:00:19 +0200
5c5278dd1fMinor optimization in CreateNewFragment
Emil Segerås
2012-07-07 09:54:08 +0200
3bd5d4d00cFixed opacity on text.
Emil Segerås
2012-07-06 15:50:36 +0200
e37e0f328fMore work on fonts:
Emil Segerås
2012-07-06 15:26:42 +0200
70a9591bbcAdded TBTempBuffer::AppendString
Emil Segerås
2012-07-06 15:20:04 +0200
3bbd61fdc1Added TBHashTable::Remove/Delete
Emil Segerås
2012-07-06 15:17:40 +0200
1d277d12c2Merge branch 'emil_font_wip_4' of C:/Users/emil/Documents/My Dropbox/tinkerbell/gitrep/tinkerbell into emil_font_wip_4
Emil Segerås
2012-06-30 13:15:51 +0200
25879f03a8Added a menu buton to the edit window.
Emil Segerås
2012-06-30 10:48:00 +0200
86cd162b69Added forgotten file to Makefile
Emil Segerås
2012-06-30 09:54:38 +0200
dbc3824076Don't crash if resource data is invalid.
Emil Segerås
2012-06-27 09:35:50 +0200
6eb57af2feFixes for scrollbar and slider.
Emil Segerås
2012-06-27 09:34:29 +0200
80a6123235Some cleanup of demo files & work on resource editor.
Emil Segerås
2012-06-25 18:36:16 +0200
d7b4b78cd3Added 2 TBID to TBMessageData.
Emil Segerås
2012-06-25 18:30:51 +0200
7e9927e5a1Fix for DrawRect/FillRect color with opacity, and flush batch before modifying texture.
Emil Segerås
2012-06-25 17:13:48 +0200
f55cefd326Fix for setting decimal values from resource.
Emil Segerås
2012-06-25 17:07:54 +0200
81a9b83871Added TBWindow::EnsureFocus so it's easy to set focus if loading resources *after* activating a window.
Emil Segerås
2012-06-25 11:33:18 +0200
4e858e9d5bFix for broken automatic focusing in windows that fade in.
Emil Segerås
2012-06-25 11:30:03 +0200
7aca466fddPrevent jumpy scroll when dragging a scrollbar while more content is added.
Emil Segerås
2012-06-24 18:45:33 +0200
4a762cf133Some demo cleanup.
Emil Segerås
2012-06-24 17:36:54 +0200
5b061c3c5eCleaned up SetText parameters.
Emil Segerås
2012-06-24 17:28:32 +0200
67dce2dfffFixed bad text layout in resource loaded single line editfields.
Emil Segerås
2012-06-24 09:58:46 +0200
9eac332545Added context lost & restored listener.
Emil Segerås
2012-06-21 16:32:46 +0200
a01137caceNew font handling:
Emil Segerås
2012-06-13 16:07:38 +0200
b4672ee559don't unescape unknown character combination
Emil Segerås
2012-06-17 21:53:37 +0200
d3a31bb3c6Added some useful files for testing utf8 & font glyph cache.
Emil Segerås
2012-06-14 13:06:45 +0200
da5e188c7eFixed caret position within style embeds.
Emil Segerås
2012-06-14 12:59:05 +0200
da380fb6cd.gitignore some build objects
Emil Segerås
2012-06-12 22:22:42 +0200
bbd3d63604Fixed so TBBitmapFragment can update TBBitmap dynamically.
Emil Segerås
2012-06-12 22:22:13 +0200
45f8aa4e4fTest for some malformed utf8
Emil Segerås
2012-06-12 20:12:07 +0200
ab34d4a09aFix for smart indentation of bullet.
Emil Segerås
2012-06-11 11:13:28 +0200
f5adef3437Unicode (utf-8) support:
Emil Segerås
2012-06-10 15:45:32 +0200
4a94b1fe71Fix for potentially missed tests.
Emil Segerås
2012-06-02 19:10:46 +0200
e783cf4bcdDon't paint tab/linebreak/space.
Emil Segerås
2012-06-02 17:30:40 +0200
23f844cc4dChanged to static registration of widgets factories.
Emil Segerås
2012-06-02 15:35:24 +0200
b97d8aa2adFixed some typos
Emil Segerås
2012-06-02 15:12:11 +0200