summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/glyphs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-8/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-10/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Gtkmm 3 fixes for glyphs dialogAlex Valavanis2012-06-091-1/+12
| | | (bzr r11478)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-4/+3
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-251-0/+1
| | | (bzr r11015)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-0/+16
| | | (bzr r10957)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-0/+1
| | | (bzr r10940)
* Fix for bugs #910463, #910467 and #910479 (default widget size too small) by ↵Nicolas Dufour2012-01-021-1/+1
| | | | | John Smith. (bzr r10818)
* Documentation update pass.Jon A. Cruz2011-10-231-4/+0
| | | (bzr r10692)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-3/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Reinstating version bump.Jon A. Cruz2011-05-201-20/+0
| | | (bzr r10215)
* Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-191-0/+20
| | | (bzr r10210)
* Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-181-20/+0
| | | (bzr r10208)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-2/+3
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-2/+2
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | 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-20/+148
| | | (bzr r9296)
* Added control to select Unicode range limiting. Switched to using "Basic ↵Jon A. Cruz2010-04-041-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. Cruz2010-04-031-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. Cruz2010-04-031-2/+2
| | | | | | | | #553911. Fixed bugs: - https://launchpad.net/bugs/553911 (bzr r9284)
* Repair arbitrary change lumped in with Win32 fixes of #9281.Jon A. Cruz2010-04-031-2/+2
| | | (bzr r9283)
* Split dynamic desktop tracking into common, shared code.Jon A. Cruz2010-04-031-1/+21
| | | (bzr r9282)
* Fix command line invocation on Windows (LP #167455).Krzysztof Kosi??ski2010-04-021-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/167455 (bzr r9281)
* Allow filtering by glyph script.Jon A. Cruz2010-04-021-15/+86
| | | (bzr r9272)
* Add character script range to descriptionJon A. Cruz2010-04-021-2/+109
| | | (bzr r9270)
* Adding missing files for bug #343186.Jon A. Cruz2010-04-021-0/+223
Fixed bugs: - https://launchpad.net/bugs/343186 (bzr r9269)