summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-metadata.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tidy various dialog UIsNathan Lee2019-04-021-16/+7
|
* Document Properties: General UI cleanupPatrick Storz2019-03-221-0/+2
| | | | | | Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup.
* modernize loopsMarc Jeanmougin2019-01-021-4/+4
|
* Clarify licensesMax Gaukler2018-11-081-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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-3/+4
| | | | A lot of header clean-up.
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
|
* Fix Gtk alignment APIAlexander Valavanis2017-07-081-3/+3
|
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-31/+0
|\ | | | | (bzr r15038)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-31/+0
| | | | | | (bzr r15023.2.7)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
|/ | | (bzr r15025)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-5/+5
| | | (bzr r13810)
* 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-2/+2
| | | | | disallow pointers to Application (bzr r13341.5.9)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-4/+4
| | | (bzr r13236)
* Migrate document metadata from NotbookPage to Gtk::Grid and drop dead codeAlex Valavanis2012-12-121-51/+61
| | | (bzr r11952)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-3/+1
| | | (bzr r11018)
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-3/+2
| | | (bzr r10827)
* cppcheckKris De Gussem2011-10-181-2/+2
| | | (bzr r10681)
* Doxygen cleanup.Jon A. Cruz2011-10-031-9/+7
| | | (bzr r10660)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-5/+5
| | | (bzr r10067)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Corrected "using namespace" contamination from ui/dialog header files.Jon A. Cruz2010-04-021-0/+2
| | | (bzr r9273)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8408)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-10/+6
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* From trunkTed Gould2008-10-271-10/+8
| | | (bzr r6885)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-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)
* The dialog to panel refactoring:gustav_b2007-11-221-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)
* warning cleanupJon A. Cruz2007-11-081-17/+17
| | | (bzr r4043)
* Dockable dialogs patch applied gustav_b2007-08-291-4/+4
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* overwritten heap, wrong casts fixed. Closes SF#1575829Kees Cook2007-01-131-1/+1
| | | (bzr r2198)
* updated cc licenses to 2.5Jon Phillips2006-04-301-1/+1
| | | (bzr r637)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+306
(bzr r1)