aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove the XCB "WindowImage()" function from LuminaX11 - it is not working pr...Ken Moore2015-03-27
* Clean up a bit of the new XCB system tray embedding process. Still does not f...Ken Moore2015-03-27
* Update the system tray Embed/Unembed routines to use the XCB library instead ...Ken Moore2015-03-27
* Merge pull request #78 from Nanolx/masterKen Moore2015-03-27
|\
| * minor string changeChristopher Roy Bratusek2015-03-26
| * Merge remote-tracking branch 'upstream/master'Christopher Roy Bratusek2015-03-26
| |\ | |/ |/|
* | Streamline quite a bit of the background worker:Ken Moore2015-03-26
* | Clean up the new filesystemusage functions a bit. Make sure that the director...Ken Moore2015-03-26
* | Clean up the retcode > 0 "or" usage in main.cppKen Moore2015-03-26
| * - updated debian/changelogChristopher Roy Bratusek2015-03-26
|/
* Merge pull request #77 from william-os4y/fmNumbersKen Moore2015-03-26
|\
| * Merge remote-tracking branch 'upstream/master' into fmNumberswilliam2015-03-26
| |\ | |/ |/|
* | Actually move the file/dir copy onto itself check earlier in the procedure, t...Ken Moore2015-03-26
* | Clean up a couple things in lumina-fm:Ken Moore2015-03-26
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-03-25
|\ \
| * | Add my "work-in-progress" on lumina-wm (screensaver implementation so far) to...Ken Moore2015-03-25
* | | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-03-24
|\| |
* | | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-03-05
|\ \ \
* | | | Adjust the panel settings adjustment routine a bit more. Now it will no longe...Ken Moore2015-03-05
| | | * display some filesystem's information on the statusbar in a thread safe manierwilliam2015-03-25
| | | * update FileSystemCapacity for Linux, Freebsd and DragonflyBSDwilliam2015-03-24
| | | * create FileSystemCapacity and put it in LuminaOSwilliam2015-03-24
| | | * Merge remote-tracking branch 'upstream/master' into fmNumberswilliam2015-03-24
| | | |\ | | | |/ | | |/|
| | * | Add a new information file: DeveloperGuidelines.txtKen Moore2015-03-23
| | * | Add a file removal verification prompt to the slideshow removal button. (Cont...Ken Moore2015-03-23
| | * | Update the .gitignore file to exclude the auto-generated files. (Contributed ...Ken Moore2015-03-23
| | | * Add display of the filesystem's capacity in the statusbarwilliam2015-03-21
| | | * Add possibility to calculate the file size of the selected items.william2015-03-21
| | | * Add in statusBar, side to the number of items displayed, the size of the fileswilliam2015-03-20
| | | * Display the number of items in a directory in the statusBarwilliam2015-03-20
| | | * Merge remote-tracking branch 'upstream/master' into fmNumberswilliam2015-03-20
| | | |\ | | | |/ | | |/|
| | * | 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 the -o flags to the FreeBSD shutdown/restart commands (works faster)Ken Moore2015-03-16
| | * | Add support for the older WM_NAME and WM_ICON_NAME standards in addition to t...Ken Moore2015-03-15
| | * | Add the ability to increase/decrease the icon size for the applauncher deskto...Ken Moore2015-03-14
| | * | Add a new favoriting system to the Lumina Utils library. This should make thi...Ken Moore2015-03-14
| | * | Allow the favoriting of files in lumina-fm that do *not* conflict with a curr...Ken Moore2015-03-14
| | * | Revert the previous update with regards to the removal of broken "favorite" s...Ken Moore2015-03-14
| | * | Truncate the timezone country names to 20 characters. (more than enough to se...Ken Moore2015-03-14
| | * | Add the ability to set/use custom timezones on the system - defaulting to the...Ken Moore2015-03-14
| | * | Make sure to clean up any broken sym-links in the favorites directory when th...Ken Moore2015-03-13
| | * | Merge branch 'master' of https://github.com/pcbsd/luminaKen Moore2015-03-13
| | |\ \
| | | * \ Merge pull request #67 from william-os4y/checksumKen Moore2015-03-13
| | | |\ \
| | | | * | add checksum for OpenBSD (this is in fact a copy of the code from freeBSD)william2015-03-13
| | | |/ /
| | * / / Make sure the file removals are multi-selection aware in lumina-fm.Ken Moore2015-03-13
| | |/ /
| | * | Add a couple more checks to the notepad plugin so that it does not update/cha...Ken Moore2015-03-13
| | * | Make sure that files visible in the userbutton have the appropriate icons bas...Ken Moore2015-03-13
| | * | Add Checksum support for FreeBSD, and tie it into lumina-fm.Ken Moore2015-03-12
bgstack15