summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Gtkmm 3.0 fixes for script dialogAlex Valavanis2012-05-301-0/+23
| * Gtkmm 3.0 fixes for debug dialogAlex Valavanis2012-05-301-0/+19
| * Gtkmm 3.0 fixes for live path effect editor dialogAlex Valavanis2012-05-301-0/+6
| * Gtkmm 3.0 fixes for layers dialogAlex Valavanis2012-05-301-1/+32
| * Fix missing gtkmm header in document properties dialogAlex Valavanis2012-05-271-0/+1
| * file dialog fixes for GTK+ 3Alex Valavanis2012-05-271-11/+79
| * Stop using deprecated private members of GdkDevice.Alex Valavanis2012-05-261-6/+18
| * Some GDK deprecation fixes for Input Devices dialogAlex Valavanis2012-05-261-6/+31
| * Improve progress granularity when exporting multiple items.Jon A. Cruz2012-05-252-11/+23
| * Don't use extension events API in GTK+3 buildsAlex Valavanis2012-05-241-0/+5
| * Added option to close export dialog upon completion. Fixes bug #43730.Jon A. Cruz2012-05-242-0/+24
| * Added progress to export dialog and disabling export button while busy. Parti...Jon A. Cruz2012-05-242-14/+49
| * Applied modified patch to add export messages. Partially fixes bug #43730.Jon A. Cruz2012-05-241-28/+94
| * Drop deprecated progress bar orientationAlex Valavanis2012-05-221-1/+0
| * Drop deprecated GtkNotebookPage usageAlex Valavanis2012-05-222-4/+11
| * GTK+ 3 drawing in OCAL dialogAlex Valavanis2012-05-222-4/+77
| * Start GTK+ 3 rendering in OCAL dialogsAlex Valavanis2012-05-212-1/+56
| * Fix missing header in svg-fonts-dialog needed for GTK+ 3 buildAlex Valavanis2012-05-211-0/+1
| * GTK+ 3 changes for cell-renderersAlex Valavanis2012-05-212-32/+72
| * More size-request GTK+ 3 fixesAlex Valavanis2012-05-212-4/+22
| * Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith2012-05-211-1/+1
| * Fix for 997888 : Merge into Document PropertiesJohn Smith2012-05-172-1/+76
| * remove GtkObject use in color-itemAlex Valavanis2012-05-161-1/+1
| * Fix for 950508 : Small padding changeJohn Smith2012-05-161-1/+1
| * a few UI message fixesKris De Gussem2012-05-142-2/+2
| * Fix more deprecated GDK key symbolsAlex Valavanis2012-05-071-4/+8
| * Find dialog: taking plurals into account for UI translationKris De Gussem2012-05-071-2/+2
| * UI messageKris De Gussem2012-05-061-0/+1
* | The Polar Arrange Tab of the Arrange Dialog now hides the parametricDenis Declara2012-05-193-8/+12
* | Added documentation and made helper functions in polar-arrange-tab.cpp staticDenis Declara2012-05-192-7/+32
* | Renamed "arrangetab.h" to "arrange-tab.h"Denis Declara2012-05-194-3/+3
* | Removed debug outputDenis Declara2012-05-091-5/+0
* | Renamed files to better match coding conventionsDenis Declara2012-05-096-10/+10
* | Fixed runtime assertion about Parent beeing NullDenis Declara2012-05-091-1/+0
* | Trunk mergeDenis Declara2012-05-0522-69/+221
|\|
| * Preferences: generalisation of UI messagesKris De Gussem2012-05-041-7/+7
| * Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-2/+1
| * Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-032-12/+18
| * Find dialog: better user messageKris De Gussem2012-05-021-3/+3
| * Find dialog UI:Kris De Gussem2012-05-021-7/+14
| * Remove remaining ancient GTK+ version checksAlex Valavanis2012-04-301-7/+0
| * Drop checks for ancient GTK+ versionAlex Valavanis2012-04-302-5/+0
| * Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-1/+0
| * gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-304-8/+150
| * gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-2815-13/+24
| * Drop GtkObject use in dialogAlex Valavanis2012-04-282-4/+4
* | Fixed some math, so that the objects now line up correctlyDenis Declara2012-05-052-24/+49
* | Now also the "Arrange on last selected circle" option of the polar arrangemen...Denis Declara2012-05-031-13/+79
* | Added undo support for polar arrangement as well as some minor fixesDenis Declara2012-05-011-1/+5
* | Got parametrized arrangement to workDenis Declara2012-05-011-42/+156