aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Merge pull request #153 from harcobbit/issue/11073Ken Moore2015-09-09
|\ \ | |/ |/|
| * Avoid follow symlinks for size information.Carlos Bohórquez2015-09-08
| * Solves the issue 11073Carlos Bohórquez2015-09-08
* | Make sure that the removal verification dialog puts the list of items in the ...Ken Moore2015-09-08
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-09-08
|\ \
| * \ Merge pull request #151 from mneumann/dragonfly2Ken Moore2015-09-08
| |\ \ | | |/ | |/|
| | * Battery charging state is 0 not 2.Michael Neumann2015-09-06
| | * Use sysctl(3) to retrieve most info instead of executing sysctl(8)Michael Neumann2015-09-06
| |/
* / Fix up the "back" functionality for mouse4 clicks.Ken Moore2015-09-08
|/
* Quick fix to the libLumina project file to ensure all the colors/themes get i...Ken Moore2015-09-04
* Commit some more work on lumina-wm:Ken Moore2015-09-04
* Clean out all the old XLib functions which were commented out, and start addi...Ken Moore2015-09-04
* Add some mobile banners to the artwork directory. Thanks to Jennifer Rosenbur...Ken Moore2015-09-03
* Add a quick check to ensure that a panel number is never less than zero.Ken Moore2015-09-02
* Couple minor adjustments:Ken Moore2015-09-02
* Add support for the mouse "back" button (normally Mouse4, but may be set thro...Ken Moore2015-08-31
* Completely overhaul lumina-fileinfo so that it is just a front-end to the XDG...Ken Moore2015-08-31
* Add a new "PathToAbsolute()" function to LuminaUtils for converting a possibl...Ken Moore2015-08-31
* Fix an issues with possible seg-faults when saving a *.desktop structure to f...Ken Moore2015-08-31
* Make sure the *pointer* to the XDGDesktop structure is constant, not the stru...Ken Moore2015-08-31
* Change the DEBUG define in DirData.h to DIR_DEBUG: leave the DEBUG variables ...Ken Moore2015-08-30
* Oops, forgot to have the link automatically open the web browser.Ken Moore2015-08-28
* Update lumina-info with a link to the website and the PC-BSD bug tracker.Ken Moore2015-08-28
* Another minor increase in speed from the dir loader: only processEvents every...Ken Moore2015-08-28
* Make the processEvents() call only happen every 10 items loaded - this makes ...Ken Moore2015-08-28
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-08-28
|\
| * Split RPM .spec file into 32-bit and 64-bit versions for easier mantainence.Jesse Smith2015-08-28
* | Add a couple tiny timing fixes for the lumina-fm backend:Ken Moore2015-08-28
* | Remove the LFileInfo class from lumina-fm (in LuminaXDG instead)Ken Moore2015-08-28
* | Move the LFileInfo class into libLumina/LuminaXDG - this is very useful for f...Ken Moore2015-08-28
|/
* Fix up the re-loading of the scrollbar location on directory update.Ken Moore2015-08-28
* Put a few more "stopload" checks into the dir loading routine (after all the ...Ken Moore2015-08-28
* A couple other minor (not-noticable) changes to lumina-fm.Ken Moore2015-08-28
* Another small update for lumina-fm: when re-loading a directory (or switching...Ken Moore2015-08-28
* Add a new "ScrollDialog" to lumina-fm for instances where a lot of text might...Ken Moore2015-08-27
* Get drag and drop functionality completely working (Internal only - will not ...Ken Moore2015-08-27
* Re-enable the directory statistics output for lumina-fm.Ken Moore2015-08-27
* Ensure that the current directory loading is stopped when starting to load a ...Ken Moore2015-08-27
* Fix the mimetype display for directories in lumina-fileinfo.Ken Moore2015-08-26
* Add support for the "New [File/Dir]" buttons back into lumina-fm.Ken Moore2015-08-26
* Clean up some of the new widgets/functionality:Ken Moore2015-08-26
* Commit a major overhaul of lumina-fm: PLEASE TEST!!Ken Moore2015-08-25
* Disable the "size" output of a directory in lumina-fm: this needs some better...Ken Moore2015-08-25
* Copy the old MainUI class over as an emergency backup in preparation for tyin...Ken Moore2015-08-21
* Adjust the "desktop icons" checkbox in lumina-config to make it a bit easier ...Ken Moore2015-08-21
* Add an additional level of locking to the single-application framework: The X...Ken Moore2015-08-21
* Add a bit more text output for the single instance framework. This makes it r...Ken Moore2015-08-21
* Another quick fix to the single-instance framework - add a manual existance c...Ken Moore2015-08-21
* Update the single-application framework a big so that networking limitations ...Ken Moore2015-08-21
* Oops, make sure that applauncher/desktop icon check is run before deleting th...Ken Moore2015-08-20
bgstack15