summaryrefslogtreecommitdiffstats
path: root/src/dialogs/xml-tree.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 940715 : Convert XML Editor to a dockable dialogJohn Smith2012-03-091-1724/+0
| | | (bzr r11065)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+1
| | | (bzr r11030)
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-0/+5
| | | (bzr r10992)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-8/+8
| | | (bzr r10830)
* Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith.Nicolas Dufour2012-01-021-0/+1
| | | (bzr r10819)
* Replace deprecated GtkToolbar APIAlex Valavanis2011-12-141-82/+168
| | | (bzr r10768)
* Doxygen cleanup.Jon A. Cruz2011-10-031-6/+7
| | | (bzr r10660)
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-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)
* Gtk cleanup: gtk_signal_connect_while_aliveAlex Valavanis2011-06-261-49/+61
| | | (bzr r10350.1.9)
* Remove/replace deprecated gtk_window_set_policy symbolAlex Valavanis2011-06-231-1/+1
| | | (bzr r10350.1.2)
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-19/+19
| | | (bzr r10282.1.1)
* Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-4/+3
| | | (bzr r10277.1.1)
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-14/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-1/+1
| | | (bzr r10064)
* Simple tracking of time to display dialogs and main window.Jon A. Cruz2010-12-181-1/+12
| | | (bzr r9966)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-29/+32
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-12/+12
| | | | | | | | | | 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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-7/+7
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-7/+7
| | | (bzr r8405)
* Contextuals splits to differentiate nodes as XML elements from nodes as ↵Alexandre Prokoudine2009-06-091-2/+2
| | | | | parts of a Bezier curve (bzr r8033)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-1/+26
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-31/+26
| | | (bzr r7332)
* gcc warning cleanup:Felipe Corr??a da Silva Sanches2009-02-081-2/+2
| | | | | | warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement (bzr r7251)
* Warning cleanup.Jon A. Cruz2009-02-081-1/+1
| | | (bzr r7247)
* Merge from fe-movedTed Gould2008-11-211-24/+6
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-311-7/+12
| | | (bzr r6887)
* From trunkTed Gould2008-10-271-10/+12
| | | (bzr r6885)
* release reprs properlybulia byak2008-09-201-0/+1
| | | (bzr r6855)
* fix 245806bulia byak2008-07-051-4/+14
| | | (bzr r6194)
* merge inline patch from JimmyMenTaLguY2008-05-081-5/+1
| | | (bzr r5631)
* noop: Address a warning.Peter Moulder2008-03-101-1/+1
| | | (bzr r5037)
* add basic support for preserving processing instructions in the ASTMenTaLguY2008-03-071-2/+2
| | | (bzr r4987)
* Warning cleanupJon A. Cruz2007-11-251-63/+63
| | | (bzr r4133)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
| | | (bzr r2723)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-2/+4
| | | | | create methods to match DOM (bzr r2253)
* non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen2006-11-271-9/+12
| | | (bzr r2045)
* undo annotationsbulia byak2006-10-101-10/+13
| | | (bzr r1793)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-6/+6
| | | | | 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-6/+6
| | | | | one major janitorial task we identified.... (bzr r1633)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-10/+20
| | | (bzr r1315)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-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)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-5/+5
| | | (bzr r439)
* make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan2006-02-241-0/+4
| | | | | #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)
* enable selecting tspans via xml editorbulia byak2006-02-051-8/+4
| | | (bzr r82)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1575
(bzr r1)