o9000
ce0acdbd5b
Destroy taskbar name after destroying tasks
2016-10-09 16:36:45 +02:00
o9000
1d15c41c1b
Fix resizing logic (taskbar_distribute_size was broken, resizing triggered unnecessary redraws)
2016-10-09 16:33:33 +02:00
o9000
0d861ebd97
Option to shrink panel: fix taskbar sizing
2016-10-09 15:21:56 +02:00
o9000
7c54f2acf7
Option to shrink panel: add missing code for separator
2016-10-09 15:03:48 +02:00
o9000
278a915ba4
Change profiling code to use median instead of average
2016-10-08 18:17:27 +02:00
o9000
2c42a78725
Fix compilation with ENABLE_RSVG=OFF (fixes issue #602 )
2016-10-08 15:02:28 +02:00
o9000
07592355cb
Option to shrink panel: updated doc and translation files
2016-10-08 14:54:34 +02:00
o9000
61a80b996f
Add option to shrink panel (fixes issue #333 )
2016-10-08 14:45:00 +02:00
o9000
8c7f4cc825
Freespace: update doc
2016-10-08 10:17:56 +02:00
o9000
7dad1c4e33
Freespace: release memory in correct order
2016-10-08 10:17:16 +02:00
o9000
f8ceb5a849
Allow multiple freespace items (fixes issue #607 )
2016-10-08 10:12:20 +02:00
o9000
d45af83eaa
FPS profiling: do not count read timeouts
2016-10-06 11:13:36 +02:00
o9000
cbde035f36
Add FPS profiling (set DEBUG_FPS when running tint2) : show average
2016-10-04 22:52:21 +02:00
o9000
0f3f6eebd8
Add FPS profiling (set DEBUG_FPS when running tint2)
2016-10-04 22:43:18 +02:00
o9000
c5845a7f70
Fixed indentation in doc
2016-10-04 18:06:00 +02:00
o9000
b53aea76bd
Updated changelog and doc
2016-10-04 18:04:13 +02:00
o9000
a5434a362b
Gradients: release memory
2016-10-04 17:57:03 +02:00
o9000
1922cafa14
Taskbar: revert accidental change
2016-10-04 14:23:00 +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
edc5a02efe
Separator: fix warning
2016-10-02 16:43:44 +02:00
Oskari Rauta
0867010841
Add gradient background support
...
Conflicts:
src/tint2conf/properties_rw.c
2016-10-02 16:43:24 +02:00
o9000
031b6b3240
Separator: updated translation
2016-10-02 14:15:37 +02:00
o9000
502c2f03ac
Separator: updated doc and changelog
2016-10-02 14:07:16 +02:00
o9000
55de4c27b8
Separator: fix line bug in vertical panel
2016-10-02 14:06:31 +02:00
o9000
d49ecee3a7
Separator: simplify
2016-10-02 13:51:10 +02:00
o9000
62e0ee6a3a
Separator: add background option
2016-10-02 12:17:07 +02:00
Oskari Rauta
6304715df3
Add separator plugin
2016-10-02 11:25:44 +02:00
o9000
7dbc894d2e
Hide tooltip on desktop change (fixes issue #593 )
2016-09-18 13:00:49 +02:00
o9000
c3a86e185d
Fix include (fixes issue #596 )
2016-09-18 12:53:59 +02:00
o9000
ce8061573b
Update README.md
2016-09-18 10:47:41 +00:00
o9000
d0506f07a1
Updated changelog and documentation
2016-09-18 12:32:52 +02:00
o9000
1d076ee6a4
Updated POT file and French translation
2016-09-18 12:20:59 +02:00
o9000
0c36e79996
Add behavior to hide an empty taskbar in multi_desktop mode: tint2conf
2016-09-18 12:20:44 +02:00
o9000
d0e8450225
Add behavior to hide an empty taskbar in multi_desktop mode: bugfix
2016-09-18 12:16:11 +02:00
o9000
924464423d
Merge branch 'master' into 'master'
...
tint2conf: Disable Executor tooltip when text config value is empty
This fixes a bug where if an Executor had the "Tooltip" option disabled,
editing the theme in tint2conf would re-enable it.
See merge request !18
2016-09-12 08:05:43 +00:00
Justin Jacobs
1b2a751de7
tint2conf: Disable Executor tooltip when text config value is empty
...
This fixes a bug where if an Executor had the "Tooltip" option disabled,
editing the theme in tint2conf would re-enable it.
2016-09-11 17:41:17 -04:00
o9000
047c59b53f
Merge branch 'hide_empty_taskbars' into 'master'
...
Add behavior to hide an empty taskbar in multi_desktop mode
- [x] Hide empty taskbar
- [x] Handle case when workspace name is not showing
- [x] Make it configurable
- [x] Fix bugs
- [x] Size issue when removing taskbars
- [x] Overlapping taskbars (?)
See merge request !17
2016-09-10 20:51:06 +00:00
Benoit Averty
863ef0259c
Add config option for the hide_if_empty behaviour
2016-09-04 15:55:51 +02:00
Benoit Averty
d765190e3d
Add behavior to hide an empty taskbar in multi_desktop mode: fix TODO and fix panel resize
2016-09-04 15:33:33 +02:00
Benoit Averty
8976f35c5f
Add behavior to hide an empty taskbar in multi_desktop mode
2016-08-31 16:55:33 +02:00
o9000
008eebe4b1
When WM_HINTS changes for a window, reload the icon
2016-08-20 18:07:18 +02:00
o9000
cbb76849ea
Fix missing include (fixes issue #594 ; thanks @Coacher)
2016-08-08 13:08:29 +02:00
o9000
cf930fa42e
Fix hang (issue #586 )
2016-08-08 12:17:15 +02:00
o9000
da51d37322
Execp: force update after custom command execution (issue #586 )
2016-08-08 12:04:31 +02:00
o9000
a09e1a0e45
Fixed multiple memory leaks
2016-08-08 11:15:59 +02:00
o9000
1d4f64d745
Fixed typo causing missing startup notifications
2016-08-08 10:58:18 +02:00
o9000
2857b96c4d
Fixed memory leak in icon loading
2016-08-08 10:56:06 +02:00
o9000
8b08930268
tint2conf: fix typo (issue #592 )
2016-08-07 14:23:49 +02:00
o9000
2922708c18
Launcher: reload shortcut on click: updated changelog (issue #569 )
2016-08-07 14:18:34 +02:00