summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | A few GSEAL issuesKris De Gussem2012-01-113-6/+6
| | | | | | | | | | | | (bzr r10872)
* | | | Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2012-01-118-40/+11
| | | | | | | | | | | | (bzr r10871)
* | | | Powerstroke: fix crashersJohan B. C. Engelen2012-01-111-3/+9
| | | | | | | | | | | | (bzr r10870)
* | | | Desktop-widget GSEAL fixesAlex Valavanis2012-01-111-34/+46
| | | | | | | | | | | | (bzr r10869)
* | | | Reduce GTK compatibility ifdef complexity.Jon A. Cruz2012-01-101-43/+28
| | | | | | | | | | | | (bzr r10868)
* | | | Translations. Translatable files list and translation template update.Nicolas Dufour2012-01-092-3363/+3425
| | | | | | | | | | | | (bzr r10867)
* | | | 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-089-189/+74
| | | | | | | | | | | | | | | | | | | | Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862)
* | | | Unweirdification of Preferences dialog's menu (Bug #259480).Nicolas Dufour2012-01-082-662/+634
| | | | | | | | | | | | (bzr r10861)
* | | | Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-0820-570/+463
| | | | | | | | | | | | (bzr r10860)
* | | | Fix pointer initializationJohan B. C. Engelen2012-01-081-5/+5
| | | | | | | | | | | | (bzr r10859)
* | | | dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-079-47/+80
| | | | | | | | | | | | (bzr r10858)
* | | | documentation: spellingKris De Gussem2012-01-071-1/+1
| | | | | | | | | | | | (bzr r10857)
* | | | minor documentation and header stuffKris De Gussem2012-01-071-9/+8
| | | | | | | | | | | | (bzr r10856)
* | | | Fixed incorrect forward declarations.Jon A. Cruz2012-01-071-9/+17
| | | | | | | | | | | | (bzr r10855)
* | | | Fixed warning under gcc 4.5.2Jon A. Cruz2012-01-071-6/+6
| | | | | | | | | | | | (bzr r10854)
* | | | Warning and uninitialized data cleanup.Jon A. Cruz2012-01-074-169/+269
| | | | | | | | | | | | (bzr r10853)
* | | | Some more documentationKris De Gussem2012-01-062-28/+25
| | | | | | | | | | | | (bzr r10852)
* | | | Some documentationKris De Gussem2012-01-064-131/+106
| | | | | | | | | | | | (bzr r10851)
* | | | More GSEAL stuffAlex Valavanis2012-01-065-45/+79
| | | | | | | | | | | | (bzr r10850)
* | | | add toolbutton menu action type. now the add extremum node buttons are ↵Johan B. C. Engelen2012-01-053-11/+126
| | | | | | | | | | | | | | | | | | | | somewhat subbuttons of the insert node button... (bzr r10849)
* | | | GTK 2.20 compat for interface.cppAlex Valavanis2012-01-051-0/+8
| | | | | | | | | | | | (bzr r10848)
* | | | Fix desktop-events backward compat (typo)Alex Valavanis2012-01-051-1/+1
| | | | | | | | | | | | (bzr r10847)
* | | | Fix desktop-events backward compatAlex Valavanis2012-01-051-0/+42
| | | | | | | | | | | | (bzr r10846)
* | | | More GSEAL fixesAlex Valavanis2012-01-055-36/+47
| | | | | | | | | | | | (bzr r10845)
* | | | Backward compatibility for gdk_device_get_has_cursorAlex Valavanis2012-01-051-2/+3
| | | | | | | | | | | | (bzr r10844)
* | | | A few GSEAL fixes for SPCanvasAlex Valavanis2012-01-051-13/+34
| | | | | | | | | | | | (bzr r10843)
* | | | Fix remaining GSEAL issues in device manager and restore backward compatibility.Alex Valavanis2012-01-051-4/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have defined a GdkDeviceFake structure, which contains copies of all the private fields of GdkDevice. The isValidDevice function should probably be checked carefully to ensure that I have implemented it correctly. Previously, it appeared to compare pointers to GdkDevices rather than checking that the fields were identical. Fixed bugs: - https://launchpad.net/bugs/911174 (bzr r10842)
* | | | CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop2012-01-044-16/+23
| | | | | | | | | | | | (bzr r10841)
* | | | Final fix for CanvasText alignment bugsDiederik van Lierop2012-01-042-30/+62
| | | | | | | | | | | | (bzr r10840)
* | | | new: add nodes at extreme values of selected subpathsJohan B. C. Engelen2012-01-046-6/+82
| | | | | | | | | | | | (bzr r10839)
* | | | 2geom update: forgot to add new fileJohan B. C. Engelen2012-01-042-0/+334
| | | | | | | | | | | | (bzr r10838)
* | | | update 2geom to r2049. fixes bugs!Johan B. C. Engelen2012-01-0438-151/+368
| | | | | | | | | | | | (bzr r10837)
* | | | More GSEAL issuesAlex Valavanis2012-01-0410-40/+61
| | | | | | | | | | | | (bzr r10836)
* | | | for bbox calculation, disable call to Path::Coalesce (Bug 906952)Alvin Penner2012-01-043-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r10835)
* | | | Rename LaTeX formula extension to LaTeXAlex Valavanis2012-01-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/911281 (bzr r10834)
* | | | Fix CMake for GDL. Thanks to Samual Buttigieg for patchAlex Valavanis2012-01-031-2/+0
| | | | | | | | | | | | (bzr r10833)
* | | | Backward compatibility: gdk_device_get_n_keys needs GTK 2.24Alex Valavanis2012-01-031-1/+10
| | | | | | | | | | | | (bzr r10832)
* | | | documentation of item properties dialog and SPAttributeTableKris De Gussem2012-01-035-70/+170
| | | | | | | | | | | | | | | | | | | | header stuff (bzr r10831)
* | | | Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-0336-251/+172
| | | | | | | | | | | | (bzr r10830)
* | | | A few GSEAL issues in device-managerAlex Valavanis2012-01-031-11/+18
| | | | | | | | | | | | (bzr r10829)
* | | | Fixed null-pointer ctor crashes.Jon A. Cruz2012-01-037-36/+75
| | | | | | | | | | | | (bzr r10828)
* | | | More deprecated GtkTooltipsAlex Valavanis2012-01-0334-239/+123
| | | | | | | | | | | | (bzr r10827)
* | | | Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-0363-181/+121
| | | | | | | | | | | | (bzr r10826)
* | | | add buttons for node adding at extremaJohan B. C. Engelen2012-01-022-0/+98
| | | | | | | | | | | | (bzr r10825)
* | | | Replace more GtkComboBoxEntry usageAlex Valavanis2012-01-022-10/+21
| | | | | | | | | | | | (bzr r10824)
* | | | Replace deprecated GtkComboBoxEntryAlex Valavanis2012-01-021-8/+60
| | | | | | | | | | | | (bzr r10823)