summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a ↵Alex Valavanis2012-12-311-4/+4
| | | | | (2012-10-23) in GIMP git repo, gtk3-port branch (bzr r12003)
* rulers: (Merge from GIMP) Set range in ruler units, not in pxAlex Valavanis2012-12-311-11/+5
| | | (bzr r12002)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-13/+13
| | | | | christmas\!) (bzr r11986)
* Stop using UNUSED_PIXELS hack in ruler. This was only required because of ↵Alex Valavanis2012-12-251-19/+10
| | | | | the padding used in the desktop widget (bzr r11985)
* desktop-widget: Use GtkStyleContext for GTK+ 3 widget renderingAlex Valavanis2012-12-251-32/+24
| | | (bzr r11984)
* desktop-widget: Cleanup GTK+ 3 grid rendering and ruler redrawingAlex Valavanis2012-12-251-24/+0
| | | (bzr r11983)
* ruler (Merge from GIMP): Convert to no-window widget and provide separate ↵Alex Valavanis2012-12-221-12/+4
| | | | | accessors for position (bzr r11973)
* GTK+ 3: Switch to more orientable widgetsAlex Valavanis2012-12-161-0/+5
| | | (bzr r11960)
* can't do a string comparison like that!Johan B. C. Engelen2012-12-051-9/+9
| | | (bzr r11932)
* i18n. Improving windows's title internationalization (color mode wasn't ↵Nicolas Dufour2012-12-051-14/+35
| | | | | | | correctly handled). Translations. Translation template and French translation update. (bzr r11930)
* Marked even more user visible messages for translationAlexandre Prokoudine2012-11-261-4/+4
| | | (bzr r11900)
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-1/+1
| | | (bzr r11868)
* Fix grid layout in desktop widgetAlex Valavanis2012-10-211-2/+0
| | | (bzr r11816)
* GTK3: Migrate desktop widget to GtkGridAlex Valavanis2012-10-201-36/+143
| | | (bzr r11814)
* Fix for 166691 : Changing layer order does not update layer selectorJohn Smith2012-09-271-0/+1
| | | (bzr r11709)
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-0/+6
| | | (bzr r11600)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-10/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Fix new deprecated GTK+ symbols in desktop-widgetAlex Valavanis2012-06-141-2/+17
| | | (bzr r11499)
* Drop check for ancient GTK version. Fixes statusbar width issueAlex Valavanis2012-06-141-2/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1011332 (bzr r11497)
* Fix compile for GTK+ less than 2.20 when GSEAL is on. Fixes bug #1009010.Jon A. Cruz2012-06-071-4/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1009010 (bzr r11464)
* Use accessor function for private label in message dialogAlex Valavanis2012-05-261-4/+18
| | | (bzr r11421)
* Don't use extension events API in GTK+3 buildsAlex Valavanis2012-05-241-0/+6
| | | (bzr r11413)
* More GTK+ 3 fixes for desktop-widgetAlex Valavanis2012-05-221-6/+0
| | | (bzr r11404)
* More GtkObject fixesAlex Valavanis2012-05-181-7/+6
| | | (bzr r11383)
* Merge more ruler codeAlex Valavanis2012-05-061-14/+14
| | | (bzr r11329)
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-2/+15
| | | (bzr r11309)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-2/+10
| | | (bzr r11308)
* Get rid of GtkObject in toolboxAlex Valavanis2012-04-231-1/+1
| | | (bzr r11286)
* Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis2012-04-101-0/+10
| | | (bzr r11213)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-1/+1
| | | (bzr r11207)
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+16
| | | (bzr r11204)
* Replace deprecated gdk_window_get_pointerAlex Valavanis2012-04-091-1/+8
| | | (bzr r11197)
* UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the ↵Nicolas Dufour2012-03-071-6/+11
| | | | | | | | titlebar). Fixed bugs: - https://launchpad.net/bugs/294354 (bzr r11054)
* UI. Fix for Bug #668991 (Poor wording in data-loss prompt).Nicolas Dufour2012-03-051-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/668991 (bzr r11048)
* Import deprecated GtkRuler API. Probably worth tidying :-)Alex Valavanis2012-02-261-12/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/802125 (bzr r11023)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+5
| | | (bzr r11018)
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-0/+4
| | | (bzr r10992)
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-131-19/+19
| | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Patch from lp 721448 to make OSX Aqua builds more stableJosh Andler2012-02-081-4/+0
| | | (bzr r10950)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
| | | (bzr r10940)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-051-1/+1
| | | (bzr r10938)
* implement some switches between visual bbox and geometric bbox, depending on ↵Alvin Penner2012-02-041-1/+6
| | | | | | | | prefs (Bug 906952) Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r10935)
* Revert accidental commit in desktop-widget.cppAlex Valavanis2012-01-231-4/+1
| | | (bzr r10920)
* Fix missing header in units.cppAlex Valavanis2012-01-221-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/920154 (bzr r10919)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-3/+3
| | | (bzr r10873)
* Desktop-widget GSEAL fixesAlex Valavanis2012-01-111-34/+46
| | | (bzr r10869)
* Warning and uninitialized data cleanup.Jon A. Cruz2012-01-071-7/+17
| | | (bzr r10853)
* Replace deprecated gtk_widget_hide_allAlex Valavanis2011-12-141-18/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/903670 (bzr r10767)
* Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-271-7/+3
| | | (bzr r10582.1.4)