summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* desktop-widget: GObject boilerplate reductionAlex Valavanis2014-08-241-76/+61
| | | (bzr r13341.1.173)
* Fix a crash where the canvas does not have a valid main elementLiam P. White2014-06-191-0/+3
| | | (bzr r13433)
* Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp,Krzysztof Kosi??ski2014-02-271-5/+0
| | | | | where it belongs (bzr r13062)
* gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem2014-01-111-17/+8
| | | (bzr r12915)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-3/+3
| | | (bzr r12868)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-3/+3
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Merge from trunk.Matthew Petroff2013-09-201-1/+4
|\ | | | | (bzr r12475.1.29)
| * Merged from trunk (r12488).Markus Engel2013-08-301-13/+15
| |\ | | | | | | (bzr r11608.1.120)
| * \ Merged from trunk (r12419).Markus Engel2013-07-141-56/+92
| |\ \ | | | | | | | | (bzr r11608.1.107)
| * \ \ Merged from trunk (r12305)Markus Engel2013-04-271-6/+14
| |\ \ \ | | | | | | | | | | (bzr r11608.1.106)
| * | | | Removed some unused files; more refactoring in EventContext tree.Markus Engel2013-04-211-1/+4
| | | | | | | | | | | | | | | (bzr r11608.1.104)
* | | | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+2
| |_|_|/ |/| | | | | | | (bzr r12475.1.2)
* | | | Switched to global UnitTable.Matthew Petroff2013-08-041-1/+1
| | | | | | | | | | | | (bzr r12380.1.62)
* | | | Ported "widgets/ruler.*" away from SPMetric.Matthew Petroff2013-07-221-8/+9
| | | | | | | | | | | | (bzr r12380.1.48)
* | | | Ported "ui/widget/selected-style.*".Matthew Petroff2013-07-191-2/+3
| | | | | | | | | | | | (bzr r12380.1.39)
* | | | Port remaining files away from "helper/unit-tracker.h".Matthew Petroff2013-07-171-4/+4
| | | | | | | | | | | | (bzr r12380.1.19)
* | | | Merge from trunk.Matthew Petroff2013-07-171-2/+4
|\ \ \ \ | | |_|/ | |/| | (bzr r12380.1.17)
| * | | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* | | | Fixed memory corruption introduced in a previous commit.Matthew Petroff2013-07-171-2/+2
| | | | | | | | | | | | (bzr r12380.1.14)
* | | | Fixed conversion factors and missed unit include removal.Matthew Petroff2013-07-171-2/+2
| | | | | | | | | | | | (bzr r12380.1.12)
* | | | Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-5/+5
|/ / / | | | | | | (bzr r12380.1.8)
* | | Fix for 1184408 : Additional zoom levels in zoom context menuJohn Smith2013-06-161-35/+78
| | | | | | | | | (bzr r12378)
* | | Revert Fix for 600285 : Zoom sliderJohn Smith2013-06-151-14/+6
| | | | | | | | | (bzr r12377)
* | | Warning cleanup.Jon A. Cruz2013-04-281-5/+4
| |/ |/| | | (bzr r12309)
* | Fix for 600285 : Zoom sliderJohn Smith2013-04-211-6/+14
|/ | | (bzr r12294)
* Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis2013-03-091-0/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094504 (bzr r12185)
* Drop dead Inkboard code. Config flag no longer existsAlex Valavanis2013-03-041-5/+0
| | | (bzr r12173)
* Null pointer check (should fix Bug #966441 )Kris De Gussem2013-02-231-0/+4
| | | (bzr r12141)
* Fix for 1091582 : Problem with key release when pressing space with cursor ↵John Smith2013-02-021-4/+5
| | | | | off canvas. (bzr r12088)
* Disconnect size_allocation signal handler before disposing desktop widgetAlex Valavanis2013-01-301-22/+24
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1108930 (bzr r12078)
* desktop-widget: Add callback to ensure that ruler ranges are correctly ↵Alex Valavanis2013-01-271-0/+23
| | | | | | | | updated when canvas table resizes Fixed bugs: - https://launchpad.net/bugs/950552 (bzr r12068)
* Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-271-7/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067)
* 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)