summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-01-03Fix testsDave Davenport
2017-01-03Add percentage option to border,paddingDave Davenport
2017-01-03Update window copyrightDave Davenport
2017-01-03Merge remote-tracking branch 'origin/master' into themerDave Davenport
2017-01-03Fix wrong sed replace.Dave Davenport
2017-01-03Merge remote-tracking branch 'origin/master' into themerDave Davenport
2017-01-03Update copyright to 2017.Dave Davenport
2017-01-03Merge remote-tracking branch 'origin/master' into themerDave Davenport
2017-01-03Add copyright to themes.Dave Davenport
2017-01-03Allow for different color handleDave Davenport
2017-01-03Remove border-width property from window.Dave Davenport
2017-01-03Add support for borders around widgets.Dave Davenport
2017-01-03Fix spacing in listview and box.Dave Davenport
2017-01-03Fix the box widget testDave Davenport
2017-01-03Fix pasting of multi-line clipboard.Dave Davenport
2017-01-03Fix compile warning different architectures where long long unsigned != uint64_tDave Davenport
2017-01-03Resize widgets in width before determining initial height.Dave Davenport
2017-01-03Box: static widget should get their desired height.Dave Davenport
2017-01-03textbox, draw better cursor, fix desired height query.Dave Davenport
2017-01-03Restructure for readability. no changeDave Davenport
2017-01-02cleanup some of sizing logic.Dave Davenport
2017-01-01Fix crasher in error message. update reference output.Dave Davenport
2017-01-01Fix errors in doxygen commentsDave Davenport
2017-01-01Update comments, rename Widget to ThemeWidget.Dave Davenport
2017-01-01Fix typo in makefileDave Davenport
2017-01-01Add BUILT_SOURCES for flex/bison generated files.Dave Davenport
2017-01-01Add flex and bison to dependencies.Dave Davenport
2017-01-01Fix? testsDave Davenport
2017-01-01Slowly move more settings to the configuration convert.Dave Davenport
2017-01-01Remove border from ViewStateDave Davenport
2017-01-01Repaint (if) needed before flipping xcb_copy_areaDave Davenport
2017-01-01Always queue a redraw on a resize event.Dave Davenport
2017-01-01On textbox update tell it to update parent.Dave Davenport
2017-01-01Reorder padding order, support 1,2,3,4 entries.Dave Davenport
2017-01-01Support converting old theme internally, add first option to dump themeDave Davenport
2016-12-31Fall back to old style padding (with int) if no metric specified.Dave Davenport
2016-12-31Fall back to integer setting for distanceDave Davenport
2016-12-31Make spacing be of type distance.Dave Davenport
2016-12-31Fix EM support, use char heightDave Davenport
2016-12-31Support em format in paddingDave Davenport
2016-12-31Padding should be specified in px now and 4 borders can be specified onDave Davenport
2016-12-30Fix more sizing issuesDave Davenport
2016-12-30Fix some of the sizing issues.Dave Davenport
2016-12-30Merge remote-tracking branch 'origin/master' into themerDave Davenport
2016-12-30Work-around for detecting end of file, hopefully fixing #518.Dave Davenport
2016-12-29Remove debug output.Dave Davenport
2016-12-29Redraw the window, if it movesDave Davenport
2016-12-29Fix resizing normal-window mode.Dave Davenport
2016-12-29textbox use padding accessorsDave Davenport
2016-12-29box use padding accessorsDave Davenport