| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2012-02-16 | Fix for 930535 : Convert Font and Text dialog to a dockable dialog | John Smith | 1 | -1032/+0 | |
| (bzr r10989) | |||||
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+1 | |
| (bzr r10963) | |||||
| 2012-01-08 | Warning and uninitialized variable cleanup. | Jon A. Cruz | 1 | -15/+12 | |
| (bzr r10860) | |||||
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 1 | -2/+3 | |
| (bzr r10660) | |||||
| 2011-07-30 | Memory leaks fix / code cleanup | Kris De Gussem | 1 | -0/+1 | |
| (bzr r10519) | |||||
| 2011-07-15 | Remove the icon-names.h thing, which was a mistake. | Krzysztof Kosi??ski | 1 | -8/+8 | |
| The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452) | |||||
| 2011-07-05 | Text edit dialog: Apply button should grab default only after adding to window | Alex Valavanis | 1 | -2/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/805644 (bzr r10419) | |||||
| 2011-06-30 | Minimise GTK version changes in text-edit dialog | Alex Valavanis | 1 | -34/+6 | |
| (bzr r10390.1.1) | |||||
| 2011-06-23 | Remove/replace deprecated gtk_window_set_policy symbol | Alex Valavanis | 1 | -2/+0 | |
| (bzr r10350.1.2) | |||||
| 2011-06-23 | Replace deprecated gtk_radio_button_group symbol | Alex Valavanis | 1 | -4/+4 | |
| (bzr r10350.1.1) | |||||
| 2011-06-22 | Warning cleanup. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10339) | |||||
| 2011-06-22 | Revision 10333 introduced dependency on gtk version 2.24 which is currently ↵ | Felipe Corr??a da Silva Sanches | 1 | -1/+50 | |
| not available in my development system (Trisquel GNU/Linux 4.5.1 - released on May 25th, 2011) I have brought back the implementation that uses the 2.22 API and used GTK_CHECK_VERSION to keep both implementations, so that I can continue coding. The conditional and its #else block can be deleted in the future (bzr r10338) | |||||
| 2011-06-22 | Replace deprecated GtkCombo | Alex Valavanis | 1 | -12/+5 | |
| (bzr r10331.1.1) | |||||
| 2011-06-13 | Replace deprecated GtkSignal | Alex Valavanis | 1 | -3/+3 | |
| (bzr r10282.1.1) | |||||
| 2011-06-12 | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros | Alex Valavanis | 1 | -1/+2 | |
| (bzr r10277.1.1) | |||||
| 2011-06-05 | Replace use of deprecated GtkTooltips API | Alex Valavanis | 1 | -8/+6 | |
| Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1) | |||||
| 2011-04-18 | Added mnemonics for font dialog (Bug #170765) | Kris De Gussem | 1 | -6/+5 | |
| (bzr r10182) | |||||
| 2010-12-18 | Simple tracking of time to display dialogs and main window. | Jon A. Cruz | 1 | -0/+12 | |
| (bzr r9966) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 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) | |||||
| 2010-08-05 | Wholesale cruft removal part 5; completely remove RasterFont | Krzysztof Kosi??ski | 1 | -17/+57 | |
| (bzr r9508.1.50) | |||||
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 1 | -1/+1 | |
| SPDocument based methods (bzr r9546.1.3) | |||||
| 2009-02-19 | Make all icons themable (except the filter icons). | Krzysztof Kosi??ski | 1 | -8/+8 | |
| (bzr r7332) | |||||
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -7/+4 | |
| (bzr r6891) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -20/+17 | |
| (bzr r6885) | |||||
| 2008-07-12 | warning cleanup | Felipe Corr??a da Silva Sanches | 1 | -1/+1 | |
| (bzr r6282) | |||||
| 2008-02-24 | Warning and whitespace cleanup | Jon A. Cruz | 1 | -29/+29 | |
| (bzr r4838) | |||||
| 2008-01-05 | Applying Gail's patch for font-specification | Bryce Harrington | 1 | -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) | |||||
| 2007-11-10 | Warning cleanup | Jon A. Cruz | 1 | -43/+43 | |
| (bzr r4052) | |||||
| 2007-06-27 | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 1 | -1/+1 | |
| requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116) | |||||
| 2007-06-27 | more unreffing temporary styles properly | bulia byak | 1 | -1/+1 | |
| (bzr r3114) | |||||
| 2007-03-25 | patch from Gail to add justify button to text dialog (bug 1679367) | bulia byak | 1 | -3/+32 | |
| (bzr r2753) | |||||
| 2007-01-02 | Fixed bug [ 1610103 ]: font-size px unit missing after font family change | Johan B. C. Engelen | 1 | -2/+2 | |
| (bzr r2123) | |||||
| 2006-11-27 | non-gtkmm dialogs are now always opened ON-screen | Johan B. C. Engelen | 1 | -9/+11 | |
| (bzr r2045) | |||||
| 2006-10-10 | undo annotations | bulia byak | 1 | -1/+1 | |
| (bzr r1793) | |||||
| 2006-08-25 | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 1 | -7/+7 | |
| need to rethink and incrementally change gbooleans to bools (bzr r1637) | |||||
| 2006-08-23 | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 1 | -7/+7 | |
| one major janitorial task we identified.... (bzr r1633) | |||||
| 2006-06-29 | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 1 | -1/+2 | |
| (bzr r1315) | |||||
| 2006-05-22 | * Make sure we don't read on NULL pointer instead of gobject instance in ↵ | Milosz Derezynski | 1 | -0/+1 | |
| text-edit.cpp:*_set_insensitive() (bzr r938) | |||||
| 2006-05-20 | * Set default font widget insensitive only if exists | Milosz Derezynski | 1 | -2/+3 | |
| (bzr r904) | |||||
| 2006-05-20 | * Don't block when setting a font trough the GtkEntry | Milosz Derezynski | 1 | -2/+6 | |
| (bzr r902) | |||||
| 2006-05-18 | * First implementation step of the text toolbox | Milosz Derezynski | 1 | -10/+0 | |
| (bzr r868) | |||||
| 2006-05-17 | * Fix build for gcc 4.x (Remove additional class name qualifier inside class ↵ | Milosz Derezynski | 1 | -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) | |||||
| 2006-04-17 | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 1 | -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) | |||||
| 2006-04-06 | Decoupling from direct use of GtkIconSize to allow for smaller custom ones. | Jon A. Cruz | 1 | -2/+5 | |
| (bzr r439) | |||||
| 2006-02-24 | make sure only positive dialog positions are read from preferences, fixes ↵ | Ralf Stephan | 1 | -0/+3 | |
| #1290647 (bzr r180) | |||||
| 2006-02-24 | make sure no negative dialog position is written into preferences, | Ralf Stephan | 1 | -0/+3 | |
| part of fix for #1290647 (bzr r178) | |||||
| 2006-02-13 | bulk whitespace removal patch #1198588 by gigaclon | Ralf Stephan | 1 | -33/+33 | |
| (bzr r134) | |||||
