summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/glyphs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)