aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop
Commit message (Expand)AuthorAge
* Move the timer to launch the startup applications into the session itself (in...Ken Moore2015-04-28
* Update the system window a bit and how it is used in the session. Now there i...Ken Moore2015-04-28
* Final fix for the new panel window-reactivation routine: only re-activate the...Ken Moore2015-04-28
* Add a button to the userbutton "home dir" section for starting a search of th...Ken Moore2015-04-28
* Oops, forgot to change over the userbutton to use the new favorites system fo...Ken Moore2015-04-27
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-27
|\
| * Add two new keybard shortcuts to the default Fluxbox setting:Ken Moore2015-04-27
* | Setup the lumina-desktop to use the new favorites system:Ken Moore2015-04-27
|/
* Add support for system-defined default non-mime applications in the luminaDes...Ken Moore2015-04-25
* Add (but disable by default) some additional debuggin information. Also turn ...Ken Moore2015-04-25
* Fix another bug with the new panel/window activation switcher: do *not* re-ac...Ken Moore2015-04-25
* Add the ability for panels to now occupy a percentage of the screen side, wit...Ken Moore2015-04-25
* For "hidden" panels, make the amount visible 1% of the total panel size (with...Ken Moore2015-04-25
* Oops, accidentally committed a change to the desktop init process (reverted b...Ken Moore2015-04-24
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-24
|\
| * Re-arrange the startup procedures a bit:Ken Moore2015-04-23
* | Before activating the panel on mouse-over, save the ID of the currently activ...Ken Moore2015-04-24
|/
* Update the Fluxbox startup command to use the new "-no-slit" and "-no-toolbar...Ken Moore2015-04-22
* Setup the Lumina panel with mouse tracking, and activate the window when the ...Ken Moore2015-04-22
* Fix a bug where the clicking on the currently-active window on the taskmanage...Ken Moore2015-04-22
* Make sure that lumina-fileinfo is only run on *.desktop files from the deskto...Ken Moore2015-04-22
* Move the initial screen brightness and volume setting routines into the sessi...Ken Moore2015-04-22
* Merge pull request #92 from william-os4y/deskEditorKen Moore2015-04-21
|\
| * Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-20
| |\
| * \ Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-17
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-15
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-12
| |\ \ \ \
| * | | | | put the name lumina-fileinfowilliam2015-03-26
* | | | | | Make sure to check the list of watched files and reset it if something was re...Ken Moore2015-04-20
* | | | | | Add the ability to use percentages of the screen for panel sizes (%W for perc...Ken Moore2015-04-20
| |_|_|_|/ |/| | | |
* | | | | Add a special flag to prevent the lumina-open crash handler from starting up ...Ken Moore2015-04-20
* | | | | Remove the last libX11 usage in the sytem tray protocols. Move the damage ID ...Ken Moore2015-04-20
* | | | | Merge pull request #91 from Nanolx/lumina-panel-dateKen Moore2015-04-20
|\ \ \ \ \
| * | | | | 4 time display modes for panel clock:Christopher Roy Bratusek2015-04-19
| | |_|_|/ | |/| | |
* | | | | Clean up the new suspend support in Lumina, and add it to the system "log out...Ken Moore2015-04-19
* | | | | Adjust te brightness control labelling a bit in the sytem dashboard. Now the ...Ken Moore2015-04-19
|/ / / /
* | | | Update the system dashboard behavior a bit:Ken Moore2015-04-17
* | | | Fix the session chimes (and possible stability issue) by removing the special...Ken Moore2015-04-16
| |_|/ |/| |
* | | Clean up a *lot* of the general XCB warnings that sometimes occur, and also t...Ken Moore2015-04-15
| |/ |/|
* | return the DE's version with 'Lumina-DE --version'darealshinji2015-03-30
* | Make the initial system application query happen during the initialization ph...Ken Moore2015-03-30
* | Update the internal version number handling for backwards compatibility check...Ken Moore2015-03-30
* | Add usage support for the XDG autostart specifications. This is currently on ...Ken Moore2015-03-30
* | Add thumbnail support for image files in the desktopview plugin.Ken Moore2015-03-27
* | Update the system tray to use the QScreen->grabWindow() routine instead of th...Ken Moore2015-03-27
* | Update the system tray Embed/Unembed routines to use the XCB library instead ...Ken Moore2015-03-27
|/
* Update some panel plugins so that they minimize empty space when only an icon...Ken Moore2015-03-19
* Oops, forgot to add the new applauncher plugin files to GIT.Ken Moore2015-03-17
* Add a new panel plugin: applauncherKen Moore2015-03-16
* Add support for the older WM_NAME and WM_ICON_NAME standards in addition to t...Ken Moore2015-03-15
bgstack15