summaryrefslogtreecommitdiffstats
path: root/src/dialogs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warning and dead code cleanup.Jon A. Cruz2013-01-112-152/+0
| | | (bzr r12014)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-252-22/+21
| | | | | christmas\!) (bzr r11986)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-23/+25
| | | (bzr r11736)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* remove GtkObject use in find dialogAlex Valavanis2012-05-161-4/+2
| | | (bzr r11368)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-96/+1
| | | (bzr r11318)
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-3/+7
| | | (bzr r11309)
* Drop GtkObject use in dialog-eventsAlex Valavanis2012-04-282-4/+4
| | | (bzr r11302)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-4/+103
| | | (bzr r11250)
* Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis2012-04-101-0/+19
| | | (bzr r11213)
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+30
| | | (bzr r11204)
* Fix for 251674 and 592323 : Make CloneTiler dialog dockableJohn Smith2012-03-244-2950/+0
| | | (bzr r11125)
* add missing files to cmake.Campbell Barton2012-03-111-3/+0
| | | (bzr r11069)
* Fix for 940715 : Convert XML Editor to a dockable dialogJohn Smith2012-03-093-1756/+1
| | | (bzr r11065)
* fix cmakelistsJohan B. C. Engelen2012-03-071-4/+0
| | | (bzr r11059)
* Cmake build fixKris De Gussem2012-03-031-2/+0
| | | (bzr r11044)
* Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith2012-03-033-2107/+0
| | | (bzr r11042)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-293-6/+4
| | | (bzr r11030)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-1/+0
|\ | | | | (bzr r11027)
* | Fix for 934721 : Convert SpellCheck dialog to a dockable dialogJohn Smith2012-02-213-1093/+0
| | | | | | (bzr r11006)
* | Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-175-0/+24
| | | | | | (bzr r10992)
* | Fix for 930535 : Convert Font and Text dialog to a dockable dialogJohn Smith2012-02-163-1065/+0
| | | | | | (bzr r10989)
* | Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ↵Alex Valavanis2012-02-152-3/+7
| | | | | | | | | | Hides many GTK deprecation errors that we can't fix in Inkscape (bzr r10982)
* | Header cleaningAlex Valavanis2012-02-125-0/+5
| | | | | | (bzr r10963)
* | Backward compat fix for Gtkmm 2.20Alex Valavanis2012-02-091-1/+13
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/928520 (bzr r10956)
* | (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-081-2/+2
| | | | | | (bzr r10952)
* | export: replace deprecated Gtk::ALIGN_LEFT symbolAlex Valavanis2012-02-061-3/+3
| | | | | | (bzr r10942)
* | Gtkmmification of object attributes dialog: image and link attributes now ↵Kris De Gussem2012-01-194-190/+0
| | | | | | | | | | editable in dockable dialog (Bug #592323) (bzr r10910)
* | Adding expression calculator in Clone Tiler (see Bug #773636). Patch by Romain.Nicolas Dufour2012-01-131-50/+59
| | | | | | (bzr r10879)
* | A few GSEAL issuesKris De Gussem2012-01-111-1/+1
| | | | | | (bzr r10872)
* | Object properties dialog now dockable (derived from ↵Kris De Gussem2012-01-084-625/+0
| | | | | | | | | | Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862)
* | Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-082-40/+30
| | | | | | (bzr r10860)
* | dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-071-10/+12
| | | | | | (bzr r10858)
* | Some more documentationKris De Gussem2012-01-062-28/+25
| | | | | | (bzr r10852)
* | More GSEAL issuesAlex Valavanis2012-01-043-5/+5
| | | | | | (bzr r10836)
* | documentation of item properties dialog and SPAttributeTableKris De Gussem2012-01-032-7/+38
| | | | | | | | | | header stuff (bzr r10831)
* | Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-8/+8
| | | | | | (bzr r10830)
* | Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-032-5/+5
| | | | | | (bzr r10826)
* | Replace deprecated combo box APIAlex Valavanis2012-01-021-7/+22
| | | | | | (bzr r10822)
* | Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith.Nicolas Dufour2012-01-021-0/+1
| | | | | | (bzr r10819)
* | Replace deprecated GTK_SIGNAL_FUNC macroAlex Valavanis2012-01-011-1/+1
| | | | | | (bzr r10817)
* | Item and image properties dialog update: restoring correct behaviour in case ↵Kris De Gussem2012-01-012-5/+32
| | | | | | | | | | of deleting an object (bzr r10815)
* | Item properties dialog: fix multi-document issue (propably introduced in ↵Kris De Gussem2011-12-311-1/+1
| | | | | | | | | | revision 10805) (bzr r10811)
* | Item properties dialog:Kris De Gussem2011-12-311-5/+12
| | | | | | | | | | | | - commenting out function that is (currently?) not used - some more resource saving (bzr r10810)
* | Item properties dialog: another minor resource fixKris De Gussem2011-12-302-16/+18
| | | | | | (bzr r10808)
* | Item properties dialog: fix signal connectionKris De Gussem2011-12-301-5/+3
| | | | | | (bzr r10807)
* | Item properties dialog: fix wasting resources when moving objectsKris De Gussem2011-12-302-4/+15
| | | | | | (bzr r10806)
* | C++ification of item properties dialogKris De Gussem2011-12-303-359/+348
|/ | | (bzr r10805)
* - SPAttributeWidget and SPAttributeTable C++ifiedKris De Gussem2011-12-162-88/+60
|\ | | | | | | | | - fixed memory leak with item properties (old instances of item properties window were not destroyed) (bzr r10775)
| * - Dropped deprecated sp_window_newKris De Gussem2011-12-151-37/+31
| | | | | | | | | | - quick and dirty memory leak fix for item properties window (bzr r10766.1.5)