summaryrefslogtreecommitdiffstats
path: root/src/ui/view/edit-widget-interface.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-28Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis1-4/+4
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-07-21adding gtk-themeJabier Arraiza1-0/+3
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+2
This replaces empty constructors and destructors with the default keyword.
2018-05-04Add global guide controls to guides panelGeoff Lankow1-3/+0
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-0/+3
Remove rotation via viewbox. Still some work to do... (bzr r15603)
2015-12-06Fixes UX pointed in suv reviewJabier Arraiza Cenoz1-0/+3
(bzr r14500.1.9)
2014-01-11gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem1-1/+1
(bzr r12915)
2013-01-27Migrate ruler position tracking to new track_widget APIAlex Valavanis1-3/+0
Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067)
2012-08-09Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith1-0/+3
(bzr r11600)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-1/+8
(bzr r11030)
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz1-5/+4
(bzr r10696)
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-1/+1
(bzr r10347.1.2)
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-0/+4
(bzr r10198)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2008-08-04NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen1-4/+4
(bzr r6561)
2007-11-26Menu item to toggle CMS adjustment on and offJon A. Cruz1-34/+37
(bzr r4138)
2007-08-29Dockable dialogs patch applied gustav_b1-1/+4
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
2007-08-07add a way to set a radio toggle in aux toolbar via desktop, by the toggles idbulia byak1-0/+3
(bzr r3408)
2007-07-28Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵Joel Holdsworth1-2/+3
they are correctly parented (bzr r3328)
2007-06-18patch 1734633: option to save window geometry in prefsbulia byak1-0/+6
(bzr r3075)
2006-08-13add interface for disabling interaction during long-running operationsJohn Bintz1-0/+8
(bzr r1596)
2006-08-13added functions to allow update events to process during long-running operationsJohn Bintz1-0/+3
(bzr r1595)