summaryrefslogtreecommitdiffstats
path: root/source/view.c
AgeCommit message (Expand)Author
2016-12-11Border width via new config system.Dave Davenport
2016-12-11Textbox uses new theme engine..Dave Davenport
2016-12-11Change language parser to glr type, remove type prefix.Dave Davenport
2016-12-11Set separator nameDave Davenport
2016-12-11Update to new themeDave Davenport
2016-12-10Add some color stuffDave Davenport
2016-12-10Merge remote-tracking branch 'origin/master' into themerDave Davenport
2016-12-10Fix positioning of sidebar in the grand scheme of things. (this needs rewrite...Dave Davenport
2016-12-09Add some properties to themesDave Davenport
2016-11-30Fix two issues detected by coverty. 1.) copy /paste error. 2.) dead codeDave Davenport
2016-11-29Make resize look better. less flickering.Dave Davenport
2016-11-27Fix drawing order when widget is added at end. This simplifies bottom mode.Dave Davenport
2016-11-26Fix check being the wrong way around.Dave Davenport
2016-11-15Update code documentationDave Davenport
2016-11-15Fix indentationDave Davenport
2016-11-15Small code restructureDave Davenport
2016-11-14For redraw when rofi_view_set_active is called.Dave Davenport
2016-11-14Fix keybinding with Shift in name. Alt-Shift-S -> Alt-S. Alt-Shift-1 -> Alt-e...Dave Davenport
2016-11-14Fix #485: Correctly remove consumed masks.Dave Davenport
2016-11-12Fix #497: Create cache dir if not exists.Dave Davenport
2016-11-11If no fake background failed to load, still paint a background. Add debug info.Dave Davenport
2016-11-11Re-work the expose, redraw system. Use XServer side pixmaps to do drawing and...Dave Davenport
2016-11-07Issue #454 pass our window id along in the change active window requestDave Davenport
2016-11-07Re-add column, but not for dmenu when prompt is setDave Davenport
2016-11-06Grab keyboard as early as possible (#494)Dave Davenport
2016-11-02Fix crash on wrongly queued ViewState (thx to teto)Dave Davenport
2016-11-01Remove opacity option.Dave Davenport
2016-11-01Pull config option access from out of separator widget.Dave Davenport
2016-10-28 Remove auto :Dave Davenport
2016-10-28IndentDave Davenport
2016-10-28Remove commented codeDave Davenport
2016-10-28Merge two functions that no longer have a reason to be split.Dave Davenport
2016-10-25Simplify some code, more comments. (90% docu)Dave Davenport
2016-10-25Update scrollbar behaviour, so dragging is more natural. (limit range from hw...Dave Davenport
2016-10-24Option to disable/enable the highlighting of match.Dave Davenport
2016-10-23Revert "Fix: #485 Remove used modifiers before figuring out keybinding."Dave Davenport
2016-10-23Fix: #485 Remove used modifiers before figuring out keybinding.Dave Davenport
2016-10-20Add some more tests, make some textbox api's privateDave Davenport
2016-10-17Fix some coverty found issues.Dave Davenport
2016-10-14Add more documentation.Dave Davenport
2016-10-13Remove padding from input bar: Fix #479Dave Davenport
2016-10-11Remove unneeded calls to tokenize.Dave Davenport
2016-10-11Always refilter when switching modi.Dave Davenport
2016-10-09Make separator work in both directions ( hori/vert ).Dave Davenport
2016-10-08Qtk widgets (#478)Dave Davenport
2016-09-27Make widget_free work on textbox and scrollbar, use widget specific free.Dave Davenport
2016-09-27Make one widget_draw function, abstract rest (textbox, scrollbar) behind it.Dave Davenport
2016-09-26When view centered, don't change x,y.Dave Davenport
2016-09-18Fix for #467, don't count border twice, take right line-margin into account.Dave Davenport
2016-09-18Fix fprintf.Dave Davenport