Authorship: 99% skyjake, 0% danij, 0% Kirill Gavrilov
July 2018 | |||
2018-07-16 | Fixed | libgui | : | Fixed handling of tab stops in rich text |
2018-07-07 | libgui | : | Renamed the de::gl namespace to de::gfx |
April 2017 | |||
2017-04-29 | libgui | OpenGL | Performance | : | Drawing performance tuning |
April 2016 | |||
2016-04-05 | Added | libgui | : | Added a Config variable for scaling the UI as a whole |
November 2014 | |||
2014-11-16 | Client | libgui | Refactor | : | Replaced 'vid-fsaa' and 'vid-vsync' with Config variables |
August 2014 | |||
2014-08-19 | libgui | Oculus Rift | : | Frame buffer should not use mipmapping |
2014-08-19 | Debug | libgui | : | Working on Oculus Rift rendering |
March 2014 | |||
2014-03-17 | libdeng2 | libgui | Optimize | Performance | : | Performance and memory tuning |
2014-03-09 | Cleanup | libgui | : | Key modifier related cleanup |
January 2014 | |||
2014-01-15 | Cleanup | Console | libgui | Log | : | Log message cleanup |
April 2017 | |||
2017-04-29 | libgui | OpenGL | Performance | : | Drawing performance tuning |
February 2017 | |||
2017-02-26 | Performance | Widgets | : | Update background blur only when needed |
January 2017 | |||
2017-01-21 | Performance | Widgets | : | Optionally recycle children in a virtualized menu |
November 2016 | |||
2016-11-04 | Console | Performance | : | Minor optimizations |
August 2016 | |||
2016-08-29 | Performance | : | Rasterize long text content in the background |
October 2014 | |||
2014-10-21 | LogWidget | Performance | : | Improved/faster log entry processing |
July 2014 | |||
2014-07-31 | Performance | UI | : | Only use blurring when Style allows |
March 2014 | |||
2014-03-17 | libdeng2 | libgui | Optimize | Performance | : | Performance and memory tuning |
November 2018 | |||
2018-11-27 | Windows | : | Update font sizes according the UI scaling |
July 2016 | |||
2016-07-02 | Fixed | Windows | : | Build failure (missing exports) |
November 2015 | |||
2015-11-22 | Windows | : | Use Direct2D to query the desktop DPI factor |
August 2015 | |||
2015-08-25 | Windows | : | Use system DPI factor to scale UI elements |
November 2014 | |||
2014-11-23 | Windows | : | Scrolling with the mouse wheel |
August 2014 | |||
2014-08-30 | Fixed | Windows | : | Oculus Rift rendering setup for OpenGL |
2014-08-25 | Fixed | Windows | : | Build error in OculusRift |
January 2014 | |||
2014-01-30 | Fixed | Windows | : | Missing export |
July 2018 | |||
2018-07-27 | Added | Default Style | UI | : | Added missing UI images (corners, dot) |
February 2016 | |||
2016-02-28 | Default Style | : | Improved log entry legibility |
March 2015 | |||
2015-03-21 | Default Style | UI | : | New style for TabWidget |
2015-03-21 | Default Style | UI | : | New style for TabWidget |
January 2015 | |||
2015-01-27 | Client | Default Style | UI | : | Item alignment in popup menus |
March 2016 | |||
2016-03-13 | DialogWidget | : | Option for a two-column dialog layout |
October 2014 | |||
2014-10-30 | DialogWidget | : | Specifying a minimum width for a dialog |
April 2014 | |||
2014-04-20 | DialogWidget | Fixed | : | Potential null pointer dereference |
March 2014 | |||
2014-03-08 | DialogWidget | : | Place image-only buttons to the left |
2014-03-02 | Added | DialogWidget | : | Added an action for dialog acceptance |
July 2019 | |||
2019-07-07 | Added | Tests | : | Added a test button |
June 2019 | |||
2019-06-12 | Tests | : | Cleaner shutdown in test_appfw |
September 2016 | |||
2016-09-08 | Refactor | Tests | : | Update for new GLWindow classes |
2016-09-04 | GL | Refactor | Tests | : | Updated for new GL classes (work in progress) |
April 2016 | |||
2016-04-02 | Tests | : | Testing LabelWidget image fitting modes |
August 2015 | |||
2015-08-21 | ButtonWidget | : | Button border color can use a style color def |
March 2014 | |||
2014-03-02 | Added | ButtonWidget | : | Added a method for triggering a button |
February 2014 | |||
2014-02-18 | ButtonWidget | : | Changing background color |
2014-02-05 | ButtonWidget | : | Button text hover coloring modes |
February 2016 | |||
2016-02-23 | Documentation | : | API doc update for GuiWidget |
March 2014 | |||
2014-03-30 | Added | Documentation | : | Added note about fold panel contents |
2014-03-20 | Documentation | : | Corrected API doc for MenuWidget |
February 2014 | |||
2014-02-11 | Added | Documentation | : | Added API documentation for VRConfig |
June 2017 | |||
2017-06-19 | Client | Fixed | libcore | : | More graceful fatal errors |
August 2016 | |||
2016-08-01 | libcore | Widgets | : | Basic navigation with arrow keys |
June 2016 | |||
2016-06-27 | Cleanup | Fixed | libcore | : | Observers concurrency and cleanup |
December 2015 | |||
2015-12-19 | libcore | Log | : | New formatting for entry section metadata |
November 2018 | |||
2018-11-14 | Debug | Widgets | : | UI framework improvements |
April 2016 | |||
2016-04-18 | Debug | ScrollAreaWidget | : | Scrolling to a Rule destination; removed debug print |
August 2014 | |||
2014-08-19 | Debug | libgui | : | Working on Oculus Rift rendering |
December 2015 | |||
2015-12-19 | libcore | Log | : | New formatting for entry section metadata |
July 2015 | |||
2015-07-31 | Added | Client | Log | : | Added PrivilegedLogWidget (developer utility) |
January 2014 | |||
2014-01-15 | Cleanup | Console | libgui | Log | : | Log message cleanup |
November 2014 | |||
2014-11-13 | BaseGuiApp | : | "-dpi" option overrides detected DPI factor |
February 2014 | |||
2014-02-20 | Added | BaseGuiApp | : | Added "UIState" into persist.pack |
June 2016 | |||
2016-06-05 | ChildWidgetOrganizer | : | Querying item counts |
November 2014 | |||
2014-11-02 | ChildWidgetOrganizer | Fixed | : | Potential memory access issue |
November 2016 | |||
2016-11-04 | Console | Performance | : | Minor optimizations |
January 2014 | |||
2014-01-15 | Cleanup | Console | libgui | Log | : | Log message cleanup |
September 2016 | |||
2016-09-04 | GL | Refactor | Tests | : | Updated for new GL classes (work in progress) |
August 2014 | |||
2014-08-30 | Fixed | GL | OS X | : | Include path for LibOVR GL C API |
May 2015 | |||
2015-05-16 | Added | Cleanup | GridLayout | : | Added an assertion |
February 2014 | |||
2014-02-02 | Added | GridLayout | : | Added method for querying the layout's paddings |
March 2014 | |||
2014-03-02 | Added | LineEditWidget | : | Added a frame for text edit widgets |
February 2014 | |||
2014-02-01 | Fixed | LineEditWidget | : | Don't animate height immediately after creation |
June 2016 | |||
2016-06-19 | Optimize | : | Save memory in GuiWidget |
March 2014 | |||
2014-03-17 | libdeng2 | libgui | Optimize | Performance | : | Performance and memory tuning |
August 2015 | |||
2015-08-25 | Fixed | PopupMenuWidget | : | Inverted popup menu items colors |
June 2014 | |||
2014-06-20 | PopupMenuWidget | : | Improved appearance of menu annotations |
April 2016 | |||
2016-04-18 | Debug | ScrollAreaWidget | : | Scrolling to a Rule destination; removed debug print |
2016-04-16 | ScrollAreaWidget | : | Scrolling to show a specific widget |
November 2014 | |||
2014-11-26 | SliderWidget | : | Changing the slider step value |
February 2014 | |||
2014-02-01 | SliderWidget | : | Use defined precision in edit popup |
July 2018 | |||
2018-07-16 | Style | : | Don't require "Config.ui.translucency" to exist |
March 2014 | |||
2014-03-05 | Style | : | Allow non-const access to Style's banks |
March 2014 | |||
2014-03-23 | Fixed | Updater | : | Showing the Updater notification icon |
February 2014 | |||
2014-02-28 | Fixed | UI | Updater | : | Updater Settings dialog position while closing |
January 2016 | |||
2016-01-01 | C++11 | Refactor | : | Sorting data items with lambda functions |
October 2014 | |||
2014-10-29 | Added | Data | : | Added method for iterating all items of a data model |
January 2016 | |||
2016-01-24 | Added | DocumentPopupWidget | : | Added an optional action button |
December 2014 | |||
2014-12-06 | DocumentWidget | Fixed | : | Document contents not updated for drawing |
June 2014 | |||
2014-06-08 | Fixed | GLTextComposer | : | Showing a portion of tabbed content |
November 2014 | |||
2014-11-02 | Fixed | GuiWidgetPrivate | : | Observe root atlas for deletion |
October 2014 | |||
2014-10-27 | Fixed | HiDPI | : | Background blurring with high pixel densities |
March 2014 | |||
2014-03-17 | libdeng2 | libgui | Optimize | Performance | : | Performance and memory tuning |
February 2017 | |||
2017-02-10 | Fixed | liblegacy | : | Improved thread-safety |
June 2016 | |||
2016-06-29 | Added | ListData | : | Added utility template ListDataT |
February 2014 | |||
2014-02-02 | Fixed | Margins | : | Updating margins |
June 2017 | |||
2017-06-11 | Fixed | Mobile | : | Mutex misuse in desktop build |
April 2017 | |||
2017-04-29 | libgui | OpenGL | Performance | : | Drawing performance tuning |
August 2014 | |||
2014-08-30 | Fixed | GL | OS X | : | Include path for LibOVR GL C API |
April 2014 | |||
2014-04-18 | PanelWidget | : | Tightened popup opening bounce a little |
February 2014 | |||
2014-02-19 | Fixed | qmake | : | Duplicate header file |
July 2014 | |||
2014-07-31 | Fixed | ScrollWidget | : | Scrolling speed with HiDPI |
February 2014 | |||
2014-02-11 | Client | Refactor | Stereo 3D | : | Relocated window transforms |