aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | Expand lumina icon / text containers to always be a uniforum size. Thanks Ken!JoshDW192016-04-26
| |/ |/|
* | Merge branch 'master' of https://github.com/pcbsd/luminaJoshDW192016-04-26
|\|
| * Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-04-26
| |\
| * | Adjust the FreeBSD appstore shortcut to use the new "appcafe.desktop" entry (...Ken Moore2016-04-26
* | | Make the menu in the settings widget more visually appealing. Balance space ...JoshDW192016-04-26
| |/ |/|
* | Change the default size so that there is no weird window resizing.JoshDW192016-04-26
* | Adds a class name for settingsmenu.cpp. Add a slight margin on qmenu objects.JoshDW192016-04-26
|/
* Some minor updates to lumina-terminal. Enable window transparency (75% opaque...Ken Moore2016-04-26
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-04-26
|\
| * Set a minimum size for the program selection box so it will not squish if a f...JoshDW192016-04-26
* | Add in all the translation files for lumina-terminalKen Moore2016-04-26
|/
* Oops - forgot to "git add" the new lumina-session files.Ken Moore2016-04-26
* Add the beginnings of a new "lumina-session" wrapper utility for the sequentu...Ken Moore2016-04-25
* Add a .desktop entry for lumina-textedit.Ken Moore2016-04-25
* Fix a couple other files which needed to account for the path changes.Ken Moore2016-04-25
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-04-25
|\
| * Get some more of the new WM functional. Still not ready to be used by the fai...Ken Moore2016-04-23
* | Commit a few random changes on my dev system - just to sync up with the repo.Ken Moore2016-04-25
|/
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-04-22
|\
| * Moved common application defaults to their own tab. This should be more intu...JoshDW192016-04-21
* | Add some alternate keywords for the c++ syntax rules (built-in functions: for...Ken Moore2016-04-22
|/
* Fix up the mouse focus when switching tabs around.Ken Moore2016-04-21
* Fix up the bracket matching routine to accomodate for nested brackets.Ken Moore2016-04-21
* Fix up the syntax rule for highlighting quoted string. Now it will properly w...Ken Moore2016-04-21
* Make the bracket highlighting also check the previous character if nothing fo...Ken Moore2016-04-21
* Also make sure the current tab/filename is reflected in the window title for ...Ken Moore2016-04-21
* Set the width of the "tab" character to be == 8 spaces (UNIX standard)Ken Moore2016-04-21
* Another minor change to lumina-textedit: Add a "preprocessor" syntax color, a...Ken Moore2016-04-21
* Add all the translation files for lumina-textedit.Ken Moore2016-04-21
* Get a full color editor/modifier added to the tool. Now all colors can be cha...Ken Moore2016-04-19
* Get find/replace support fully implemented.Ken Moore2016-04-19
* Some more work on lumina-textedit.Ken Moore2016-04-19
* Get a lot more of lumina-textedit done. Almost everything is complete now exc...Ken Moore2016-04-19
* Get almost everything else setup and functional. Now tabs can be closed/opene...Ken Moore2016-04-18
* Some more updates to lumina-textedit: Starting to get the buttons all hooked ...Ken Moore2016-04-15
* Add a bunch more work on the new lumina-textedit. Putting the tabbed-wrapper ...Ken Moore2016-04-15
* Fix up lumina-xconfig so it works better with multiple (3+) monitors and cust...Ken Moore2016-04-15
* Make sure that the desktop widget updates itself and any panels on screen/res...Ken Moore2016-04-15
* Get parenthesis/bracket highlighting into the text edit - now all the basics ...Ken Moore2016-04-15
* Get all the C/C++/Qt syntax highlighting rules all setup. Now the last piece ...Ken Moore2016-04-15
* Get some more of the terminal cleaned up. Now "vi" has partial support (still...Ken Moore2016-04-14
* Clean up a bit more of the terminal widget/interactions.Ken Moore2016-04-14
* Add a start for a Qt text editor (mainly for playing around - but it could tu...Ken Moore2016-04-14
* Fix up some selection/cursor handling so the user cannot change the current c...Ken Moore2016-04-13
* Get some more of the terminal cleaned up.Ken Moore2016-04-13
* Get the home/end keys functional.Ken Moore2016-04-13
* Get the new terminal in a more functional state - highlight/copy/paste are no...Ken Moore2016-04-13
* Minor cleanup of some build system files. No real changes.Ken Moore2016-04-12
* Remove a couple obsolete shell scripts from the liblumina dir. The new qmake ...Ken Moore2016-04-12
bgstack15