summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/undo-history.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-09Fix codding styleJabiertxof1-1/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
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-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-07-21adding gtk-themeJabier Arraiza1-6/+5
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-12/+12
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2017-07-09Get rid of obsolete rules_hint in TreeViewAlexander Valavanis1-1/+0
2017-06-29Remove old icon handling codeAlexander Valavanis1-6/+3
2016-12-27Rm more deprecated Gtk::StockAlex Valavanis1-5/+5
(bzr r15367)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+1
(bzr r15034)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-33/+0
(bzr r15023.2.7)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+5
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+1
(bzr r15025)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-03-18Warning cleanups.Jon A. Cruz1-1/+1
(bzr r13162)
2014-03-08Reconnect correctly as documents are replaced.Jon A. Cruz1-36/+94
Removed hardcoding to only a single panel. (bzr r13127)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2012-09-27Fix for 172030 : Width of Undo History palette could be optimizedJohn Smith1-12/+16
(bzr r11707)
2012-08-27Fix for 525597 : Undo History dialog not updating when switching windowsJohn Smith1-1/+10
(bzr r11624)
2012-05-21GTK+ 3 changes for cell-renderersAlex Valavanis1-15/+43
(bzr r11392)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-3/+3
(bzr r11018)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
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)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-5/+5
SPDocument based methods (bzr r9546.1.3)
2009-01-01remove redundant inclusionJohan B. C. Engelen1-1/+0
(bzr r7053)
2008-10-27From trunkTed Gould1-6/+5
(bzr r6885)
2008-02-21More sensible size constraints for undo history panel.gustav_b1-1/+1
(bzr r4804)
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-52/+10
started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)
2007-11-22The dialog to panel refactoring:gustav_b1-9/+9
* Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
2007-11-04Warning cleanupJon A. Cruz1-23/+23
(bzr r4025)
2007-08-29Dockable dialogs patch applied gustav_b1-5/+5
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
2006-10-06Implement singleton behaviour for undo history dialog. Make sure eventgustav_b1-6/+73
log gets created on SPDesktop::change_document. (bzr r1772)
2006-10-01Moved EventLog from SPDocument to SPDesktop to prevent it from beinggustav_b1-1/+2
created when Inkscape is started in non-gui mode. Fixes a critical assertion caused by creation of a Gtk::TreeStore. (bzr r1749)
2006-07-09Added descriptions to Undo/Redo commands in the menusgustav_b1-1/+3
(bzr r1379)
2006-06-29added files from Gustav Broberg's patchbulia byak1-0/+322
(bzr r1318)