summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/glyphs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Replace C FontSelector by C++ FontSelector.Tavmjong Bah2018-04-131-7/+5
| | | | | | 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 code related to SwatchesPanel where it belongsStefano Facchini2018-01-171-1/+1
| | | | | | | 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.
* Prevent scrollbar overlay from covering swatches in GTK3 build. Tavmjong Bah2016-05-061-2/+0
| | | | | And some minor cleanup. (bzr r14871)
* Fix remaining forward declaration tags (except for unavoidable internal ↵Alex Valavanis2013-03-151-1/+1
| | | | | errors in Gtkmm headers) (bzr r12208)
* Convert font-selector, text-edit, glyphs to use updated font-lister (use ↵Tavmjong Bah2013-03-011-1/+1
| | | | | fontspec rather than font). (bzr r12164)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+1
| | | (bzr r11018)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-0/+1
| | | (bzr r10940)
* Documentation update pass.Jon A. Cruz2011-10-231-5/+0
| | | (bzr r10692)
* Reinstating version bump.Jon A. Cruz2011-05-201-2/+0
| | | (bzr r10215)
* Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-191-0/+2
| | | (bzr r10210)
* Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-181-2/+0
| | | (bzr r10208)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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. Cruz2010-04-061-5/+8
| | | (bzr r9296)
* Added control to select Unicode range limiting. Switched to using "Basic ↵Jon A. Cruz2010-04-041-0/+2
| | | | | | | | Latin" there as a default instead of the script. Fixes bug #553911. Fixed bugs: - https://launchpad.net/bugs/553911 (bzr r9293)
* Repair arbitrary change lumped in with Win32 fixes of #9281.Jon A. Cruz2010-04-031-1/+1
| | | (bzr r9283)
* Split dynamic desktop tracking into common, shared code.Jon A. Cruz2010-04-031-1/+8
| | | (bzr r9282)
* Fix command line invocation on Windows (LP #167455).Krzysztof Kosi??ski2010-04-021-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/167455 (bzr r9281)
* Allow filtering by glyph script.Jon A. Cruz2010-04-021-1/+10
| | | (bzr r9272)
* Adding missing files for bug #343186.Jon A. Cruz2010-04-021-0/+86
Fixed bugs: - https://launchpad.net/bugs/343186 (bzr r9269)