summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis2012-04-171-4/+24
| | | | | gtkmm 3.4) (bzr r11261)
* Fix for 169888 : HIG Style frameJohn Smith2012-04-1716-64/+246
| | | (bzr r11260)
* some more string class usage as opposed to c-strings to prevent issuesKris De Gussem2012-04-162-197/+177
| | | (bzr r11259)
* i18n. Fix for Bug #980518 (Please use c-format).Nicolas Dufour2012-04-151-5/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/980518 (bzr r11251)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-158-75/+325
| | | (bzr r11250)
* Migrate align & dist dialog to Gtk::Grid APIAlex Valavanis2012-04-142-4/+66
| | | (bzr r11248)
* export dialog: type fixKris De Gussem2012-04-142-3/+3
| | | (bzr r11246)
* more c++ification in export dialog / fixing warning for in case of new and ↵Kris De Gussem2012-04-142-56/+49
| | | | | unsaved document (bzr r11245)
* Add --enable-gtk3-experimental build + use external GDL if possibleAlex Valavanis2012-04-141-0/+4
| | | (bzr r11244)
* probably this was intendedKris De Gussem2012-04-131-1/+1
| | | (bzr r11238)
* probably this was intendedKris De Gussem2012-04-131-1/+1
| | | (bzr r11237)
* better memleak fix than rev. 11148Kris De Gussem2012-04-131-11/+4
| | | (bzr r11236)
* Translation. More disambiguations (see Bug #832560).Nicolas Dufour2012-04-133-5/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/832560 (bzr r11234)
* Warning cleanup.Jon A. Cruz2012-04-121-3/+1
| | | (bzr r11231)
* Clean up a few Gtkmm orientablesAlex Valavanis2012-04-114-0/+13
| | | (bzr r11230)
* fix deprecated glib thingieJohan B. C. Engelen2012-04-111-1/+1
| | | (bzr r11227)
* i18n. Adding some context tags (disambiguation).Nicolas Dufour2012-04-111-1/+1
| | | (bzr r11224)
* Fix for 903676 : Replace GtkCTree with GtkTreeView in XML TreeJohn Smith2012-04-112-87/+78
| | | (bzr r11221)
* Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, 64bitLion ↵John Smith2012-04-111-14/+26
| | | | | crash fix (bzr r11220)
* Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis2012-04-102-0/+19
| | | (bzr r11213)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-1016-60/+63
| | | (bzr r11207)
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+60
| | | (bzr r11204)
* Replace deprecated gdk_cursor_unrefAlex Valavanis2012-04-091-0/+8
| | | (bzr r11196)
* Fix CheckButton header issue with GTK+ 3Alex Valavanis2012-04-091-0/+2
| | | (bzr r11195)
* Replace deprecated GDK key symbolsAlex Valavanis2012-04-092-24/+157
| | | (bzr r11194)
* documentationKris De Gussem2012-04-091-1/+1
| | | (bzr r11193)
* omitting debug message on windowsKris De Gussem2012-04-091-27/+29
| | | (bzr r11192)
* LPE: enable "add effect" button for clones. It converts the clone to a path ↵Johan B. C. Engelen2012-04-081-24/+81
| | | | | and applies the clone original LPE. (bzr r11189)
* More GDK key macro fixes, and some cursor referencingAlex Valavanis2012-04-081-1/+1
| | | (bzr r11180)
* filter-effects-dialog: Cairomm renderingAlex Valavanis2012-04-061-27/+59
| | | (bzr r11164)
* C++ify context menu:Kris De Gussem2012-04-054-755/+0
| | | | | | | | - c++ified context-menu.cpp (and included in interface.cpp) - removed dozens of pointer conversions (of which some were erroneous) - fixed a memory leak - added some null pointer checks to prevent crashes (bzr r11160)
* Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵Kris De Gussem2012-04-051-180/+5
| | | | | thread "Some clipboard functions") (bzr r11153)
* OCAL. Fix brush icon crash (see Bug #943275) by Jaroslaw M. Gliwinski.Nicolas Dufour2012-04-041-1/+1
| | | (bzr r11151)
* UI. Fix for Bug #437521 (Save As dialog should be resizable in Windows) by ↵Nicolas Dufour2012-04-041-1/+1
| | | | | Jaroslaw M. Gliwinski. (bzr r11150)
* cppcheckKris De Gussem2012-04-042-8/+8
| | | (bzr r11149)
* png export dialog: memory leak fixKris De Gussem2012-04-041-6/+12
| | | (bzr r11148)
* Fix for 170378 : Select same objects by fill or stroke : Added stroke styleJohn Smith2012-04-041-3/+7
| | | (bzr r11146)
* Warning cleanup.Jon A. Cruz2012-04-048-22/+21
| | | (bzr r11144)
* Corrected logic error with sig::connection bool operator.Jon A. Cruz2012-04-041-8/+8
| | | | | Warning cleanup. (bzr r11143)
* Fix for 170378 : Select same objects by fill or strokeJohn Smith2012-04-031-0/+19
| | | (bzr r11141)
* fix XML output of guideline colorJohan B. C. Engelen2012-04-011-1/+1
| | | | | | | | (this does not fix loading of guide color) Fixed bugs: - https://launchpad.net/bugs/823739 (bzr r11138)
* Fix for 251674 and 592323 : Make CloneTiler dialog dockableJohn Smith2012-03-245-0/+3023
| | | (bzr r11125)
* Fix for 909328 : Dockable Find & Replace dialog, replace ComboBoxText with ↵John Smith2012-03-234-72/+9
| | | | | Entry to fix build error with gtkmm2.4 (bzr r11119)
* Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, selection ↵John Smith2012-03-232-4/+26
| | | | | bug fixes (bzr r11118)
* Fix for 909328 : Dockable Find & Replace dialogJohn Smith2012-03-236-276/+989
| | | (bzr r11117)
* UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are ↵Nicolas Dufour2012-03-222-4/+4
| | | | | | | | translatable) by Fernando Lucchesi. Fixed bugs: - https://launchpad.net/bugs/666370 (bzr r11116)
* UI. Fix for bug #962002 (<image> context menu item Edit externally… ↵Nicolas Dufour2012-03-221-22/+36
| | | | | | | | ignores current selection). Fixed bugs: - https://launchpad.net/bugs/962002 (bzr r11115)
* Reverting unwanted dos format convertion.Nicolas Dufour2012-03-221-679/+679
| | | (bzr r11114)
* Preferences. New desktop integration preference for Windows users ↵Nicolas Dufour2012-03-213-12/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (native/gtk, see Bug #417365). Preferences. Fix for a bug with the preferences dialog when Show dialogs is set to true (always opens on the Selector page). Preferences. UI consistency fix (System information fields not correctly indented). This line and the following will be ignored -------------- modified: src/desktop.cpp src/preferences-skeleton.h src/ui/dialog/filedialog.cpp src/ui/dialog/inkscape-preferences.cpp src/ui/dialog/inkscape-preferences.h unknown: inkscape.el.1 inkscape.ja.1 inkscape.sk.1 inkscape.zh_TW.1 libtool ltmain.sh@ preferencesDialog.diff relink2.diff revert10761.diff rmbackups.sh doc/keys.gl.html doc/keys.pl.html packaging/win32/languages/.fr-xLpu9j/ share/icons/inkscape-trunk.svg share/icons/application/48x48/inkscape-trunk.png src/.libs/ src/libnr/ src/relink.cpp src/relink.h src/extension/dbus/wrapper/inkdbus.pc (bzr r11109)
* UI. Adding extension check in the context menu (see Bug #171842).Nicolas Dufour2012-03-211-14/+18
| | | (bzr r11106)