Dave Davenport
|
3c52f15140
|
Move more enums to rofi-types.h
|
2017-08-18 11:38:54 +02:00 |
|
Dave Davenport
|
9105e5549f
|
Move all property structs/enums into rofi-types
|
2017-08-17 22:52:17 +02:00 |
|
Dave Davenport
|
686be5856c
|
Move PropertyType into rofi-types header and add check for names pairs.
|
2017-08-17 19:04:01 +02:00 |
|
Dave Davenport
|
474e3b3d63
|
Slight tweak to default theme
|
2017-07-24 16:58:03 +02:00 |
|
Dave Davenport
|
ecc9bcc270
|
Re-add some of the old theme options, so theme converter use them.
- line margin
- separator style.
- fake transparency.
- line padding.
- scrollbar width
|
2017-07-06 18:20:32 +02:00 |
|
Dave Davenport
|
ef4a171fca
|
Put Xfwm4 on the WM list that needs extra desktop change.
Work-around that makes sure desktop gets switchs when setting active
window.
Fixes: #624
|
2017-07-05 21:30:29 +02:00 |
|
Quentin Glidic
|
727e3dc51a
|
meson: Actually define TIMINGS if needed (#621)
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-07-04 15:35:49 +02:00 |
|
Dave Davenport
|
7e1c02b04c
|
[OldTheme] Re-add the padding/bw option.
|
2017-07-03 09:23:03 +02:00 |
|
Dave Davenport
|
69d32164c9
|
Fix test building.
|
2017-06-21 19:18:57 +02:00 |
|
Dave Davenport
|
77a4d97262
|
Add -dump-config option.
|
2017-06-21 08:19:47 +02:00 |
|
Dave Davenport
|
9af191de26
|
Fix tests by splitting types name into separate file.
|
2017-06-20 21:02:13 +02:00 |
|
Dave Davenport
|
da00848416
|
Do better error reporting on configuration entries in rasi format.
|
2017-06-20 18:10:18 +02:00 |
|
Dave Davenport
|
22aacb8f94
|
Add extra check for rofi_theme_parse_prepare_file
|
2017-06-14 16:19:17 +02:00 |
|
Dave Davenport
|
26d9da7263
|
Position the overlay in the top right corner of the listview.
|
2017-06-12 08:17:28 +02:00 |
|
Dave Davenport
|
5d3f69ff69
|
Fix param
|
2017-06-11 20:06:07 +02:00 |
|
Dave Davenport
|
067544120f
|
Make function declaration match function prototype.
- Extra NULL check.
|
2017-06-09 09:18:17 +02:00 |
|
Dave Davenport
|
9fe67c1822
|
[TextBox] Remove TB_LEFT/CENTER/RIGHT replace with xalign/yalign.
|
2017-06-07 20:16:14 +02:00 |
|
Dave Davenport
|
68641a2143
|
Add new keywords to theme printer
|
2017-06-03 20:45:16 +02:00 |
|
Dave Davenport
|
9a62bfd172
|
Run indenter.
|
2017-06-03 20:35:50 +02:00 |
|
Quentin Glidic
|
0adc0d7c08
|
view: Always create textbox with type
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-03 20:04:21 +02:00 |
|
Dave Davenport
|
54727cc9e9
|
Fix header file.
|
2017-06-03 16:27:11 +02:00 |
|
Dave Davenport
|
4cd2d87ed2
|
Merge remote-tracking branch 'origin/master' into barview
|
2017-06-02 18:52:28 +02:00 |
|
Dave Davenport
|
4bd9828aa7
|
Remove index from box_add.
|
2017-06-02 16:53:39 +02:00 |
|
Dave Davenport
|
1d622aa59c
|
Change ThemeHighlight to RofiHighlightColorStyle
|
2017-06-02 16:46:28 +02:00 |
|
Dave Davenport
|
3e46228074
|
Change Padding to RofiPadding
|
2017-06-02 16:44:16 +02:00 |
|
Dave Davenport
|
ea7d20d150
|
Change Orientation enum to RofiOrientation.
|
2017-06-02 16:34:52 +02:00 |
|
Dave Davenport
|
9915857a2e
|
Change Distance struct to RofiDistance.
|
2017-06-02 16:25:47 +02:00 |
|
Dave Davenport
|
7352f1c2ba
|
Change PixelWidth to RofiPixelUnit.
|
2017-06-02 16:21:05 +02:00 |
|
Dave Davenport
|
48bf1709b6
|
Rename HL_ to ROFI_HL_ and fix box test.
|
2017-06-02 16:09:20 +02:00 |
|
Quentin Glidic
|
76a6e312fe
|
xcb: Add startup notification support
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-02 14:57:51 +02:00 |
|
Quentin Glidic
|
51d34b662e
|
helper: Add API to support startup notification
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-02 14:54:21 +02:00 |
|
Dave Davenport
|
eec5c6eadc
|
Add orientation property.
|
2017-06-02 14:05:19 +02:00 |
|
Quentin Glidic
|
0daab1844e
|
helper: Add execute helper
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-02 12:50:32 +02:00 |
|
Dave Davenport
|
85b6e32158
|
Merge remote-tracking branch 'origin/master' into barview
|
2017-06-01 18:54:30 +02:00 |
|
Quentin Glidic
|
e576bc441c
|
xcb: Hide WM discover function
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-01 15:08:20 +02:00 |
|
Quentin Glidic
|
48a80e3f82
|
display: Introduce display.h
The API is meant to be neutral to fit any display backend.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-01 15:06:57 +02:00 |
|
Quentin Glidic
|
55485418a4
|
xcb: Drop leftover
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-01 14:42:44 +02:00 |
|
Dave Davenport
|
cdc8e462b8
|
Merge remote-tracking branch 'origin/master' into barview
|
2017-06-01 14:20:36 +02:00 |
|
Quentin Glidic
|
1d99363ce9
|
helper: Move cairo_image_surface_create_from_svg to helper.c
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-01 13:36:11 +02:00 |
|
Quentin Glidic
|
93cb04e30f
|
xcb: Move (most) event handling to xcb.c
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-01 13:30:29 +02:00 |
|
Quentin Glidic
|
4792a16593
|
xcb: Hide release details
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-01 13:26:31 +02:00 |
|
Quentin Glidic
|
2b6c084f32
|
textbox: Fix appending more than one character
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-01 13:26:19 +02:00 |
|
Quentin Glidic
|
000dce1083
|
xcb: Hide grab details
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-01 11:57:57 +02:00 |
|
Quentin Glidic
|
f042851add
|
xcb: Hide some internal details
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-01 11:57:17 +02:00 |
|
Quentin Glidic
|
93cf26414e
|
xcb: Reorder and hide events callbacks
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-01 11:50:26 +02:00 |
|
Quentin Glidic
|
a8aac87bb0
|
xcb: Move GWater source in xcb.c
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-01 11:44:21 +02:00 |
|
Quentin Glidic
|
9b58a9bc31
|
xcb: Move more stuff to xcb.c
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-01 00:39:11 +02:00 |
|
Quentin Glidic
|
46dee2671d
|
x11-helper: Rename xcb.c
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-01 00:12:58 +02:00 |
|
Quentin Glidic
|
52aac6d3b6
|
gitmodules: Update libnkutils
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-05-31 20:26:12 +02:00 |
|
Quentin Glidic
|
ac8868f3b1
|
Indent icon code rework
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-05-31 20:21:58 +02:00 |
|