| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tidy various dialog UIs | Nathan Lee | 2019-04-02 | 1 | -0/+2 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -16/+16 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -151/+151 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+3 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ↵ | Tavmjong Bah | 2018-05-03 | 1 | -4/+2 |
| | | | | | | | it does. Minor UI tweaks and bug fixes. | ||||
| * | Implement FontSelectorToolbar. | Tavmjong Bah | 2018-04-25 | 1 | -7/+4 |
| | | | | | | | | A version of FontSelector designed for the text toolbar. This is meant as a replacement for Ink_ComboBoxEntry_Action. It is not ready for use. Also includes some code cleanup. | ||||
| * | Replace C FontSelector by C++ FontSelector. | Tavmjong Bah | 2018-04-13 | 1 | -31/+24 |
| | | | | | | | Fix synchonization problems between users of FontLister (FontSelector/Text toolbar). Hide unused size widget in Glyphs dialog. Display style names in FontSelector using own style. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -6/+9 |
| | | | | | A lot of header clean-up. | ||||
| * | Move code related to SwatchesPanel where it belongs | Stefano Facchini | 2018-01-17 | 1 | -4/+2 |
| | | | | | | | | panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup. | ||||
| * | panel: Remove the unused "title" label | Stefano Facchini | 2018-01-16 | 1 | -1/+1 |
| | | |||||
| * | panel: remove the "apply_label" API | Stefano Facchini | 2018-01-16 | 1 | -1/+1 |
| | | | | | | It was used only by the Memory dialog, which can very well add the "Recalculate" button itself. | ||||
| * | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 1 | -11/+11 |
| | | |||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -72/+6 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -72/+6 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -73/+6 |
| | | | | | | | | | | (bzr r15023.2.7) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -5/+0 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -5/+0 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+5 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -5/+0 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -4/+4 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -2/+2 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-05 | 1 | -2/+2 |
| | | | | (bzr r14446) | ||||
| * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | | | | (bzr r13922.1.10) | ||||
| * | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -4/+4 |
| | | | | (bzr r13922.1.5) | ||||
| * | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -5/+7 |
| | | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | Remove sp_style_new(). | Tavmjong Bah | 2014-12-25 | 1 | -5/+4 |
| | | | | (bzr r13822.1.6) | ||||
| * | Migrate remaining dialogs to Gtk::Grid | Alex Valavanis | 2013-03-13 | 1 | -3/+55 |
| | | | | (bzr r12199) | ||||
| * | Convert font-selector, text-edit, glyphs to use updated font-lister (use ↵ | Tavmjong Bah | 2013-03-01 | 1 | -3/+12 |
| | | | | | | fontspec rather than font). (bzr r12164) | ||||
| * | Drop support for GTK+ < 2.24 | Alex Valavanis | 2012-11-26 | 1 | -8/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -10/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Gtkmm 3 fixes for glyphs dialog | Alex Valavanis | 2012-06-09 | 1 | -1/+12 |
| | | | | (bzr r11478) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -4/+3 |
| | | | | (bzr r11018) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-25 | 1 | -0/+1 |
| | | | | (bzr r11015) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | (bzr r10963) | ||||
| * | Lots of gtkmm deprecation fixes | Alex Valavanis | 2012-02-11 | 1 | -0/+16 |
| | | | | (bzr r10957) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -0/+1 |
| | | | | (bzr r10940) | ||||
| * | Fix for bugs #910463, #910467 and #910479 (default widget size too small) by ↵ | Nicolas Dufour | 2012-01-02 | 1 | -1/+1 |
| | | | | | | John Smith. (bzr r10818) | ||||
| * | Documentation update pass. | Jon A. Cruz | 2011-10-23 | 1 | -4/+0 |
| | | | | (bzr r10692) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -3/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | Reinstating version bump. | Jon A. Cruz | 2011-05-20 | 1 | -20/+0 |
| | | | | (bzr r10215) | ||||
| * | Revert version bump so win devlibs can catch up. | Jon A. Cruz | 2011-05-19 | 1 | -0/+20 |
| | | | | (bzr r10210) | ||||
| * | Made dependencies explicit and bumped versions. | Jon A. Cruz | 2011-05-18 | 1 | -20/+0 |
| | | | | (bzr r10208) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -2/+3 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -2/+2 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Track selected text items and append as needed. | Jon A. Cruz | 2010-04-06 | 1 | -20/+148 |
| | | | | (bzr r9296) | ||||
| * | Added control to select Unicode range limiting. Switched to using "Basic ↵ | Jon A. Cruz | 2010-04-04 | 1 | -14/+207 |
| | | | | | | | | | Latin" there as a default instead of the script. Fixes bug #553911. Fixed bugs: - https://launchpad.net/bugs/553911 (bzr r9293) | ||||
| * | Disconnect Glyphs UI while updating the model. 5X+ performance boost on CJK ↵ | Jon A. Cruz | 2010-04-03 | 1 | -0/+7 |
| | | | | | | | | | fonts. Partially fixes bug #553911. Fixed bugs: - https://launchpad.net/bugs/553911 (bzr r9286) | ||||
| * | Start with glyphs limited to "Common" as a short term mitigation for bug ↵ | Jon A. Cruz | 2010-04-03 | 1 | -2/+2 |
| | | | | | | | | | #553911. Fixed bugs: - https://launchpad.net/bugs/553911 (bzr r9284) | ||||
