summaryrefslogtreecommitdiffstats
path: root/src/dialogs/text-edit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warning and whitespace cleanupJon A. Cruz2008-02-241-29/+29
| | | (bzr r4838)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-4/+15
| | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392)
* Warning cleanupJon A. Cruz2007-11-101-43/+43
| | | (bzr r4052)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-271-1/+1
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* more unreffing temporary styles properlybulia byak2007-06-271-1/+1
| | | (bzr r3114)
* patch from Gail to add justify button to text dialog (bug 1679367)bulia byak2007-03-251-3/+32
| | | (bzr r2753)
* Fixed bug [ 1610103 ]: font-size px unit missing after font family changeJohan B. C. Engelen2007-01-021-2/+2
| | | (bzr r2123)
* non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen2006-11-271-9/+11
| | | (bzr r2045)
* undo annotationsbulia byak2006-10-101-1/+1
| | | (bzr r1793)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-7/+7
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-7/+7
| | | | | one major janitorial task we identified.... (bzr r1633)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
| | | (bzr r1315)
* * Make sure we don't read on NULL pointer instead of gobject instance in ↵Milosz Derezynski2006-05-221-0/+1
| | | | | text-edit.cpp:*_set_insensitive() (bzr r938)
* * Set default font widget insensitive only if existsMilosz Derezynski2006-05-201-2/+3
| | | (bzr r904)
* * Don't block when setting a font trough the GtkEntryMilosz Derezynski2006-05-201-2/+6
| | | (bzr r902)
* * First implementation step of the text toolboxMilosz Derezynski2006-05-181-10/+0
| | | (bzr r868)
* * Fix build for gcc 4.x (Remove additional class name qualifier inside class ↵Milosz Derezynski2006-05-171-2/+12
| | | | | | | | | | | | | | | | | | | | definition): src/removeoverlap/constraint.h src/removeoverlap/variable.h * Add font-lister.h/font-lister.cpp: src/libnrtype/Makefile_insert src/libnrtype/font-lister.cpp src/libnrtype/font-lister.h * Modify dialog slightly in appearance (shadow for GtkScrolledWindow): src/dialogs/text-edit.cpp (bzr r866)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-5/+5
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-2/+5
| | | (bzr r439)
* make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan2006-02-241-0/+3
| | | | | #1290647 (bzr r180)
* make sure no negative dialog position is written into preferences,Ralf Stephan2006-02-241-0/+3
| | | | | part of fix for #1290647 (bzr r178)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-33/+33
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+915
(bzr r1)