summaryrefslogtreecommitdiffstats
path: root/src/dialogs/xml-tree.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-09Fix for 940715 : Convert XML Editor to a dockable dialogJohn Smith1-1724/+0
(bzr r11065)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-2/+1
(bzr r11030)
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-0/+5
(bzr r10992)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-8/+8
(bzr r10830)
2012-01-02Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith.Nicolas Dufour1-0/+1
(bzr r10819)
2011-12-14Replace deprecated GtkToolbar APIAlex Valavanis1-82/+168
(bzr r10768)
2011-10-03Doxygen cleanup.Jon A. Cruz1-6/+7
(bzr r10660)
2011-07-15Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski1-20/+20
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-06-26Gtk cleanup: gtk_signal_connect_while_aliveAlex Valavanis1-49/+61
(bzr r10350.1.9)
2011-06-23Remove/replace deprecated gtk_window_set_policy symbolAlex Valavanis1-1/+1
(bzr r10350.1.2)
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-19/+19
(bzr r10282.1.1)
2011-06-12Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis1-4/+3
(bzr r10277.1.1)
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-14/+8
Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-1/+1
(bzr r10064)
2010-12-18Simple tracking of time to display dialogs and main window.Jon A. Cruz1-1/+12
(bzr r9966)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-12/+12
SPDocument based methods (bzr r9546.1.3)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-7/+7
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-7/+7
(bzr r8405)
2009-06-09Contextuals splits to differentiate nodes as XML elements from nodes as ↵Alexandre Prokoudine1-2/+2
parts of a Bezier curve (bzr r8033)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-1/+26
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-31/+26
(bzr r7332)
2009-02-08gcc warning cleanup:Felipe Corr??a da Silva Sanches1-2/+2
warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement (bzr r7251)
2009-02-08Warning cleanup.Jon A. Cruz1-1/+1
(bzr r7247)
2008-11-21Merge from fe-movedTed Gould1-24/+6
(bzr r6891)
2008-10-31Merge from trunkTed Gould1-7/+12
(bzr r6887)
2008-10-27From trunkTed Gould1-10/+12
(bzr r6885)
2008-09-20release reprs properlybulia byak1-0/+1
(bzr r6855)
2008-07-05fix 245806bulia byak1-4/+14
(bzr r6194)
2008-05-08merge inline patch from JimmyMenTaLguY1-5/+1
(bzr r5631)
2008-03-10noop: Address a warning.Peter Moulder1-1/+1
(bzr r5037)
2008-03-07add basic support for preserving processing instructions in the ASTMenTaLguY1-2/+2
(bzr r4987)
2007-11-25Warning cleanupJon A. Cruz1-63/+63
(bzr r4133)
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+1
(bzr r2723)
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY1-2/+4
create methods to match DOM (bzr r2253)
2006-11-27non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen1-9/+12
(bzr r2045)
2006-10-10undo annotationsbulia byak1-10/+13
(bzr r1793)
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-6/+6
need to rethink and incrementally change gbooleans to bools (bzr r1637)
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-6/+6
one major janitorial task we identified.... (bzr r1633)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-10/+20
(bzr r1315)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-6/+6
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-06Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz1-5/+5
(bzr r439)
2006-02-24make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan1-0/+4
#1290647 (bzr r180)
2006-02-24make sure no negative dialog position is written into preferences,Ralf Stephan1-0/+3
part of fix for #1290647 (bzr r178)
2006-02-05enable selecting tspans via xml editorbulia byak1-8/+4
(bzr r82)