summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-metadata.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-02Tidy various dialog UIsNathan Lee1-16/+7
2019-03-22Document Properties: General UI cleanupPatrick Storz1-0/+2
Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup.
2019-01-02modernize loopsMarc Jeanmougin1-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-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
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-30Move classes derived from SPObject to own directory.Tavmjong Bah1-3/+4
A lot of header clean-up.
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2017-07-08Fix Gtk alignment APIAlexander Valavanis1-3/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+1
(bzr r15034)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-31/+0
(bzr r15023.2.7)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
(bzr r15025)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-12-21Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White1-5/+5
(bzr r13810)
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis1-2/+2
supported properly) (bzr r13341.1.179)
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White1-2/+2
disallow pointers to Application (bzr r13341.5.9)
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-4/+4
(bzr r13236)
2012-12-12Migrate document metadata from NotbookPage to Gtk::Grid and drop dead codeAlex Valavanis1-51/+61
(bzr r11952)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-3/+1
(bzr r11018)
2012-01-03More deprecated GtkTooltipsAlex Valavanis1-3/+2
(bzr r10827)
2011-10-18cppcheckKris De Gussem1-2/+2
(bzr r10681)
2011-10-03Doxygen cleanup.Jon A. Cruz1-9/+7
(bzr r10660)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-5/+5
(bzr r10067)
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-04-02Corrected "using namespace" contamination from ui/dialog header files.Jon A. Cruz1-0/+2
(bzr r9273)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8408)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-10/+6
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2008-10-27From trunkTed Gould1-10/+8
(bzr r6885)
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-66/+31
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-17/+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-08warning cleanupJon A. Cruz1-17/+17
(bzr r4043)
2007-08-29Dockable dialogs patch applied gustav_b1-4/+4
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
2007-01-13overwritten heap, wrong casts fixed. Closes SF#1575829Kees Cook1-1/+1
(bzr r2198)
2006-04-30updated cc licenses to 2.5Jon Phillips1-1/+1
(bzr r637)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-5/+5
confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)