Dave Davenport
|
44534653bf
|
Remove border from ViewState
|
2017-01-01 12:16:04 +01:00 |
|
Dave Davenport
|
5c547393b8
|
Repaint (if) needed before flipping xcb_copy_area
|
2017-01-01 02:57:04 +01:00 |
|
Dave Davenport
|
e29f89e401
|
Reorder padding order, support 1,2,3,4 entries.
|
2017-01-01 01:31:25 +01:00 |
|
Dave Davenport
|
d35e70d817
|
Support converting old theme internally, add first option to dump theme
|
2017-01-01 01:06:38 +01:00 |
|
Dave Davenport
|
7b0e0643c8
|
Make spacing be of type distance.
|
2016-12-31 23:27:17 +01:00 |
|
Dave Davenport
|
52e850dc33
|
Fix EM support, use char height
|
2016-12-31 23:00:06 +01:00 |
|
Dave Davenport
|
068592414e
|
Support em format in padding
|
2016-12-31 22:47:22 +01:00 |
|
Dave Davenport
|
5f424fa598
|
Padding should be specified in px now and 4 borders can be specified on
one pixel line.
|
2016-12-31 21:37:19 +01:00 |
|
Dave Davenport
|
eafd4697a2
|
Fix some of the sizing issues.
|
2016-12-30 18:31:30 +01:00 |
|
Dave Davenport
|
a2001d1b9c
|
Add window widget, play with logic for sizing (broken)
|
2016-12-28 19:42:14 +01:00 |
|
Dave Davenport
|
d63b9cb15e
|
Padding to textbox. remove config.line_padding
|
2016-12-28 13:46:53 +01:00 |
|
Dave Davenport
|
77fdb08169
|
Allow padding on scrollbar
|
2016-12-28 12:57:58 +01:00 |
|
Dave Davenport
|
843ccc1e41
|
Update drawing, background per widget.
|
2016-12-28 12:21:42 +01:00 |
|
Dave Davenport
|
dfc8a31126
|
Redo some of the redrawing methods, better padding support
|
2016-12-28 00:37:32 +01:00 |
|
Dave Davenport
|
1c611b0eec
|
First start at adding 4 sided padding
|
2016-12-27 22:19:15 +01:00 |
|
Dave Davenport
|
a0bab0e99a
|
Merge remote-tracking branch 'origin/master' into themer
|
2016-12-26 13:10:19 +01:00 |
|
Dave Davenport
|
3be5791fb2
|
Use clipboard atom instead of XCB_ATOM_SECONDARY for pasting.
Should fix issue: #516
|
2016-12-24 14:13:31 +01:00 |
|
Dave Davenport
|
96b09b8fff
|
Merge remote-tracking branch 'origin/master' into themer
|
2016-12-20 09:26:21 +01:00 |
|
Dave Davenport
|
49f58a33f5
|
Hit 100% doxy coverage again, remove attribute it chokes on
|
2016-12-20 09:25:56 +01:00 |
|
Dave Davenport
|
b8e58b0342
|
Make parser more flexible, allow global properties to be anywhere in file and allow multiple similar entries.
|
2016-12-16 09:28:13 +01:00 |
|
Dave Davenport
|
fd64bb7a41
|
Improve lexer by adding support for modes.
|
2016-12-12 23:40:43 +01:00 |
|
Dave Davenport
|
be0677cf49
|
Update theme to new format.
- @class state {
}
- #name state {
}
|
2016-12-12 21:14:57 +01:00 |
|
Dave Davenport
|
6d9ce47974
|
Merge remote-tracking branch 'origin/master' into themer
|
2016-12-12 08:53:35 +01:00 |
|
Dave Davenport
|
47125daecf
|
Reset user input on script selection.
Fixes: #513
|
2016-12-12 08:52:27 +01:00 |
|
Dave Davenport
|
95667e60d9
|
Add theme option to config system.
|
2016-12-11 18:06:35 +01:00 |
|
Dave Davenport
|
78abbeb710
|
Textbox uses new theme engine..
|
2016-12-11 17:06:31 +01:00 |
|
Dave Davenport
|
1dfac3c4da
|
Update to new theme
|
2016-12-11 12:19:46 +01:00 |
|
Dave Davenport
|
5fd76b75b1
|
Add some color stuff
|
2016-12-10 19:48:44 +01:00 |
|
Dave Davenport
|
2d01d1566a
|
Add some properties to themes
|
2016-12-09 22:16:31 +01:00 |
|
Dave Davenport
|
d18f037d1c
|
Add lex/bison parser for theme.
|
2016-12-09 19:49:49 +01:00 |
|
Dave Davenport
|
31115dd312
|
Print compile options (window, drun,timing, asan, gcov) in -help
Issue: #506
|
2016-11-25 20:00:27 +01:00 |
|
Dave Davenport
|
b1a44cc65e
|
Update code documentation
|
2016-11-15 21:54:31 +01:00 |
|
Dave Davenport
|
7e74d39a01
|
Fix indentation
|
2016-11-15 08:24:27 +01:00 |
|
Dave Davenport
|
c86a28ca70
|
Small code restructure
|
2016-11-15 08:24:06 +01:00 |
|
Dave Davenport
|
29cacd0e83
|
Try to improve parsing of Keybinding. Give more specific error of what failed.
+ Implementation is slower. but is one time, so should be fine.
|
2016-11-14 18:32:22 +01:00 |
|
Dave Davenport
|
62879ee739
|
Continue parsing when keybinding fail, only show errors after all are done.
|
2016-11-14 16:53:01 +01:00 |
|
Dave Davenport
|
fcf3c33415
|
Fix keybinding with Shift in name. Alt-Shift-S -> Alt-S. Alt-Shift-1 -> Alt-exclam
+ indent.
|
2016-11-14 16:25:04 +01:00 |
|
Dave Davenport
|
27cef3c9ae
|
Fix #497: Create cache dir if not exists.
|
2016-11-12 11:28:40 +01:00 |
|
Dave Davenport
|
545be58e40
|
Issue #454 pass our window id along in the change active window request
|
2016-11-07 09:15:04 +01:00 |
|
Dave Davenport
|
90c314f397
|
Re-add column, but not for dmenu when prompt is set
|
2016-11-07 08:51:23 +01:00 |
|
Dave Davenport
|
ed6cb59b5d
|
Fix crash on wrongly queued ViewState (thx to teto)
|
2016-11-02 18:24:20 +01:00 |
|
Dave Davenport
|
3b698038d7
|
Document enum of separator.h
|
2016-11-01 21:19:13 +01:00 |
|
Dave Davenport
|
e72508b782
|
Remove opacity option.
|
2016-11-01 08:10:27 +01:00 |
|
Dave Davenport
|
4c5df96fcd
|
Pull config option access from out of separator widget.
|
2016-11-01 08:04:39 +01:00 |
|
Dave Davenport
|
e3ab39ea6f
|
add more details to timing log
|
2016-10-31 08:07:02 +01:00 |
|
Dave Davenport
|
86b6beb1e9
|
Update some code.
|
2016-10-28 23:28:49 +02:00 |
|
Dave Davenport
|
217290479e
|
Merge two functions that no longer have a reason to be split.
Fixes: #491
|
2016-10-28 08:51:53 +02:00 |
|
Dave Davenport
|
fb459e1660
|
Make scrollbar behave better
|
2016-10-26 08:24:34 +02:00 |
|
Dave Davenport
|
163934fa8c
|
Simplify some code, more comments. (90% docu)
|
2016-10-25 22:45:11 +02:00 |
|
Dave Davenport
|
a38ac9caf3
|
Update scrollbar behaviour, so dragging is more natural. (limit range from hw/2 to h-hw/2)
|
2016-10-25 21:19:39 +02:00 |
|