summaryrefslogtreecommitdiffstats
path: root/source/view.c
AgeCommit message (Expand)Author
2020-04-16[DMenu] Implement -keep-rightDave Davenport
2020-02-02Indent all the code.Dave Davenport
2020-01-01Update copyright dates.Dave Davenport
2019-12-29[Timings] Add extra debug.Dave Davenport
2019-11-07[View] Add two widgets num-rows/num-filtered-rowsDave Davenport
2019-09-27Update copyright.Dave Davenport
2019-09-16Alow buttons to be added to the UI.Dave Davenport
2019-08-24[Theme] Add sidebar as alias to mode-switcherDave Davenport
2019-08-10Set window title based on mode name.Dave Davenport
2019-08-08Issue949 (#999)Dave Davenport
2019-05-04[ListView|Textbox] Add user-settable ellipsize mode.Dave Davenport
2019-04-16[View] Move overlay into the theme system instead of weird addon.Dave Davenport
2019-03-19Change sidebar in theme to mode-switcher.Dave Davenport
2019-03-05[Theme] Make 'sidebar' settable by theme.Dave Davenport
2018-08-08Indent the code.Dave Davenport
2018-06-14[Theme] Change window layout for error dialogDave Davenport
2018-06-13Sorting cleanup (#816)Dave Davenport
2018-06-12More documentation fixesDave Davenport
2018-06-12Fix documentationDave Davenport
2018-06-12Fix crash in error dialog and tests.Dave Davenport
2018-06-09Add an generic icon fetcher that can be used by any widget and re-uses the ma...Dave Davenport
2018-01-14[View] Added textboxes are set to autoheight and wrapping.Dave Davenport
2017-12-08Fix (old style) fake-transparency and fake-background option.Dave Davenport
2017-11-30Re-calculate size before showing.Dave Davenport
2017-11-23Correct spelling mistakes. (#722)Edward Betts
2017-11-07IndentDave Davenport
2017-11-06Allow height to be specified on window.Dave Davenport
2017-10-30Remove color from prompt, can be added in theme now.Dave Davenport
2017-10-05Indent files.Dave Davenport
2017-10-01Rename tokenize to helper_tokenizeDave Davenport
2017-09-17Cleanup compiler warnings.Dave Davenport
2017-09-07Fix Inherit keywordDave Davenport
2017-09-06Flatten hierarchy, don't inherit by default.Dave Davenport
2017-08-29Set cursor to end of input field.Dave Davenport
2017-08-18Move more enums to rofi-types.hDave Davenport
2017-07-12Add wid:{window id} to monitor option.Dave Davenport
2017-07-11Convert old location format into new, so we are compatible again.Dave Davenport
2017-07-05Correctly switch to other RofiViewState.Dave Davenport
2017-06-26Update DPI value once auto-detected.Dave Davenport
2017-06-14Add extra checks so widgets do not get added twice.Dave Davenport
2017-06-13[helper] Fix type issue with variadic function.Dave Davenport
2017-06-12Add missing null statement for fallthroughDave Davenport
2017-06-12Position the overlay in the top right corner of the listview.Dave Davenport
2017-06-12Make the compiler STFU about desired fallthroughs.Dave Davenport
2017-06-11Center align sidebar buttons by default.Dave Davenport
2017-06-07[TextBox] Remove TB_LEFT/CENTER/RIGHT replace with xalign/yalign.Dave Davenport
2017-06-06[View] Do not set rofi fullheight when num lines eq 0Dave Davenport
2017-06-06[View] Update sidebar buttons when we have no prompt.Dave Davenport
2017-06-03Run indenter.Dave Davenport
2017-06-03[View] Remove extra return.Dave Davenport