index
:
lagrange.git
dev
dev-unrebased
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ui
/
root.c
Age
Commit message (
Expand
)
Author
2021-05-16
Cleanup: Moved mobile UI code to its own file
Jaakko Keränen
2021-05-16
Changed UI icons related to bookmarks
Jaakko Keränen
2021-05-15
Mobile: Various improvements and fixes
Jaakko Keränen
2021-05-14
Mobile and iOS: Various fixes and cleanup
Jaakko Keränen
2021-05-12
Cleanup
Jaakko Keränen
2021-05-12
InputWidget: Expanding while editing
Jaakko Keränen
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
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
2021-04-30
Windows: Fixed custom frame in split modes
Jaakko Keränen
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
2021-04-30
Window: Moving tabs between splits
Jaakko Keränen
2021-04-29
Working on multiple UI roots
Jaakko Keränen
2021-04-29
Working on multiple UI roots
Jaakko Keränen
2021-04-28
Working on multiple UI roots
Jaakko Keränen
2021-04-28
Working on multiple UI roots
Jaakko Keränen
2021-04-27
Refactor: Update event processing to not assume a single UI root
Jaakko Keränen
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
2021-04-27
Refactor: Added a proper Root object
Jaakko Keränen
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