Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-05 | Only add beryl-settings and emerald-theme-manager | nesl247 | 1 | -17/+27 | |
2007-02-22 | beryl-manager: consistant labels for decorators | cyberorg | 1 | -5/+5 | |
2007-01-21 | Address #867 | lupine | 1 | -7/+17 | |
2007-01-09 | beryl-settings & -manager: | maniac | 1 | -7/+14 | |
- install BSM icon to PREFIX/share/icons/hicolor/scalable/apps for consistency - make beryl-manager use that icon - fix some warnings and screwed indentations in beryl-manager - closes #705 | |||||
2007-01-08 | beryl-manager: fix fallback WM offset (closes #714) | maniac | 1 | -7/+9 | |
2007-01-01 | beryl-manager: remove compiz COW as it is default now, add | cyberorg | 1 | -2/+1 | |
kde-window-decorator | |||||
2006-12-23 | Indent script | racarr | 2 | -1637/+1826 | |
2006-12-22 | beryl-manager: | quinn | 1 | -3/+3 | |
-fix fallback WM calculations | |||||
2006-11-24 | beryl-manager: | quinn | 1 | -3/+8 | |
-use gettext() on the WM and DM strings to retreive the i18n -make the advanced beryl options trigger reloadWM...TODO this should be altered to only happen if beryl is the wm | |||||
2006-11-17 | beryl-manager: fix #998 by commenting in back needed code parts (stupid ↵ | maniac | 1 | -2/+2 | |
mistake :-/ ) | |||||
2006-11-17 | beryl-manager: | maniac | 1 | -46/+275 | |
- added options for all Beryl command line options (in new submenu) - updated de_DE translation accordingly | |||||
2006-11-15 | beryl-manager: Stop beryl being restarted in an infinite | nigel | 1 | -0/+1 | |
loop when a second SIGUSR2 tells us to switch back after a suspend cycle. | |||||
2006-11-14 | beryl-manager: Made the Iconsize configurable via ~/.beryl-managerrc | test-tools | 1 | -1/+9 | |
iconsize=22 (where 22 is in range 12-128) Closes #675 for now | |||||
2006-11-11 | beryl-manager: Icon stuff, starts following ↵ | test-tools | 1 | -2/+8 | |
http://live.gnome.org/GnomeGoals/AppIcon The 22x22 icon is taken #675, the .svg icon from Artwork on Wiki. Todo: figure out, what icon size the systray wants... | |||||
2006-11-11 | beryl-manager: change the rendering option to reflect the real state of the code | quinn | 1 | -12/+12 | |
2006-11-10 | beryl-manager: added option for --use-tfp | maniac | 1 | -5/+34 | |
2006-11-09 | beryl-manager: Icon will now re-appear in newer instances of Systray | test-tools | 1 | -2/+8 | |
Closes #795 | |||||
2006-11-08 | beryl-manager: Fix some memory leaks found with valgrind. | nigel | 1 | -6/+19 | |
2006-11-07 | beryl-manager: emerald starting twice fix by freakabcd | cyberorg | 1 | -22/+28 | |
2006-11-06 | beryl-manager: Fixed a running twice problem. | test-tools | 1 | -0/+1 | |
Updated Bugs section in manpage. | |||||
2006-11-05 | Update eggtrayicon.* from upstream. If anyone know any beryl/compiz related | test-tools | 2 | -0/+639 | |
fixes in there, please reapply. Corrected manpage. | |||||
2006-11-03 | add heliodor support | quinn | 1 | -0/+1 | |
2006-11-01 | beryl-manager:Add aquamarine option | cyberorg | 1 | -0/+1 | |
2006-10-31 | Fixes for make dist-check: | reggaemanu | 1 | -1/+1 | |
- fix errors with version - fix makefile for all pixmap dirs - add missing headers - add all missing po/ChangeLog files (still have to be populated) - remove default install in /usr - some others little fixes (still two problems : one with mesa, and one with 'make uninstall' for emerald-themes) | |||||
2006-10-27 | beryl-manager: add option to disable GL_Yield setting, remove useless ↵ | quinn | 1 | -16/+14 | |
strict-binding option (doesn't even fix what it was supposed to) | |||||
2006-10-23 | beryl-manager: Fixed #570 | test-tools | 1 | -2/+3 | |
2006-10-23 | Makefile.am's: Changed first line according to conventions, see info automake | test-tools | 1 | -0/+1 | |
2006-10-21 | beryl-manager: Update manpage and usage info | test-tools | 1 | -1/+1 | |
2006-10-21 | autostart beryl | quinn | 1 | -6/+9 | |
2006-10-17 | beryl-manager: Added prototypes, should now compile | test-tools | 1 | -0/+2 | |
2006-10-17 | Make SIGUSR2 toggle between Beryl and fallback WM if Beryl is used (for ↵ | nigel | 1 | -0/+15 | |
suspend-to-disk support). | |||||
2006-10-17 | beryl-manager: Fix for #512 , some cleanup... | test-tools | 1 | -6/+9 | |
2006-10-16 | beryl-manager: Corrected usage info, update manpage, fixed <= problems, ↵ | test-tools | 1 | -9/+27 | |
nuked anoying not found output of which. New startup scheme should be now complete. TODOnext: Don't detect via pidof, detect via X... | |||||
2006-10-15 | beryl-manager: Pidfile gone, we can check this via X (Works then also remote), | test-tools | 1 | -62/+138 | |
on a ClientMessage we have the popup (Maybe add additional checks if unwanted popup apeear in the wild.). Multiple DISPLAY fixes. It now, per default don't replaces a running Window Manager at start (but you can use --force-window-manager). --force-decorator effect stuff untested/disfunctional at the moment... Some gdk_thread fixes, at least according to documentation. At least lesser startup crashes in reloading WMs. | |||||
2006-10-13 | beryl-manager: Should now work with multiple DISPLAYs on same machine. | test-tools | 1 | -56/+115 | |
.beryl-manager.lock became .beryl-manager.DISPLAYNAME.pid, no flock() here, flock() doesn't work on NFS-mounted homedirs. Function is_running() rewritten. Don't create a Atom "WM_S0" anymore, if we don't get one,. Minor code cleans, doc updated. This is_running() stuff only work on the same machine, when having stuff running remote and parts from different machines, we are still in bigger trouble. | |||||
2006-10-12 | beryl-manager: Don't give warnings, if no Windowmanager killed. | test-tools | 1 | -2/+8 | |
also, don't quit on warnings.. | |||||
2006-10-11 | beryl-manager: Added signal USR1 handling. | test-tools | 1 | -15/+58 | |
Trying to invoke multiple times will result in popping up the menu from already running instance. | |||||
2006-10-11 | remove unnecessary restart code | quinn | 1 | -20/+0 | |
2006-10-10 | beryl-manager: Corrected wrong logic of "-d" switch | test-tools | 1 | -2/+2 | |
2006-10-10 | beryl-manager: Added --help and --version option | test-tools | 1 | -4/+23 | |
2006-10-10 | man page update, enhanced error reporting&handling, | test-tools | 1 | -16/+45 | |
should probably fix #434, prevents from respawning itself. | |||||
2006-10-09 | Fixes symptom "Couldn't open /proc//environ", pidof on Gentoo returns empty ↵ | test-tools | 1 | -1/+1 | |
line, instead of nothing, if not found. | |||||
2006-10-07 | remove compiz from fallback wm. | cyberorg | 1 | -3/+3 | |
2006-10-07 | allow another instance of beryl-manager to start replacing old one | cyberorg | 1 | -3/+1 | |
2006-10-04 | gint/pointer conversion, closes #329 | quinn | 1 | -6/+6 | |
2006-10-04 | fix default to fallback anything other than compiz | cyberorg | 1 | -1/+1 | |
2006-10-02 | applied patch. closes #293 | onestone | 1 | -1/+6 | |
2006-10-02 | * New icons for beryl-manager by wedderburn | ixce | 1 | -3/+3 | |
2006-10-02 | rearranging compiz makes DMSubItem and reloadDecoratorItem greyed | cyberorg | 1 | -3/+3 | |
2006-10-02 | move compiz to end of list to make things more sensible | quinn | 1 | -3/+3 | |
fix grep to not match on beryl-manager for beryl |