summaryrefslogtreecommitdiffstats
path: root/source/view.c
AgeCommit message (Collapse)Author
2019-05-04[ListView|Textbox] Add user-settable ellipsize mode.Dave Davenport
Fixes: #917
2019-04-16[View] Move overlay into the theme system instead of weird addon.Dave Davenport
It is now a child in the inputbar. Fixes: #950
2019-03-19Change sidebar in theme to mode-switcher.Dave Davenport
Fixes: #930
2019-03-05[Theme] Make 'sidebar' settable by theme.Dave Davenport
Now it needs a configuration option to enable, this should be just part of the theme now. Sidebar is the "sidebar" widget. If not set by theme, old behaviour is still followed.
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
* Add `-sorting-method` option remove weird -sort-levenshtein. * Fix test for updated cmdline options. * Update manpage
2018-06-12More documentation fixesDave Davenport
2018-06-12Fix documentationDave Davenport
* theme * view * textbox
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 ↵Dave Davenport
main threadpool. Add an generic icon fetcher that can be used by any widget and re-uses the main threadpool. * Make threadpool more generic usable. * Add generic icon fetcher, that caches icons. * Make DRUN use this fetcher. * Add icon widget. #809
2018-01-14[View] Added textboxes are set to autoheight and wrapping.Dave Davenport
Fixes: #754
2017-12-08Fix (old style) fake-transparency and fake-background option.Dave Davenport
- Broke and only setting it via theme worked.
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
Fixes: #718
2017-10-30Remove color from prompt, can be added in theme now.Dave Davenport
fixed: #637
2017-10-05Indent files.Dave Davenport
2017-10-01Rename tokenize to helper_tokenizeDave Davenport
2017-09-17Cleanup compiler warnings.Dave Davenport
- Unused var. - Missing switch statement. - Change fallthrough for older compilers.
2017-09-07Fix Inherit keywordDave Davenport
2017-09-06Flatten hierarchy, don't inherit by default.Dave Davenport
* add keyword inherit to language parser and theme structure.
2017-08-29Set cursor to end of input field.Dave Davenport
Fixes: #662
2017-08-18Move more enums to rofi-types.hDave Davenport
2017-07-12Add wid:{window id} to monitor option.Dave Davenport
- By specifying the window id, rofi will assume that window to be the monitor (for placing.) - syntax: wid:{monitor id} Issue: #632
2017-07-11Convert old location format into new, so we are compatible again.Dave Davenport
Fixes: #630
2017-07-05Correctly switch to other RofiViewState.Dave Davenport
* Triggers when error message occurs on handling action. * Reproducable with broken drun file. (give a non-existing path)
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
* https://www.securecoding.cert.org/confluence/display/c/DCL11-C.+Understand+the+type+issues+associated+with+variadic+functions
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
* https://dzone.com/articles/implicit-fallthrough-in-gcc-7
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
2017-06-03view: Always create textbox with typeQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-03Fix sidebar in stock theme and sidebar button clickingDave Davenport
2017-06-03Fix textview clicking.Dave Davenport
2017-06-02Remove index from box_add.Dave Davenport
2017-06-02Change ThemeHighlight to RofiHighlightColorStyleDave Davenport
2017-06-02Change Orientation enum to RofiOrientation.Dave Davenport
2017-06-02Change Distance struct to RofiDistance.Dave Davenport
2017-06-02Rename HL_ to ROFI_HL_ and fix box test.Dave Davenport
2017-06-02Add orientation property.Dave Davenport
2017-06-01Merge remote-tracking branch 'origin/master' into barviewDave Davenport