summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Fix remaining Gtkmm 3 issues in filter effects dialogAlex Valavanis2012-06-021-18/+28
| | | | | | | | | | | | | | | | | | | | | (bzr r11454)
* | | | | | | Add draw signal in filter effects dialogAlex Valavanis2012-06-022-2/+19
| | | | | | | | | | | | | | | | | | | | | (bzr r11453)
* | | | | | | Cairo rendering in filter effects dialogAlex Valavanis2012-06-022-24/+67
| | | | | | | | | | | | | | | | | | | | | (bzr r11452)
* | | | | | | Remove unused icon-widget codeAlex Valavanis2012-05-314-229/+0
| | | | | | | | | | | | | | | | | | | | | (bzr r11446)
* | | | | | | Fix missing Glibmm headers needed for GTK+3 buildAlex Valavanis2012-05-312-0/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r11445)
* | | | | | | Gtkmm 3 fixes for licensor widgetAlex Valavanis2012-05-311-0/+8
| | | | | | | | | | | | | | | | | | | | | (bzr r11444)
* | | | | | | Fix remaining gtkmm 3 menu issuesAlex Valavanis2012-05-311-4/+6
| | | | | | | | | | | | | | | | | | | | | (bzr r11442)
* | | | | | | Tidy up deprecated Gtkmm menu stuffAlex Valavanis2012-05-314-54/+21
| | | | | | | | | | | | | | | | | | | | | (bzr r11440)
* | | | | | | Gtkmm 3.0 fixes for script dialogAlex Valavanis2012-05-301-0/+23
| | | | | | | | | | | | | | | | | | | | | (bzr r11439)
* | | | | | | Gtkmm 3.0 fixes for debug dialogAlex Valavanis2012-05-301-0/+19
| | | | | | | | | | | | | | | | | | | | | (bzr r11438)
* | | | | | | Gtkmm 3.0 fixes for live path effect editor dialogAlex Valavanis2012-05-301-0/+6
| | | | | | | | | | | | | | | | | | | | | (bzr r11437)
* | | | | | | Gtkmm 3.0 fixes for layers dialogAlex Valavanis2012-05-301-1/+32
| | | | | | | | | | | | | | | | | | | | | (bzr r11436)
* | | | | | | Replace deprecated pointer grabbing in rulerAlex Valavanis2012-05-281-0/+19
| | | | | | | | | | | | | | | | | | | | | (bzr r11432)
* | | | | | | Stop using deprecated GdkBitmap in custom cursorsAlex Valavanis2012-05-271-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/943200 (bzr r11429)
* | | | | | | Fix missing gtkmm header in document properties dialogAlex Valavanis2012-05-271-0/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r11424)
* | | | | | | file dialog fixes for GTK+ 3Alex Valavanis2012-05-271-11/+79
| | | | | | | | | | | | | | | | | | | | | (bzr r11423)
* | | | | | | Stop using deprecated private members of GdkDevice.Alex Valavanis2012-05-261-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately, the axis range is inaccessible in new versions of Gdk so we cannot set the range indicators in the input-devices dialog. There may be another way of doing this, using underlying system API. (bzr r11420)
* | | | | | | Some GDK deprecation fixes for Input Devices dialogAlex Valavanis2012-05-261-6/+31
| | | | | | | | | | | | | | | | | | | | | (bzr r11419)
* | | | | | | Improve progress granularity when exporting multiple items.Jon A. Cruz2012-05-252-11/+23
| | | | | | | | | | | | | | | | | | | | | (bzr r11415)
* | | | | | | Don't use extension events API in GTK+3 buildsAlex Valavanis2012-05-241-0/+5
| | | | | | | | | | | | | | | | | | | | | (bzr r11413)
* | | | | | | svg-canvas GTK+3 fixesAlex Valavanis2012-05-241-0/+12
| | | | | | | | | | | | | | | | | | | | | (bzr r11412)
* | | | | | | Added option to close export dialog upon completion. Fixes bug #43730.Jon A. Cruz2012-05-242-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11409)
* | | | | | | Added progress to export dialog and disabling export button while busy. ↵Jon A. Cruz2012-05-242-14/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partially fixes bug #43730. Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11408)
* | | | | | | Applied modified patch to add export messages. Partially fixes bug #43730.Jon A. Cruz2012-05-241-28/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11407)
* | | | | | | Drop GtkObject usage in view widgetsAlex Valavanis2012-05-221-6/+6
| | | | | | | | | | | | | | | | | | | | | (bzr r11403)
* | | | | | | Drop deprecated progress bar orientationAlex Valavanis2012-05-221-1/+0
| | | | | | | | | | | | | | | | | | | | | (bzr r11402)
* | | | | | | Drop deprecated GtkNotebookPage usageAlex Valavanis2012-05-222-4/+11
| | | | | | | | | | | | | | | | | | | | | (bzr r11401)
* | | | | | | GTK+ 3 drawing in OCAL dialogAlex Valavanis2012-05-222-4/+77
| | | | | | | | | | | | | | | | | | | | | (bzr r11399)
* | | | | | | Start GTK+ 3 rendering in OCAL dialogsAlex Valavanis2012-05-212-1/+56
| | | | | | | | | | | | | | | | | | | | | (bzr r11397)
* | | | | | | Fix missing header in svg-fonts-dialog needed for GTK+ 3 buildAlex Valavanis2012-05-211-0/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r11396)
* | | | | | | Added sp-ctrlcurve, usefull for meshes.Tavmjong Bah2012-05-212-0/+17
| | | | | | | | | | | | | | | | | | | | | (bzr r11395)
* | | | | | | GTK+ 3 changes for cell-renderersAlex Valavanis2012-05-216-43/+108
| | | | | | | | | | | | | | | | | | | | | (bzr r11392)
* | | | | | | More size-request GTK+ 3 fixesAlex Valavanis2012-05-213-6/+28
| | | | | | | | | | | | | | | | | | | | | (bzr r11391)
* | | | | | | Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz2012-05-219-71/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional prep for centralizing color setting. (bzr r11390)
* | | | | | | Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith2012-05-215-2/+7
| | | | | | | | | | | | | | | | | | | | | (bzr r11389)
* | | | | | | Don't try to set non-existent size property in ctrlpointAlex Valavanis2012-05-181-1/+0
| | | | | | | | | | | | | | | | | | | | | (bzr r11380)
* | | | | | | Follow-up for 11375Jon A. Cruz2012-05-171-0/+47
| | | | | | | | | | | | | | | | | | | | | (bzr r11376)
* | | | | | | Extended resizing to node handles.Jon A. Cruz2012-05-1716-61/+186
| | | | | | | | | | | | | | | | | | | | | (bzr r11375)
* | | | | | | Fix for 997888 : Merge into Document PropertiesJohn Smith2012-05-172-1/+76
| | | | | | | | | | | | | | | | | | | | | (bzr r11374)
* | | | | | | Corrected protected type access (comments were incorrect).Jon A. Cruz2012-05-1712-452/+729
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unified color set types; fixed uninitialized member; Switched colorsets to references; Added const correctness. (bzr r11373)
* | | | | | | remove GtkObject use in color-itemAlex Valavanis2012-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r11369)
* | | | | | | Fix for 950508 : Small padding changeJohn Smith2012-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r11367)
* | | | | | | a few UI message fixesKris De Gussem2012-05-142-2/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r11363)
* | | | | | | Fix for 997886 : Document Metadata : Crash when saving with 2 documents openJohn Smith2012-05-112-6/+11
| | | | | | | | | | | | | | | | | | | | | (bzr r11353)
* | | | | | | Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-093-2/+44
| | | | | | | | | | | | | | | | | | | | | (bzr r11350)
* | | | | | | Fix more deprecated GDK key symbolsAlex Valavanis2012-05-071-4/+8
| | | | | | | | | | | | | | | | | | | | | (bzr r11344)
* | | | | | | Find dialog: taking plurals into account for UI translationKris De Gussem2012-05-071-2/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r11343)
* | | | | | | A couple of simple Gtk3 fixesAlex Valavanis2012-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r11342)
* | | | | | | Fix missing glib headers in imageiconAlex Valavanis2012-05-061-0/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r11341)
* | | | | | | Merge more ruler codeAlex Valavanis2012-05-062-17/+14
| | | | | | | | | | | | | | | | | | | | | (bzr r11329)