Commit Graph

  • a582e97326 fixed popup panel blocking vurtun 2015-08-14 12:58:20 +0200
  • 8d4b3dca55 fixed undefined uninitialized memory behavior vurtun 2015-08-13 20:07:20 +0200
  • fd5a380a0d fixed input behavior with overlapping panels after closing vurtun 2015-08-13 18:12:25 +0200
  • 6709dc8875 added single depth overlapping menus to panels vurtun 2015-08-13 15:57:28 +0200
  • 1c23f982f5 removed wrongfully drawn rectangle in minimized panel vurtun 2015-08-12 22:27:07 +0200
  • 0a969c289c added combo boxes and popup panels vurtun 2015-08-12 15:18:44 +0200
  • 3b8ea32982 added dynamically growing panels with fixed maximum height vurtun 2015-08-11 14:44:53 +0200
  • bfa81e57b1 added panel bound popups vurtun 2015-08-10 20:34:47 +0200
  • bb037eae95 updated Readme vurtun 2015-08-08 10:01:57 +0200
  • b65ab2eb75 updated Readme example + screenshot vurtun 2015-08-07 17:09:23 +0200
  • 08f33deef8 next small update for changes please look in issue #9 vurtun 2015-08-07 16:55:30 +0200
  • 83de65caa8 next small update for changes please look in Issue #9 vurtun 2015-08-07 16:53:52 +0200
  • a661171516 rewrote command buffering for easier multi-panel support vurtun 2015-08-06 16:36:28 +0200
  • f7ec1b8e30 added float spinner + rewrote panel row layout API vurtun 2015-08-05 12:48:01 +0200
  • ccb271e7d9 major update for changes look in the update issue #9 vurtun 2015-08-02 13:49:51 +0200
  • 4299c3e3b0 changed tab to layout tree vurtun 2015-07-30 22:19:06 +0200
  • b16822bede refactored panel layout API to support additional layouts + added docs vurtun 2015-07-29 22:19:17 +0200
  • 7ad4d90b3f cleanup + removed tree widget temporarily + finished panel header implementation vurtun 2015-07-27 19:56:19 +0200
  • e109072025 change panel layout function names + enhanced panel header symbol API vurtun 2015-07-26 22:18:31 +0200
  • 99ff70563c updated Readme vurtun 2015-07-25 22:16:35 +0200
  • 944edb1cc5 fixed small bug vurtun 2015-07-25 21:39:34 +0200
  • 0f817ed844 updated readme vurtun 2015-07-25 21:33:16 +0200
  • 3a043c7f75 added doc + added coverity support + changed the tiled layout API vurtun 2015-07-25 21:32:37 +0200
  • 5e9605bb9b fixed off by one header border drawing error only seen in the X11 demo vurtun 2015-07-22 19:22:36 +0200
  • 0c3879141b added menu to demo vurtun 2015-07-20 17:36:58 +0200
  • a0112f8b26 added panel menubar vurtun 2015-07-20 14:06:52 +0200
  • 3803c76f46 fixed cpp errors vurtun 2015-07-20 11:23:01 +0200
  • edf97d0cdf major panel header API rewrite + removed and fixed partically visible widget click updates vurtun 2015-07-20 11:18:05 +0200
  • 9023390c68 added panel image widget vurtun 2015-07-18 18:25:26 +0200
  • 4694584a91 added documentation to editbox vurtun 2015-07-18 15:54:05 +0200
  • 6e86465606 removed some unneeded asserts vurtun 2015-07-18 13:22:24 +0200
  • c836354e50 removed unused function declaration vurtun 2015-07-18 12:26:39 +0200
  • 9b9a9f1620 removed implicit integer vurtun 2015-07-18 03:47:57 +0200
  • 6f5c990470 added icon to tree nodes + fixed c++ errors vurtun 2015-07-18 03:37:42 +0200
  • 0601fb49fd added icon node to tree vurtun 2015-07-17 20:06:58 +0200
  • aa61555dad added cursor positioning by mouse to editbox vurtun 2015-07-17 17:06:56 +0200
  • 12cc4d8489 updated screenshot + readme vurtun 2015-07-16 23:15:53 +0200
  • c96ae5d7f6 added borderless tabs for tree like layouts in panels vurtun 2015-07-16 14:39:01 +0200
  • 0a22a49ac3 updated Readme vurtun 2015-07-16 14:09:06 +0200
  • e35b3639bc removed nanov library from demo vurtun 2015-07-16 14:08:54 +0200
  • b14ee62c42 added some docu + fixed nanovg demo vurtun 2015-07-16 14:05:40 +0200
  • 85da49d348 added cloning/cutting/deleting/pasting to tree widget vurtun 2015-07-16 11:36:56 +0200
  • 8a84df484d added screenshot + updated Readme vurtun 2015-07-16 01:36:19 +0200
  • e4fa5fad12 added tree widget to panel API vurtun 2015-07-16 01:35:21 +0200
  • fb1b02b177 now hopefully fixed all possible undefined behavior in case of to small panel size vurtun 2015-07-15 16:16:22 +0200
  • c9a2d1cacc fixed some possible undefined behavior if the panel is to small vurtun 2015-07-15 16:05:43 +0200
  • a77a6a91c9 fixed a lot of small issues vurtun 2015-07-15 11:37:13 +0200
  • e6b808f3fc fixed c++ errors vurtun 2015-07-14 13:56:59 +0200
  • 4844e93875 added panel getter/setter + updated Readme vurtun 2015-07-14 13:39:37 +0200
  • 2650b02bbd cleanup + docu + added alternative to gui_panel_row_template API + fixed gui_panel_spacing for non table row layout vurtun 2015-07-14 13:26:53 +0200
  • 805fc7fa8b fixed hex input filter vurtun 2015-07-13 14:40:31 +0200
  • 25e0a4a0aa fixed opengl font handling vurtun 2015-07-13 13:51:54 +0200
  • 2f1222bab3 added function to query command buffer and edit box memory ussage vurtun 2015-07-12 16:51:56 +0200
  • 44c89ddab9 added moveable cursor with inserting and removing to the editbox vurtun 2015-07-12 16:36:55 +0200
  • 13cb69388d added font setter to config vurtun 2015-07-10 13:24:00 +0200
  • 69148a4a82 temporarily removed win32 demo vurtun 2015-07-09 23:58:24 +0200
  • ca212ed1ab fixed editbox glyph removing vurtun 2015-07-09 13:50:10 +0200
  • 50e3f4deec fixed vurtun 2015-07-09 11:21:50 +0200
  • c0d770a08f added unscaleable tiled layout slots to scaleable tiled layouts vurtun 2015-07-09 08:44:18 +0200
  • 899aaf0fda remove win32 temporarily vurtun 2015-07-08 12:46:42 +0200
  • 77033bb08e made demos compile under C++ vurtun 2015-07-08 12:33:07 +0200
  • 455c4ef1cc fixed gui_ptr_add vurtun 2015-07-08 12:05:20 +0200
  • 17247eb46d update screenshot vurtun 2015-07-05 10:43:27 +0200
  • 18f27e91a5 added Editbox + removed c++ compile erros under gcc and clang vurtun 2015-07-04 23:36:01 +0200
  • 30ff356b73 updated screenshot vurtun 2015-07-03 12:11:52 +0200
  • dd7eea1343 remove swear word from screenshot vurtun 2015-07-03 10:18:49 +0200
  • 820292032a added another screenshot to gallery vurtun 2015-07-02 22:02:07 +0200
  • 28323aef51 added getter for the minimized state of the panel vurtun 2015-07-02 13:41:52 +0200
  • e973545e3b fixed closing/minimize button icon bounding box + fixed opengl text width callback vurtun 2015-07-02 13:28:43 +0200
  • 9180bc0b59 added panel flag getter/setter vurtun 2015-07-02 13:08:44 +0200
  • 9f5bd8bdea newline vurtun 2015-07-02 12:02:32 +0200
  • 2d79b360f0 devided text input into char and glyph for usability vurtun 2015-07-02 11:56:51 +0200
  • 3b7f93c490 added missing address operator vurtun 2015-07-02 11:44:58 +0200
  • a24ceb6f29 fleshed out font creation in example vurtun 2015-07-02 11:32:08 +0200
  • 9b7756bfe6 fixed semicolon in example vurtun 2015-07-02 11:26:52 +0200
  • 0b4ec4b02a changed hovering button color + added text icon button to panel vurtun 2015-07-01 14:01:53 +0200
  • 57c55bdf62 defined GUI_ASSERT in the demos + removed some unused variables vurtun 2015-06-28 10:28:55 +0200
  • 763f599ab2 updated Readme vurtun 2015-06-28 10:09:53 +0200
  • 868108edb5 removed some minor things clang analyzer and gcc had a problem with vurtun 2015-06-27 11:40:39 +0200
  • 88aee720af updated Readme vurtun 2015-06-24 12:31:07 +0200
  • 591175f02d removed scrollbar jankiness vurtun 2015-06-23 19:48:10 +0200
  • 5cd7218465 limited scrollbar mouse scroll to panels vurtun 2015-06-23 19:23:25 +0200
  • a465ad2f32 updated screenshot vurtun 2015-06-23 16:56:04 +0200
  • 071b1e7cfe changed tiled layout panel scaler color to a less threading color vurtun 2015-06-23 16:45:42 +0200
  • dd04899f18 provided easy access to layout size and state vurtun 2015-06-23 16:43:16 +0200
  • 5b1ae5553c added basic tile panel scaling vurtun 2015-06-23 16:33:49 +0200
  • 536c81f193 updated tiled layout API to be easier to use vurtun 2015-06-23 14:23:33 +0200
  • e50fec3e12 fixed typo vurtun 2015-06-22 16:44:29 +0200
  • 71da8fe40d fixed slider + fixed overlapped hidden panels vurtun 2015-06-22 16:42:30 +0200
  • 24129147c9 added state changes to declare layout either as user updateable or not vurtun 2015-06-22 13:30:03 +0200
  • 2f5e17ba5e fixed small pixel clipping bug vurtun 2015-06-22 13:14:34 +0200
  • b26ea36656 removed rounding in win32 demo since it looks ugly as hell vurtun 2015-06-22 13:04:40 +0200
  • 514edc2b86 fixed bat and win32 demo to compile vurtun 2015-06-22 12:52:08 +0200
  • cd0691b66d added bat make file for win32 demo vurtun 2015-06-22 12:47:21 +0200
  • aec01fbc30 removed comment describing the old header only ussage vurtun 2015-06-21 17:16:11 +0200
  • aebb242e3f seperated library by into header and source file since changes in the implementation part force a complete recompile vurtun 2015-06-20 19:06:36 +0200
  • 7664acd0ab Merge pull request #1 from ocornut/master Micha Mettke 2015-06-20 12:03:59 +0200
  • 6744ffa6ef fixed win32 demo ocornut 2015-06-19 19:54:35 -0600
  • ad208d5979 seperated header part from implementation vurtun 2015-06-18 12:12:57 +0200
  • 04ea758313 fixed some typos vurtun 2015-06-15 23:46:13 +0200