Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Have lumina-screenshot use the current window stacking order for determining ↵ | Ken Moore | 2016-05-04 |
| | | | | which window is under the mouse click (in the case of layered windows at the click point). | ||
* | Make the "quicksave" option in lumina-screenshot a bit more flexible with ↵ | Ken Moore | 2016-05-02 |
| | | | | regard to which dir the screenshot is saved. | ||
* | Adjust the single-replace logic in lumina-textedit. Have it replace the ↵ | Ken Moore | 2016-05-02 |
| | | | | current selection match, and find the next one (don't replace the next one until the user can see it highlighted first). | ||
* | Change the image selection box to a partially-transparent grey (good for any ↵ | Ken Moore | 2016-04-28 |
| | | | | image type) | ||
* | Completely change how lumina-screenshot shows the image a bit. Now it is all ↵ | Ken Moore | 2016-04-28 |
| | | | | QImage based, allows the user to zoom in/out on the screenshot, and crop the image all before saving to disk. | ||
* | Add "bool" to the C++ syntax highlighting. | Ken Moore | 2016-04-27 |
| | |||
* | Get colors working with the new terminal. Of course this breaks the font ↵ | Ken Moore | 2016-04-27 |
| | | | | weight.... | ||
* | Some minor updates to lumina-terminal. Enable window transparency (75% ↵ | Ken Moore | 2016-04-26 |
| | | | | opaque) for a nice effect. | ||
* | Add in all the translation files for lumina-terminal | Ken Moore | 2016-04-26 |
| | |||
* | Oops - forgot to "git add" the new lumina-session files. | Ken Moore | 2016-04-26 |
| | |||
* | Add a .desktop entry for lumina-textedit. | Ken Moore | 2016-04-25 |
| | |||
* | Rearrange the Lumina source tree quite a bit: | Ken Moore | 2016-04-25 |
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed. |