summaryrefslogtreecommitdiffstats
path: root/source/widgets
AgeCommit message (Expand)Author
2017-06-06[TextBox] Fix centering with large paddingDave Davenport
2017-06-06[TextBox] Fix yalign for cursor and icon.Dave Davenport
2017-06-04Fix rendering of icons with single font size.Dave Davenport
2017-06-03Change Listview::barview to Listview::layoutDave Davenport
2017-06-03Run indenter.Dave Davenport
2017-06-03view: Always create textbox with typeQuentin Glidic
2017-06-03Fix converting x,y to cursor position.Dave Davenport
2017-06-03Fix icon sizing, use font size.Dave Davenport
2017-06-03Fix icon offset.Dave Davenport
2017-06-02Remove index from box_add.Dave Davenport
2017-06-02Change Padding to RofiPaddingDave Davenport
2017-06-02Change Orientation enum to RofiOrientation.Dave Davenport
2017-06-02Change Distance struct to RofiDistance.Dave Davenport
2017-06-02Change PixelWidth to RofiPixelUnit.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-01textbox: Fix appending more than one characterQuentin Glidic
2017-06-01x11-helper: Rename xcb.cQuentin Glidic
2017-05-31Indent icon code reworkQuentin Glidic
2017-05-31Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-05-31[TextBox] Fix icon alignment issue when scaling icon.Dave Davenport
2017-05-31Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-05-31[TextBox] Fix icon offset.Dave Davenport
2017-05-31Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-05-31[Textbox] fix wrong flag check for icon.Dave Davenport
2017-05-31Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-05-31Port fixes from icon-cleanup branch.Dave Davenport
2017-05-30view: Add icon (basic) supportAaron Ash
2017-05-30Merge in masterDave Davenport
2017-05-30widget.test: Add NULL tests for trigger_action functionsQuentin Glidic
2017-05-30widget: Add motion grab supportQuentin Glidic
2017-05-30scrollbar: Make it scroll againQuentin Glidic
2017-05-30scrollbar: Rework scrollbar_scroll_get_line to work on relative yQuentin Glidic
2017-05-30widget: Rely on find_mouse_target to send motion eventsQuentin Glidic
2017-05-30widget: Add widget_xy_to_relative helperQuentin Glidic
2017-05-30scrollbar: Drop unused variableQuentin Glidic
2017-05-29widget: Remove some more leftoversQuentin Glidic
2017-05-29Use libnkutils for keybindingsQuentin Glidic
2017-05-28Add extra NULL checks.Dave Davenport
2017-05-28Allow textbox to be added in themeDave Davenport
2017-05-28Don't keep pointer to inputbar/main_boxDave Davenport
2017-05-28[Widget] Add desired width option.Dave Davenport
2017-05-27Allow layout to be overwrittenDave Davenport
2017-05-26Set box orientation in theme.Dave Davenport
2017-05-25Allow interface to be dynamically changed.Dave Davenport
2017-05-24[TextBox] Add 'vertical-align' optionDave Davenport
2017-05-24Change page-up/page-down behaviour for barview mode.Dave Davenport
2017-05-23[Barview] Small cleanups.Dave Davenport
2017-05-23[ListView] Add bar mode.Dave Davenport