Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-19 | Cleanup | Jaakko Keränen | |
2021-05-18 | Root: Updating size of navbar buttons/indicators | Jaakko Keränen | |
Not all UI elements were appropriate sized when switching between normal and tight layout. | |||
2021-05-16 | Cleanup: Moved mobile UI code to its own file | Jaakko Keränen | |
The mobile UI related code has grown large enough to warrant a separate file. Also, work-in-progress redo of the Preferences layout so it can be used with landscape as well. | |||
2021-05-16 | Changed UI icons related to bookmarks | Jaakko Keränen | |
Use the Book and Bookmark characters. | |||
2021-05-15 | Mobile: Various improvements and fixes | Jaakko Keränen | |
- fill the safe area with theme background - don't set button hover states if dragging/scrolling - edge-draggable widgets must be flagged as such - Preferences top panel offset matches sibling panels' offset - allow toolbar to unhide when document is not scrollable | |||
2021-05-14 | Mobile and iOS: Various fixes and cleanup | Jaakko Keränen | |
Several regressions occurred when the split view mode was implemented. | |||
2021-05-12 | Cleanup | Jaakko Keränen | |
Use the Return key symbol consistently, also in the Search Query indicator. The input dialog "Send" label now no longer needs the "⇒" icon. | |||
2021-05-12 | InputWidget: Expanding while editing | Jaakko Keränen | |
The navbar layout cannot accommodate more than one line of text, but allow the editor to expand while writing text. | |||
2021-05-11 | InputWidget: Word wrapping, inserting newlines | Jaakko Keränen | |
2021-05-06 | Root: Indicator appearance | Jaakko Keränen | |
2021-05-06 | Indicate pinning state in URL bar | Jaakko Keränen | |
2021-05-03 | Window: Rearranged menu items | Jaakko Keränen | |
2021-05-03 | Added menu items for view splitting | Jaakko Keränen | |
2021-05-03 | Lang: Added new and missing strings | Jaakko Keränen | |
IssueID #192 | |||
2021-05-02 | DocumentWidget: Update the right lock button | Jaakko Keränen | |
2021-05-02 | Window: Added split swapping; cleanup | Jaakko Keränen | |
2021-05-02 | LabelWidget: Option to disable min height | Jaakko Keränen | |
Sizing of the embedded indicators in the URL bar requires smaller than default minimum height. | |||
2021-04-30 | Windows: Fixed custom frame in split modes | Jaakko Keränen | |
Hide duplicated window controls. | |||
2021-04-30 | InputWidget: Highlight only in focused root | Jaakko Keränen | |
2021-04-30 | LabelWidget: Implicit minimum size | Jaakko Keränen | |
2021-04-30 | Revising and fixing widget layout | Jaakko Keränen | |
Some of the logic for arranging widgets was invalid, leading to problems with the navbar: - cannot resize children if own size depends on their size - expanding children won't expand unless resizing all children | |||
2021-04-30 | Window: Moving tabs between splits | Jaakko Keränen | |
2021-04-29 | Working on multiple UI roots | Jaakko Keränen | |
Added a menu for changing the split mode. | |||
2021-04-29 | Working on multiple UI roots | Jaakko Keränen | |
Restore previous root after processing events. Adjusted colors of the non-focused root. | |||
2021-04-28 | Working on multiple UI roots | Jaakko Keränen | |
Root focus switching and opening links in the other root. | |||
2021-04-28 | Working on multiple UI roots | Jaakko Keränen | |
Various refactorings and fixes to handle root-global and window-global state, root-specific palettes, and proper coordinate system changes (e.g., when opening menus). UI events are posted and handled in the context of a specific root. | |||
2021-04-27 | Refactor: Update event processing to not assume a single UI root | Jaakko Keränen | |
Most actions should occur in the context of the current UI root. | |||
2021-04-27 | UI root sizing is independent of window sizing | Jaakko Keränen | |
2021-04-27 | Keeping track of current UI root | Jaakko Keränen | |
The current UI root should always be set explicitly before the UI is accessed. | |||
2021-04-27 | Refactor: Added a proper Root object | Jaakko Keränen | |
`Root` encapsulates the root widget and the associated UI state. | |||
2021-04-27 | Refactor: Moving RootData so it can become non-global state | Jaakko Keränen | |
2021-04-27 | Refactor: Separating UI creation and root widget from Window | Jaakko Keränen | |
Making the way for multiple roots/windows. |