| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Header cleaning for GTK+3 migration | Alex Valavanis | 2012-06-05 | 1 | -1/+1 |
| | | | | (bzr r11460) | ||||
| * | UI fix find dialog | Kris De Gussem | 2012-06-03 | 1 | -42/+26 |
| | | | | (bzr r11456) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2012-06-03 | 1 | -1/+1 |
| | | | | (bzr r11455) | ||||
| * | Fix remaining Gtkmm 3 issues in filter effects dialog | Alex Valavanis | 2012-06-02 | 1 | -18/+28 |
| | | | | (bzr r11454) | ||||
| * | Add draw signal in filter effects dialog | Alex Valavanis | 2012-06-02 | 2 | -2/+19 |
| | | | | (bzr r11453) | ||||
| * | Cairo rendering in filter effects dialog | Alex Valavanis | 2012-06-02 | 2 | -24/+67 |
| | | | | (bzr r11452) | ||||
| * | Remove unused icon-widget code | Alex Valavanis | 2012-05-31 | 4 | -229/+0 |
| | | | | (bzr r11446) | ||||
| * | Fix missing Glibmm headers needed for GTK+3 build | Alex Valavanis | 2012-05-31 | 2 | -0/+2 |
| | | | | (bzr r11445) | ||||
| * | Gtkmm 3 fixes for licensor widget | Alex Valavanis | 2012-05-31 | 1 | -0/+8 |
| | | | | (bzr r11444) | ||||
| * | Fix remaining gtkmm 3 menu issues | Alex Valavanis | 2012-05-31 | 1 | -4/+6 |
| | | | | (bzr r11442) | ||||
| * | Tidy up deprecated Gtkmm menu stuff | Alex Valavanis | 2012-05-31 | 4 | -54/+21 |
| | | | | (bzr r11440) | ||||
| * | Gtkmm 3.0 fixes for script dialog | Alex Valavanis | 2012-05-30 | 1 | -0/+23 |
| | | | | (bzr r11439) | ||||
| * | Gtkmm 3.0 fixes for debug dialog | Alex Valavanis | 2012-05-30 | 1 | -0/+19 |
| | | | | (bzr r11438) | ||||
| * | Gtkmm 3.0 fixes for live path effect editor dialog | Alex Valavanis | 2012-05-30 | 1 | -0/+6 |
| | | | | (bzr r11437) | ||||
| * | Gtkmm 3.0 fixes for layers dialog | Alex Valavanis | 2012-05-30 | 1 | -1/+32 |
| | | | | (bzr r11436) | ||||
| * | Replace deprecated pointer grabbing in ruler | Alex Valavanis | 2012-05-28 | 1 | -0/+19 |
| | | | | (bzr r11432) | ||||
| * | Stop using deprecated GdkBitmap in custom cursors | Alex Valavanis | 2012-05-27 | 1 | -13/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/943200 (bzr r11429) | ||||
| * | Fix missing gtkmm header in document properties dialog | Alex Valavanis | 2012-05-27 | 1 | -0/+1 |
| | | | | (bzr r11424) | ||||
| * | file dialog fixes for GTK+ 3 | Alex Valavanis | 2012-05-27 | 1 | -11/+79 |
| | | | | (bzr r11423) | ||||
| * | Stop using deprecated private members of GdkDevice. | Alex Valavanis | 2012-05-26 | 1 | -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 dialog | Alex Valavanis | 2012-05-26 | 1 | -6/+31 |
| | | | | (bzr r11419) | ||||
| * | Improve progress granularity when exporting multiple items. | Jon A. Cruz | 2012-05-25 | 2 | -11/+23 |
| | | | | (bzr r11415) | ||||
| * | Don't use extension events API in GTK+3 builds | Alex Valavanis | 2012-05-24 | 1 | -0/+5 |
| | | | | (bzr r11413) | ||||
| * | svg-canvas GTK+3 fixes | Alex Valavanis | 2012-05-24 | 1 | -0/+12 |
| | | | | (bzr r11412) | ||||
| * | Added option to close export dialog upon completion. Fixes bug #43730. | Jon A. Cruz | 2012-05-24 | 2 | -0/+24 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11409) | ||||
| * | Added progress to export dialog and disabling export button while busy. ↵ | Jon A. Cruz | 2012-05-24 | 2 | -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. Cruz | 2012-05-24 | 1 | -28/+94 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11407) | ||||
| * | Drop GtkObject usage in view widgets | Alex Valavanis | 2012-05-22 | 1 | -6/+6 |
| | | | | (bzr r11403) | ||||
| * | Drop deprecated progress bar orientation | Alex Valavanis | 2012-05-22 | 1 | -1/+0 |
| | | | | (bzr r11402) | ||||
| * | Drop deprecated GtkNotebookPage usage | Alex Valavanis | 2012-05-22 | 2 | -4/+11 |
| | | | | (bzr r11401) | ||||
| * | GTK+ 3 drawing in OCAL dialog | Alex Valavanis | 2012-05-22 | 2 | -4/+77 |
| | | | | (bzr r11399) | ||||
| * | Start GTK+ 3 rendering in OCAL dialogs | Alex Valavanis | 2012-05-21 | 2 | -1/+56 |
| | | | | (bzr r11397) | ||||
| * | Fix missing header in svg-fonts-dialog needed for GTK+ 3 build | Alex Valavanis | 2012-05-21 | 1 | -0/+1 |
| | | | | (bzr r11396) | ||||
| * | Added sp-ctrlcurve, usefull for meshes. | Tavmjong Bah | 2012-05-21 | 2 | -0/+17 |
| | | | | (bzr r11395) | ||||
| * | GTK+ 3 changes for cell-renderers | Alex Valavanis | 2012-05-21 | 6 | -43/+108 |
| | | | | (bzr r11392) | ||||
| * | More size-request GTK+ 3 fixes | Alex Valavanis | 2012-05-21 | 3 | -6/+28 |
| | | | | (bzr r11391) | ||||
| * | Extended control resizing to node editing. Fixes half of bug #172059. | Jon A. Cruz | 2012-05-21 | 9 | -71/+266 |
| | | | | | | Additional prep for centralizing color setting. (bzr r11390) | ||||
| * | Fix for 1000023 : Fill & Stroke dialog redesign | John Smith | 2012-05-21 | 5 | -2/+7 |
| | | | | (bzr r11389) | ||||
| * | Don't try to set non-existent size property in ctrlpoint | Alex Valavanis | 2012-05-18 | 1 | -1/+0 |
| | | | | (bzr r11380) | ||||
| * | Follow-up for 11375 | Jon A. Cruz | 2012-05-17 | 1 | -0/+47 |
| | | | | (bzr r11376) | ||||
| * | Extended resizing to node handles. | Jon A. Cruz | 2012-05-17 | 16 | -61/+186 |
| | | | | (bzr r11375) | ||||
| * | Fix for 997888 : Merge into Document Properties | John Smith | 2012-05-17 | 2 | -1/+76 |
| | | | | (bzr r11374) | ||||
| * | Corrected protected type access (comments were incorrect). | Jon A. Cruz | 2012-05-17 | 12 | -452/+729 |
| | | | | | | Unified color set types; fixed uninitialized member; Switched colorsets to references; Added const correctness. (bzr r11373) | ||||
| * | remove GtkObject use in color-item | Alex Valavanis | 2012-05-16 | 1 | -1/+1 |
| | | | | (bzr r11369) | ||||
| * | Fix for 950508 : Small padding change | John Smith | 2012-05-16 | 1 | -1/+1 |
| | | | | (bzr r11367) | ||||
| * | a few UI message fixes | Kris De Gussem | 2012-05-14 | 2 | -2/+2 |
| | | | | (bzr r11363) | ||||
| * | Fix for 997886 : Document Metadata : Crash when saving with 2 documents open | John Smith | 2012-05-11 | 2 | -6/+11 |
| | | | | (bzr r11353) | ||||
| * | Centralized line creation and enhanced visibility. | Jon A. Cruz | 2012-05-09 | 3 | -2/+44 |
| | | | | (bzr r11350) | ||||
| * | Fix more deprecated GDK key symbols | Alex Valavanis | 2012-05-07 | 1 | -4/+8 |
| | | | | (bzr r11344) | ||||
| * | Find dialog: taking plurals into account for UI translation | Kris De Gussem | 2012-05-07 | 1 | -2/+2 |
| | | | | (bzr r11343) | ||||
