summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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)
| * 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)
| * 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 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)
| * GTK+ 3 changes for cell-renderersAlex Valavanis2012-05-212-32/+72
| | | | | | (bzr r11392)
| * More size-request GTK+ 3 fixesAlex Valavanis2012-05-212-4/+22
| | | | | | (bzr r11391)
| * Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith2012-05-211-1/+1
| | | | | | (bzr r11389)
| * Fix for 997888 : Merge into Document PropertiesJohn Smith2012-05-172-1/+76
| | | | | | (bzr r11374)
| * 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 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)
| * UI messageKris De Gussem2012-05-061-0/+1
| | | | | | (bzr r11327)
* | The Polar Arrange Tab of the Arrange Dialog now hides the parametricDenis Declara2012-05-193-8/+12
| | | | | | | | | | controls until the user selects the corresponding radio button (bzr r11073.1.35)
* | Added documentation and made helper functions in polar-arrange-tab.cpp staticDenis Declara2012-05-192-7/+32
| | | | | | (bzr r11073.1.34)
* | Renamed "arrangetab.h" to "arrange-tab.h"Denis Declara2012-05-194-3/+3
| | | | | | (bzr r11073.1.33)
* | Removed debug outputDenis Declara2012-05-091-5/+0
| | | | | | (bzr r11073.1.32)
* | Renamed files to better match coding conventionsDenis Declara2012-05-096-10/+10
| | | | | | (bzr r11073.1.31)
* | Fixed runtime assertion about Parent beeing NullDenis Declara2012-05-091-1/+0
| | | | | | (bzr r11073.1.30)
* | Trunk mergeDenis Declara2012-05-0522-69/+221
|\| | | | | (bzr r11073.1.29)
| * Preferences: generalisation of UI messagesKris De Gussem2012-05-041-7/+7
| | | | | | (bzr r11323)
| * Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-2/+1
| | | | | | (bzr r11318)
| * Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-032-12/+18
| | | | | | (bzr r11316)
| * Find dialog: better user messageKris De Gussem2012-05-021-3/+3
| | | | | | (bzr r11315)
| * Find dialog UI:Kris De Gussem2012-05-021-7/+14
| | | | | | | | | | | | - some message fixes (capitals and spaces) - simplify translation (bzr r11314)
| * Remove remaining ancient GTK+ version checksAlex Valavanis2012-04-301-7/+0
| | | | | | (bzr r11311)
| * Drop checks for ancient GTK+ versionAlex Valavanis2012-04-302-5/+0
| | | | | | (bzr r11310)
| * Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-1/+0
| | | | | | (bzr r11309)
| * gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-304-8/+150
| | | | | | (bzr r11308)
| * gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-2815-13/+24
| | | | | | (bzr r11304)
| * Drop GtkObject use in dialogAlex Valavanis2012-04-282-4/+4
| | | | | | (bzr r11303)
* | Fixed some math, so that the objects now line up correctlyDenis Declara2012-05-052-24/+49
| | | | | | (bzr r11073.1.28)
* | Now also the "Arrange on last selected circle" option of the polar ↵Denis Declara2012-05-031-13/+79
| | | | | | | | | | arrangement works. (bzr r11073.1.27)
* | Added undo support for polar arrangement as well as some minor fixesDenis Declara2012-05-011-1/+5
| | | | | | (bzr r11073.1.26)
* | Got parametrized arrangement to workDenis Declara2012-05-011-42/+156
| | | | | | (bzr r11073.1.25)