o9000
eb93af3622
preprent "tint2:" to all logging messages
2017-09-01 18:23:46 +02:00
o9000
b7691afb8d
Print logging output consistently to stderr
2017-09-01 18:11:35 +02:00
o9000
ceb6a44238
Launcher: fix layout on vertical panels
2017-09-01 11:34:57 +02:00
o9000
067234e9fb
Unify code used to execute external programs
2017-04-29 13:42:37 +02:00
o9000
701b57e113
Open current tint2 config automatically when started from tint2
2017-04-22 19:07:49 +02:00
o9000
affac4cfa6
Changed indentation everywhere
2017-04-13 14:07:23 +02:00
o9000
0fc22b5cd6
Button: svg icon support
2017-03-26 10:39:02 +02:00
o9000
d5dfda296f
Buttons
2017-03-25 14:17:27 +01:00
o9000
acd1ed5768
tint2conf: Do not search for icons in all icon themes (issue #563 )
2017-03-20 18:06:49 +01:00
o9000
d7f294d7c2
Refactor panel refresh; new debug option debug_frames
2017-03-04 12:25:10 +01:00
o9000
7c0df616b9
Move gradients into backgrounds
2017-02-19 19:06:39 +01:00
o9000
8f2a28f56d
launcher: Redraw icons properly on icon theme change
2016-12-24 09:13:57 +01:00
o9000
cd76bd311d
Support for Path in .desktop files (fixes issue #611 )
2016-12-04 17:39:34 +01:00
Mike Messmore
d21507cd4b
Add support for Path in .desktop files
2016-11-30 21:21:18 -06:00
o9000
1d15c41c1b
Fix resizing logic (taskbar_distribute_size was broken, resizing triggered unnecessary redraws)
2016-10-09 16:33:33 +02:00
o9000
2c42a78725
Fix compilation with ENABLE_RSVG=OFF (fixes issue #602 )
2016-10-08 15:02:28 +02:00
o9000
61a80b996f
Add option to shrink panel (fixes issue #333 )
2016-10-08 14:45:00 +02:00
o9000
a5434a362b
Gradients: release memory
2016-10-04 17:57:03 +02:00
o9000
b4c2b3e6af
Gradients: mostly done
2016-10-03 20:25:35 +02:00
o9000
822b149419
Gradients: work in progress
2016-10-02 22:56:48 +02:00
o9000
a09e1a0e45
Fixed multiple memory leaks
2016-08-08 11:15:59 +02:00
o9000
5c6385b4c3
Launcher: reload shortcut on click (issue #569 )
2016-08-07 14:15:45 +02:00
o9000
fc56e48781
Add option to debug geometry (set env var DEBUG_GEOMETRY) (issue #583 )
2016-06-04 13:53:22 +02:00
o9000
ed802d7602
Compute layouts correctly with partial borders (issue #580 )
2016-05-21 15:14:57 +02:00
o9000
1edaf21bde
Add area.name, useful for debugging
2016-03-25 11:13:05 +01:00
o9000
7dc24b8ee6
Launcher: full width clicks if 1 row or 1 column of icons (issue #572 )
2016-03-25 09:51:55 +01:00
o9000
7b6ce97940
Cleanup whitespace
2016-03-24 20:45:17 +01:00
o9000
4656f7fc94
Cleanup code from last commit
2016-03-22 08:25:09 +01:00
o9000
9768b326aa
Remove unnecessary casts
2016-03-21 23:04:45 +01:00
o9000
c8250e5200
Launcher: Read and display both Name and GenericName from desktop files (issue #571 )
2016-03-20 14:37:32 +01:00
o9000
4dfe411bf4
Cache launcher icons
2016-02-29 23:44:00 +01:00
o9000
b196bb1c00
Fix small memory leak in launcher
2016-01-26 20:30:57 +01:00
o9000
106471225f
Rename dsp -> display
2016-01-01 13:49:10 +01:00
o9000
a6da0186e0
Cache pixmaps for mouse effects to improve performance
2016-01-01 04:57:08 +01:00
o9000
3790723483
Code cleanup
2015-12-13 11:39:12 +01:00
o9000
9a85f7f2c5
Use default desktop font (Gtk/FontName from XSettings) when the font is not specified in the config file
2015-12-12 15:14:42 +01:00
o9000
4a6937826c
Cleanup indentation with clang-format and changed a few variable names
2015-11-20 23:28:37 +01:00
o9000
c0e62e2e79
Cleanup: area.h
2015-11-18 21:57:10 +01:00
o9000
0900c088ee
Mouse effects: fixes, changed defaults, more config options
2015-11-04 23:14:11 +01:00
o9000
68d3799c47
Mouse effects: tint icons
2015-11-04 13:02:12 +01:00
o9000
732b9d3910
Mouse pressed effect + some fixes for mouse over
2015-11-04 12:19:23 +01:00
o9000
9e2fbec797
Launcher icon background
2015-11-04 02:05:41 +01:00
o9000
294fdee57f
Mouse over effects
2015-11-04 01:32:13 +01:00
o9000
8b6aad3a41
Refactored svg image loading
2015-10-18 16:53:27 +02:00
Sebastian Reichel
edad9bb7f5
Fix memory leak for battery tooltips
...
Instead of returning a const string, that is fed into strdup, tooltip
functions are now supposed to return allocated strings. This fixes a
memory leak in the battery tooltip.
This is used instead of simply freeing the memory in the battery
tooltip function, since it also avoids a uselesss strdup().
2015-08-07 02:09:53 +02:00
o9000
e76202b355
Fix systray rendering when compositor off
2015-07-23 20:38:33 +02:00
o9000
5acda6a0c0
Silence warning
2015-05-15 08:39:12 +02:00
o9000
7bce19452e
Reduce memory footprint
2015-05-10 12:43:58 +02:00
o9000
1d02b8588b
Fix icon loading with wrong image extension
2015-05-03 16:22:23 +02:00
o9000
e7c3f99e28
Attempt to fix icon rendering problems
2015-05-03 15:36:42 +02:00