summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Win32. Fixing Glib and GTKmm deprecations.Nicolas Dufour2013-02-052-1/+25
| | | | | | (bzr r12102)
| * Build. Adding test for external GDL build (--enable-gtk3-experimental option).Nicolas Dufour2013-02-051-0/+5
| | | | | | (bzr r12100)
| * Fix for 1002757 : Regressions with new default font 'sans-serif'John Smith2013-02-021-1/+1
| | | | | | (bzr r12089)
| * Clean up Cairo rendering in a couple of widgetsAlex Valavanis2013-01-311-22/+7
| | | | | | (bzr r12083)
| * fix crashJohan B. C. Engelen2013-01-241-0/+3
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1104326 (bzr r12063)
| * revert my revision 12053 (Bug #1103248 )Kris De Gussem2013-01-231-1/+1
| | | | | | (bzr r12058)
| * direct use of Glib::ustringKris De Gussem2013-01-221-1/+1
| | | | | | (bzr r12053)
| * UI uniformisation: added colons in front of edit box (see bug #1050938 )Kris De Gussem2013-01-202-10/+21
| | | | | | (bzr r12049)
| * UI uniformisationKris De Gussem2013-01-201-1/+1
| | | | | | (bzr r12046)
| * i18n. Shortcuts preferences are now fully translatable.Nicolas Dufour2013-01-181-4/+4
| | | | | | (bzr r12042)
| * Cleanup EekPreview widget implementation:Alex Valavanis2013-01-161-51/+6
| | | | | | | | | | | | | | | | * Strip out dead code * Move all properties to private structure * Use modern GObject style in most places * Replace explicit get_type implementation with G_DEFINE_TYPE (bzr r12028)
| * i18n. String disambiguation.Nicolas Dufour2013-01-151-2/+2
| | | | | | | | | | Translations. Translations template and French translation update. (bzr r12026)
| * clarify preference text (thought it was a bug first)Johan B. C. Engelen2013-01-141-1/+1
| | | | | | (bzr r12025)
| * Preferences. Moving selection option to avoid confusion.Nicolas Dufour2013-01-141-4/+3
| | | | | | (bzr r12023)
| * Warning and dead code cleanup.Jon A. Cruz2013-01-115-7/+11
| | | | | | (bzr r12014)
| * Filters. Fix for Bug #1089406 (filter name is random filter232 when first ↵Nicolas Dufour2013-01-101-0/+1
| | | | | | | | | | added) by insaner. (bzr r12012)
| * ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6Alex Valavanis2013-01-042-0/+22
| | | | | | (bzr r12008)
| * Re-add omitted UI pref from prefences dialog rewriteJosh Andler2013-01-041-0/+1
| | | | | | (bzr r12007)
| * Fix GTK+ 3 drawing of primitives list in filter effects dialogAlex Valavanis2012-12-282-9/+13
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1066808 (bzr r11997)
| * Correct sizing in primitives list in filter-effects dialogAlex Valavanis2012-12-282-3/+69
| | | | | | (bzr r11996)
| * Change tooltip to clarify behavior after commit r10784.Tavmjong Bah2012-12-261-1/+1
| | | | | | (bzr r11990)
| * Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-254-33/+33
| | | | | | | | | | christmas\!) (bzr r11986)
| * Fix regression with event attribute names (see bug #1050938)su_v2012-12-191-9/+9
| | | | | | (bzr r11963)
| * Added support for Visio stencil files (.vss) to Symbols dialog.Tavmjong Bah2012-12-171-4/+104
| | | | | | (bzr r11962)
| * GTK+ 3: Switch to more orientable widgetsAlex Valavanis2012-12-166-1/+68
| | | | | | (bzr r11960)
| * GTK+ 3: Use orientable widgetsAlex Valavanis2012-12-165-0/+42
| | | | | | (bzr r11959)
| * Fix for 383871 : Let space switch to selector tool even when used for panningJohn Smith2012-12-141-0/+2
| | | | | | (bzr r11954)
| * Migrate document metadata from NotbookPage to Gtk::Grid and drop dead codeAlex Valavanis2012-12-122-54/+79
| | | | | | (bzr r11952)
| * Migrate Layers dialog to Gtk::GridAlex Valavanis2012-12-102-2/+59
| | | | | | (bzr r11948)
| * GTK3: Migrate guides dialog to Gtk::GridAlex Valavanis2012-12-102-7/+79
| | | | | | (bzr r11947)
| * Fix for 1086643 : Input devices : Simplify dialogJohn Smith2012-12-101-122/+341
| | | | | | (bzr r11945)
| * Migrate remaining stuff from GtkTable to GtkGridAlex Valavanis2012-12-091-4/+43
| | | | | | (bzr r11939)
| * - fix security bug lp:1025185Johan B. C. Engelen2012-12-051-2/+8
| | | | | | | | | | | | | | | | - make network access optional for XML loading Fixed bugs: - https://launchpad.net/bugs/1025185 (bzr r11931)
| * Fix for 255792 : Calligraphy tool presets managementJohn Smith2012-11-302-4/+43
| | | | | | (bzr r11916)
| * Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which ↵John Smith2012-11-281-16/+18
| | | | | | | | | | never go away (bzr r11911)
| * GTK+ 3: Migrate to GdkRGBAAlex Valavanis2012-11-271-2/+92
| | | | | | (bzr r11910)
| * Drop support for GTK+ < 2.24Alex Valavanis2012-11-2612-178/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
| * i18n. Fix for Bug #1083043 (Symbols dialog isn't translatable).Nicolas Dufour2012-11-261-7/+9
| | | | | | (bzr r11904)
| * Fix undo history entry for layer renaming to be consistent with 'Rename ↵su_v2012-11-261-1/+1
| | | | | | | | | | Layer' dialog (bzr r11903)
| * Fix for 1036059 : Keyboard shortcut editorJohn Smith2012-11-258-5/+477
| | | | | | (bzr r11895)
| * Fix for 172236 : Dropper pixmaps and onetime fixJohn Smith2012-11-242-0/+31
| | | | | | (bzr r11894)
| * UI. Fix for Bug #1071104 (Failure to open a browse window when choosing ↵Nicolas Dufour2012-11-181-0/+8
| | | | | | | | | | Export As...). (bzr r11882)
| * Fix for 275662 : Filter stays in object's css property after Filter Effect ↵John Smith2012-11-181-0/+24
| | | | | | | | | | dialog removal (bzr r11881)
| * Fix for 1079971 : Symbol dialog : Drag & Drop to the canvasJohn Smith2012-11-182-0/+28
| | | | | | (bzr r11880)
| * Fix for 177931 : Layer dialog toggle solo mode with Shift/Alt clickJohn Smith2012-11-182-11/+48
| | | | | | (bzr r11879)
| * cppcheck: Simple fixes for src/ui/dialogAlex Valavanis2012-11-1513-38/+35
| | | | | | (bzr r11874)
| * Fix for Bug #773288 (border options) by demicoder.Nicolas Dufour2012-11-071-25/+25
| | | | | | (bzr r11863)
| * Fix for 1006816 : Newly applied filter doesn't show in Filters EditorJohn Smith2012-11-012-5/+12
| | | | | | (bzr r11858)
| * Fix for 620568 : Changes to 'Hide all except selected' in Export Bitmap - ↵John Smith2012-11-012-4/+13
| | | | | | | | | | Revert changes from r11569 (bzr r11857)
| * Fix for Bug #1069806 (Inkscape crash in File>Open).Nicolas Dufour2012-10-312-7/+6
| | | | | | (bzr r11856)