summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | cppcheck: null pointer dereference fixKris De Gussem2012-02-211-3/+3
| | | | | | | | | (bzr r11007)
* | | Fix for 934721 : Convert SpellCheck dialog to a dockable dialogJohn Smith2012-02-215-4/+1158
| | | | | | | | | (bzr r11006)
* | | Fix conditional build for old GTK+ in new text-edit dialogAlex Valavanis2012-02-211-1/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/937288 (bzr r11004)
* | | documentationKris De Gussem2012-02-203-51/+34
| | | | | | | | | (bzr r11003)
* | | Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-1710-26/+117
| | | | | | | | | (bzr r10992)
* | | Documentation of the Text and Font dialogKris De Gussem2012-02-162-18/+49
| | | | | | | | | (bzr r10991)
* | | Fix for 930535 : Convert Font and Text dialog to a dockable dialogJohn Smith2012-02-165-2/+869
| | | | | | | | | (bzr r10989)
* | | Fix remaining glib deprecation and define compiler macrosAlex Valavanis2012-02-151-2/+2
| | | | | | | | | (bzr r10983)
* | | Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ↵Alex Valavanis2012-02-154-4/+4
| | | | | | | | | | | | | | | Hides many GTK deprecation errors that we can't fix in Inkscape (bzr r10982)
* | | fix warningJohan B. C. Engelen2012-02-151-1/+1
| | | | | | | | | (bzr r10980)
* | | cppcheckKris De Gussem2012-02-151-1/+1
| | | | | | | | | (bzr r10977)
* | | 1) Add checkboxes for perpendicular and tangential snapping to the document ↵Diederik van Lierop2012-02-142-1/+13
| | | | | | | | | | | | | | | | | | | | | properties dialog (on the snap tab) 2) Newly created guides (dragged off the ruler) will take on the angle of the curve that's being snapped to (either perpendicularly or tangentialy, depending of the settings in the document properties dialog) (bzr r10975)
* | | Update Authors & Translators lists in About dialogJosh Andler2012-02-141-7/+22
| | | | | | | | | (bzr r10974)
* | | Fix for 910463 : Improve System preferencesJohn Smith2012-02-142-33/+61
| | | | | | | | | (bzr r10973)
* | | Cleaning up unused variables and other warnings.Jon A. Cruz2012-02-141-4/+8
| | | | | | | | | (bzr r10972)
* | | Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-133-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* | | some switches between visual and geometric bbox based on prefs (Bug 473608)Alvin Penner2012-02-121-13/+18
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/473608 (bzr r10966)
* | | Header cleaningAlex Valavanis2012-02-1230-8/+43
| | | | | | | | | (bzr r10963)
* | | Cleaning up a few headersAlex Valavanis2012-02-1210-39/+24
| | | | | | | | | (bzr r10961)
* | | Replace old ComboText with Gtk::ComboBoxTextAlex Valavanis2012-02-117-163/+17
| | | | | | | | | (bzr r10960)
* | | Lots of gtkmm deprecation fixesAlex Valavanis2012-02-1126-72/+243
| | | | | | | | | (bzr r10957)
* | | (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-082-34/+25
| | | | | | | | | (bzr r10952)
* | | Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis2012-02-072-0/+9
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947)
* | | (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-064-13/+10
| | | | | | | | | (bzr r10946)
* | | Unwanted output in documentation droppedKris De Gussem2012-02-061-4/+0
| | | | | | | | | (bzr r10945)
* | | fixed memleakKris De Gussem2012-02-061-9/+2
| | | | | | | | | (bzr r10944)
* | | document-properties: Stop using deprecated Gtk::OptionMenuAlex Valavanis2012-02-062-30/+18
| | | | | | | | | (bzr r10941)
* | | Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-0636-28/+81
| | | | | | | | | (bzr r10940)
* | | (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-052-29/+16
| | | | | | | | | (bzr r10938)
* | | Fill x and y fields in the fake GdkEventMotion struct used when cancellingKrzysztof Kosi??ski2012-02-011-2/+2
| | | | | | | | | | | | | | | a drag with the Escape key in the node tool with correct values. (bzr r10927)
* | | Additional fixes for drag cancellation in the node toolKrzysztof Kosi??ski2012-02-015-18/+45
| | | | | | | | | (bzr r10926)
* | | Implement cancellations of drags with ESC in the node toolKrzysztof Kosi??ski2012-02-011-4/+39
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/788560 (bzr r10925)
* | | Patch from John Smith for 623660Josh Andler2012-01-2318-37/+38
| | | | | | | | | (bzr r10921)
* | | makefile fix for revision 10910su_v2012-01-191-0/+2
| | | | | | | | | (bzr r10911)
* | | Gtkmmification of object attributes dialog: image and link attributes now ↵Kris De Gussem2012-01-195-17/+358
| | | | | | | | | | | | | | | editable in dockable dialog (Bug #592323) (bzr r10910)
* | | documentationKris De Gussem2012-01-183-24/+36
| | | | | | | | | (bzr r10904)
* | | add underscores to some member variables.Johan B. C. Engelen2012-01-171-2/+2
| | | | | | | | | | | | | | | add some const stuff (bzr r10900)
* | | documentationKris De Gussem2012-01-173-33/+47
| | | | | | | | | (bzr r10899)
* | | turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-2/+2
| | | | | | | | | (bzr r10897)
* | | More GSEAL stuffAlex Valavanis2012-01-143-8/+13
| | | | | | | | | (bzr r10887)
* | | Enable tangential and perpendicular snapping to paths (in the node-tool, ↵Diederik van Lierop2012-01-142-18/+45
| | | | | | | | | | | | | | | pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886)
* | | Fix updating object properties window when its desktop is not the active desktopKris De Gussem2012-01-132-19/+79
| | | | | | | | | (bzr r10881)
* | | Fix for bug #496793 (ctrl c ctrl v of text in edit mode crashes inkscape) by ↵Nicolas Dufour2012-01-131-3/+1
| | | | | | | | | | | | | | | Chris Bainbridge. (bzr r10876)
* | | Initial C++ification of SPCanvas.Jon A. Cruz2012-01-123-7/+10
| | | | | | | | | (bzr r10873)
* | | Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2012-01-111-0/+1
| | | | | | | | | (bzr r10871)
* | | UI. Message dialog modification (see Bug #911123).Nicolas Dufour2012-01-092-10/+41
| | | | | | | | | (bzr r10866)
* | | warnings fixKris De Gussem2012-01-081-2/+2
| | | | | | | | | (bzr r10865)
* | | another fix after moving files (btool did not fail)Kris De Gussem2012-01-081-2/+2
| | | | | | | | | (bzr r10864)
* | | fix paths after moving filesKris De Gussem2012-01-081-1/+1
| | | | | | | | | (bzr r10863)
* | | Object properties dialog now dockable (derived from ↵Kris De Gussem2012-01-086-2/+511
| | | | | | | | | | | | | | | Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862)