summaryrefslogtreecommitdiffstats
path: root/source/view.c
AgeCommit message (Expand)Author
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
2017-06-03view: Always create textbox with typeQuentin Glidic
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
2017-06-01display: Introduce display.hQuentin Glidic
2017-06-01Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-06-01xcb: Move (most) event handling to xcb.cQuentin Glidic
2017-06-01xcb: Hide release detailsQuentin Glidic
2017-06-01textbox: Fix appending more than one characterQuentin Glidic
2017-06-01xcb: Move GWater source in xcb.cQuentin Glidic
2017-06-01xcb: Move more stuff to xcb.cQuentin Glidic
2017-06-01x11-helper: Rename xcb.cQuentin Glidic
2017-05-31gitmodules: Update libnkutilsQuentin Glidic
2017-05-31Indent icon code reworkQuentin Glidic
2017-05-31Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-05-31Port fixes from icon-cleanup branch.Dave Davenport
2017-05-30view: Use \uFFFC character as icon placeholderQuentin Glidic
2017-05-30view: Add icon (basic) supportAaron Ash
2017-05-30Merge in masterDave Davenport