-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactorings #3
Refactorings #3
Commits on Apr 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for baf450b - Browse repository at this point
Copy the full SHA baf450bView commit details
Commits on Apr 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b269ad6 - Browse repository at this point
Copy the full SHA b269ad6View commit details
Commits on Apr 19, 2022
-
Allow changing increment in numeric up down
Fix menu using wrong position to open to in Open() function
Configuration menu - View commit details
-
Copy full SHA for b949937 - Browse repository at this point
Copy the full SHA b949937View commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 283358c - Browse repository at this point
Copy the full SHA 283358cView commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3b4ab41 - Browse repository at this point
Copy the full SHA 3b4ab41View commit details
Commits on May 23, 2022
-
Better handle dragger selection
Reflow text on a scale change Update glew
Configuration menu - View commit details
-
Copy full SHA for d77b9bf - Browse repository at this point
Copy the full SHA d77b9bfView commit details
Commits on May 24, 2022
-
Handle layout with runtime font size changes better for many controls
Configuration menu - View commit details
-
Copy full SHA for 5de1c0e - Browse repository at this point
Copy the full SHA 5de1c0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4040da7 - Browse repository at this point
Copy the full SHA 4040da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62a8d5a - Browse repository at this point
Copy the full SHA 62a8d5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7367c - Browse repository at this point
Copy the full SHA 3f7367cView commit details -
Merge branch 'continued-improvements' of https://github.com/matt-atta…
…ck/GWEN into continued-improvements
Configuration menu - View commit details
-
Copy full SHA for 2bb41e6 - Browse repository at this point
Copy the full SHA 2bb41e6View commit details
Commits on May 26, 2022
-
Fix a missing argument that prevented fontstash from working at all with truetype
Configuration menu - View commit details
-
Copy full SHA for ed6b2cb - Browse repository at this point
Copy the full SHA ed6b2cbView commit details
Commits on Jun 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f9d152f - Browse repository at this point
Copy the full SHA f9d152fView commit details
Commits on Sep 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f78bc2a - Browse repository at this point
Copy the full SHA f78bc2aView commit details
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bc21dc5 - Browse repository at this point
Copy the full SHA bc21dc5View commit details
Commits on Sep 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6bd688f - Browse repository at this point
Copy the full SHA 6bd688fView commit details
Commits on Sep 27, 2022
-
Fix Color Picker Property Button Menu Layout, Fix Combo Box Property …
…Dropdowns Not Taking Into Account Scrolling
Configuration menu - View commit details
-
Copy full SHA for f8a3859 - Browse repository at this point
Copy the full SHA f8a3859View commit details -
Configuration menu - View commit details
-
Copy full SHA for c67bc4b - Browse repository at this point
Copy the full SHA c67bc4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a9e50 - Browse repository at this point
Copy the full SHA a6a9e50View commit details
Commits on Sep 28, 2022
-
Merge branch 'continued-improvements' of https://github.com/matt-atta…
…ck/GWEN into continued-improvements
Configuration menu - View commit details
-
Copy full SHA for cea9fe4 - Browse repository at this point
Copy the full SHA cea9fe4View commit details -
Fix float/numeric properties not always returning right value on update
Fix syntax error due to probably poor commit
Configuration menu - View commit details
-
Copy full SHA for 348bad9 - Browse repository at this point
Copy the full SHA 348bad9View commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 88cb375 - Browse repository at this point
Copy the full SHA 88cb375View commit details -
Merge branch 'continued-improvements' of https://github.com/matt-atta…
…ck/GWEN into continued-improvements
Configuration menu - View commit details
-
Copy full SHA for 0f26244 - Browse repository at this point
Copy the full SHA 0f26244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d803d - Browse repository at this point
Copy the full SHA 21d803dView commit details
Commits on Oct 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 269d35e - Browse repository at this point
Copy the full SHA 269d35eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81fdf84 - Browse repository at this point
Copy the full SHA 81fdf84View commit details
Commits on Oct 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 26bf674 - Browse repository at this point
Copy the full SHA 26bf674View commit details
Commits on Jan 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f450ce7 - Browse repository at this point
Copy the full SHA f450ce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a551ec0 - Browse repository at this point
Copy the full SHA a551ec0View commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 10c22c0 - Browse repository at this point
Copy the full SHA 10c22c0View commit details
Commits on Jan 28, 2023
-
Add support for "menu" windows that dont show up in taskbar Fix some memory leaks and initialization order warnings/bugs Add ShouldRedrawOnHover virtual function to Base control Greatly reduce number of pointless re-renderers by only redrawing on necessary hovered control changes Fix menus not laying out properly with different font scales Add function to get selected nodes in a tree Allow proper multi-selection in trees Update hovered control each render to properly catch layout updates Make tooltip disappear after mouse movement and prevent it causing unnecessary redraws Add missing default skin resource Add function to delete all children to base control Don't count right clicks on buttons as up/down Allow changing title of WindowCanvases
Configuration menu - View commit details
-
Copy full SHA for 38f8930 - Browse repository at this point
Copy the full SHA 38f8930View commit details
Commits on May 18, 2023
-
Add override to virtual function overrides
Fix space event not being called on linux
Configuration menu - View commit details
-
Copy full SHA for 59ef05d - Browse repository at this point
Copy the full SHA 59ef05dView commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 530ead4 - Browse repository at this point
Copy the full SHA 530ead4View commit details
Commits on Jun 15, 2023
-
Properly redraw dragger after click/release
Handle docked items in scrollcontrol properly Add context menu to textbox Properly hide cursor when selecting in textbox
Configuration menu - View commit details
-
Copy full SHA for 693cdad - Browse repository at this point
Copy the full SHA 693cdadView commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84c917d - Browse repository at this point
Copy the full SHA 84c917dView commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9a599f4 - Browse repository at this point
Copy the full SHA 9a599f4View commit details -
Fix keypad enter on linux Add collapse all to node Fix linux build with wgl
Configuration menu - View commit details
-
Copy full SHA for a18623d - Browse repository at this point
Copy the full SHA a18623dView commit details