Commit Graph

  • 920a0a7761 Bugfixes & constness: Emil Segerås 2012-05-29 21:29:32 +0200
  • f36ac59d55 Don't create 2 undo events for InsertBreak on first line. Emil Segerås 2012-05-29 21:25:08 +0200
  • 609510a566 Minor optimization in RemoveContent. Emil Segerås 2012-05-29 21:22:24 +0200
  • 58d8433176 Cleanup and made line break style controllable runtime. Emil Segerås 2012-05-28 19:53:00 +0200
  • 9415864fc7 renamed test file Emil Segerås 2012-05-28 19:08:56 +0200
  • 22a7297795 Added SetText that takes length of string. Emil Segerås 2012-05-28 19:08:43 +0200
  • f620ae05c7 Changed embedded widget content vertical alignment. Emil Segerås 2012-05-28 19:00:11 +0200
  • 1eeb8547a2 Major changes to PStyleEdit and renaming to TBStyleEdit. Emil Segerås 2012-05-27 21:34:54 +0200
  • 3eddf2f035 Changed recommended order of InvokeProcessStates and InvokeProcess! Emil Segerås 2012-05-20 16:23:26 +0200
  • 0749123aee Make file fixes. Emil Segerås 2012-05-19 18:04:45 +0200
  • aa0402e562 Added debug printout for how many bitmaps the skin use. Emil Segerås 2012-05-19 15:11:26 +0200
  • 56e2868be8 Removed virtual destructor from TBLink. Emil Segerås 2012-05-17 16:50:39 +0200
  • 4797ac7104 Merge branch 'stb_image_wip' Emil Segerås 2012-05-19 15:01:39 +0200
  • 45a3f348e8 Removed TDImage class. Emil Segerås 2012-05-19 14:59:46 +0200
  • 59333fbaf0 Updated makefile. Emil Segerås 2012-05-17 14:05:06 +0200
  • 0597ea3c68 Replaced lodepng with stb_image. Started removing TdImage. Emil Segerås 2012-05-17 13:41:27 +0200
  • def8da1ed1 Perform gfx load performance test in demo, on "Reload skin bitmaps". Emil Segerås 2012-05-17 13:40:46 +0200
  • a6fe0bafd5 Some ifdeffing for unwanted image formats. Emil Segerås 2012-05-17 13:37:03 +0200
  • 1dd6739575 Disabled annoying MS warnings for release builds too. Emil Segerås 2012-05-17 12:53:37 +0200
  • 18fe783ac9 Added stbi-1.33 Emil Segerås 2012-05-17 12:32:38 +0200
  • 51f2ec0061 TBMessage cleanup: Emil Segerås 2012-05-17 10:00:28 +0200
  • 8a54044d5f Some demo cleanup. Emil Segerås 2012-05-16 08:42:07 +0200
  • 30c09fa9a2 Moved parser/TBValue.h to tb_value.h Emil Segerås 2012-05-16 08:41:55 +0200
  • d5998d7d6b Added possibility to synchronize widgets values when changed. Emil Segerås 2012-05-16 08:41:42 +0200
  • d33bbbdfa9 Added possibility to set initial type of TBValue on construction. Emil Segerås 2012-05-16 08:40:32 +0200
  • ab4c51290f Call OnChange when setting text on textfield. Emil Segerås 2012-05-16 08:40:18 +0200
  • 3328a9d28f Added Init & Shutdown and other selftest features. Emil Segerås 2012-05-13 16:19:40 +0200
  • 5cca54d2cc Fixed 64bit bug, and another gcc compilation issue. Emil Segerås 2012-05-11 19:36:52 +0200
  • 7d0edca2b0 Removed some gcc warnings. Emil Segerås 2012-05-11 19:35:20 +0200
  • 91410e08dd Compilefixes for macosx. Emil Segerås 2012-05-11 18:37:55 +0200
  • 0d96545676 compilefix for gcc Emil Segers 2012-05-10 21:49:52 +0200
  • 169d6bb224 Many animation updates: Emil Segerås 2012-05-04 20:06:22 +0200
  • e826cb0ddc Added autodelete linklist test. Emil Segers 2012-04-22 19:25:52 +0200
  • d0560b30a0 Added unit testing framework and safe linklist iterator. Emil Segerås 2012-04-22 15:10:42 +0200
  • c8d3b1ecbd Added content offset for skin and use it for pressed buttons. Emil Segers 2012-04-15 20:11:15 +0200
  • 00491ca9ea Refined textfield password API & minor cleanup. Emil Segers 2012-04-15 19:42:12 +0200
  • 1b7b7a8fa0 TBSlider fixes & cleanup: Emil Segers 2012-04-15 19:22:13 +0200
  • 6586ca671b Sort name list in demo Emil Segerås 2012-04-14 20:17:25 +0200
  • 80eea3c443 Added TBSlider Emil Segerås 2012-04-14 20:13:59 +0200
  • c07f9b3833 Added sort functionality to TBSelectList. Emil Segerås 2012-03-04 18:37:04 +0100
  • af20ec0847 Define _DEBUG for debug builds and fixed gcc compilation error. Emil Segerås 2012-03-01 19:53:36 +0100
  • b32eb7f0a0 Enabled constexpr for gcc again. It was a typo that made it not work. Emil Segerås 2012-03-01 19:52:50 +0100
  • 8d1a1221e6 Fixed typo. Emil Segers 2012-02-28 20:20:11 +0100
  • 16fbfa2bda Added integration guide. Emil Segers 2012-02-28 20:18:25 +0100
  • 604fc2d463 Use three dots instead of char 133 for ellipsis since it's wrong. Emil Segers 2012-02-28 19:37:39 +0100
  • 3a9bfeac6d Moved data types out to a new file to fix gcc compilation. disabled constexpr for experimental gcc since it doesn't actually work (yet). It just ignore it and compiles a normal function. Emil Segerås 2012-02-28 19:26:31 +0100
  • 9f3b6724de Added const expr hash support for compilers that support it. Create all TBID with a TBIDC macro that turns into a simple uint32 compiletime. Emil Segers 2012-02-28 08:56:31 +0100
  • 985e958690 Added text color to skin and widgets: Added Widget::PaintProps that inherit text-color to child widgets that hasn't specified text-color in the skin or has no skin element. Added default text-color property in skin, that will apply to all specified skin elements. Added color in the renderer DrawString method. Emil Segers 2012-02-24 19:27:25 +0100
  • f4437201b7 Begun PStyleEdit cleanup. Introduced TBColor and TBFontDescription. Made renderer DrawRect and DrawRectFill mandatory and use TBColor in it. Emil Segers 2012-02-21 19:57:30 +0100
  • 4e82910afc Show focus only when navigating by keyboard. Also introduced tweak for showing it always on editfields. Emil Segerås 2012-02-21 18:47:07 +0100
  • 4be5aa9f72 Fixed some /analyze warnings. Emil Segers 2012-02-20 19:33:59 +0100
  • fe57b3bbe6 use linklist system in PStyleEdit instead of macros. Emil Segers 2012-02-20 19:30:41 +0100
  • f43e4415fb whitespace fix Emil Segerås 2012-02-20 19:16:19 +0100
  • b0131861ea whitespace fixes & compilation fixes. Emil Segerås 2012-02-20 19:12:42 +0100
  • 64ebf99f60 Created a porting interface for filesystem access to make it possible to integrate tinkerbell with products using virtual filesystems. Tim Johansson 2012-02-11 15:37:05 +0100
  • b12829994f whitespace fixes & compilation fixes. Also made signed data types signed. Emil Segerås 2012-02-20 19:03:15 +0100
  • f81df086e8 Removed a dependency on TdImage in Tinkerbell to amke it possible to use other image loaders. Tim Johansson 2012-02-11 14:33:43 +0100
  • daa3e3efdd whitespace fix Emil Segerås 2012-02-20 18:46:39 +0100
  • 76ceb25eb4 Added support for user pointers in TBGenericStringItem. Tim Johansson 2012-02-11 14:18:03 +0100
  • 36fb07f2e4 Honor the window setting for disabling the close button. Tim Johansson 2012-02-11 14:05:30 +0100
  • 41d48f5b40 Compile fixes when compiling with a non c++11 compiler. Tim Johansson 2012-02-11 14:01:05 +0100
  • 90b1caf22e some minor documentation fixes Emil Segers 2011-12-14 20:45:42 +0100
  • 18eb2a00e8 fixed bug with the glut timer hack. Emil Segers 2011-12-14 20:45:18 +0100
  • c63088d3d0 First commit to public rep Emil Segers 2011-12-14 08:42:33 +0100