summaryrefslogtreecommitdiffstats
path: root/source/widgets
AgeCommit message (Expand)Author
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-31[TextBox] Fix icon alignment issue when scaling icon.Dave Davenport
2017-05-31[TextBox] Fix icon offset.Dave Davenport
2017-05-31[Textbox] fix wrong flag check for icon.Dave Davenport
2017-05-31Port fixes from icon-cleanup branch.Dave Davenport
2017-05-30view: Add icon (basic) supportAaron Ash
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-23[TextBox] Add get_desired_width function.Dave Davenport
2017-05-15[ThemeParser] Add CSS color names supportDave Davenport
2017-05-12If we hit edge of entry box, make left/right move forward to listview.Dave Davenport
2017-05-11Fix some clang compiler warningsDave Davenport
2017-05-04widgets: Use G_PI and G_PI_2 instead of M_PIQuentin Glidic
2017-05-04Fix more compiler warningDave Davenport
2017-04-28Fix some small warning because get_string returns const.Dave Davenport
2017-04-27Re-Indent codeDave Davenport
2017-04-18[Theme] Allow default enabled state of widget to be set in themeDave Davenport
2017-04-15Fix licenses headersQuentin Glidic
2017-04-15Consolidate loggingQuentin Glidic
2017-04-15 Switch to g_{debug,warning} instead of g_logDave Davenport
2017-04-02Add converter back for old theme format.Dave Davenport
2017-03-29Remove old theme support. (part 1)Dave Davenport
2017-03-17[Keys] Cleanup view a bit.Dave Davenport
2017-03-17Reduce scope and unneeded check.Dave Davenport
2017-03-14[Textbox] Remove unneeded calls to pango_layout_get_baseline.Dave Davenport
2017-03-14[Textbox] Remove unneeded calls to pango_layout_get_pixel_size.Dave Davenport
2017-03-11Fix missing doxygen documentationDave Davenport
2017-03-10Zeltakmadness (#572)Dave Davenport
2017-03-09Floor the result, so we do not get 1/2 pixel gaps.Dave Davenport
2017-03-04Indent code.Dave Davenport
2017-02-24Fix small issue positioning top of text in entrybox. (I hope)Dave Davenport
2017-02-17Install some headers for use in pluginsDave Davenport
2017-02-09IndentDave Davenport
2017-02-08Tweaking corner case when box is smallDave Davenport
2017-02-08Fiddle with the corners again.. less complecated is goodDave Davenport
2017-02-06Reduce amount of paths createdDave Davenport
2017-02-06First draw widget, then draw border around it.. extend clipmask by 0.5 a pixe...Dave Davenport
2017-02-06Fix missing - in clip maskDave Davenport
2017-02-06limit radius when height/weight gets to smallDave Davenport
2017-02-06Add border radius to border around widget.Dave Davenport
2017-02-03Don't recreate every string everytime.Dave Davenport