summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-131-1/+242
| | | (bzr r12199)
* Further migration to Gtk::GridAlex Valavanis2013-03-121-62/+63
| | | (bzr r12196)
* Change tooltip to clarify behavior after commit r10784.Tavmjong Bah2012-12-261-1/+1
| | | (bzr r11990)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-12/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* cppcheck: Simple fixes for src/ui/dialogAlex Valavanis2012-11-151-2/+2
| | | (bzr r11874)
* Fix for Bug #773288 (border options) by demicoder.Nicolas Dufour2012-11-071-25/+25
| | | (bzr r11863)
* Fix for 1068763 : Opening 'File > Document Properties' dirties current documentJohn Smith2012-10-311-0/+2
| | | (bzr r11855)
* Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith2012-09-221-8/+10
| | | (bzr r11691)
* Fix for 445297 : Page background color label unclear for new usersJohn Smith2012-09-011-1/+4
| | | (bzr r11634)
* Fix for 1023655 : Improvments to Embedded script UIJohn Smith2012-07-151-13/+16
| | | (bzr r11549)
* Fix for 612221 : Add metadata default configuration in the preferencesJohn Smith2012-07-121-0/+31
| | | (bzr r11544)
* Fix for 1023655 : IMprovments to Embedded script UIJohn Smith2012-07-121-17/+122
| | | (bzr r11543)
* Fix for 1023656 : Color profile Link/Unlink in Document PropertiesJohn Smith2012-07-121-3/+22
| | | (bzr r11542)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-31/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Fix missing gtkmm header in document properties dialogAlex Valavanis2012-05-271-0/+1
| | | (bzr r11424)
* Fix for 997888 : Merge into Document PropertiesJohn Smith2012-05-171-1/+60
| | | (bzr r11374)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
| | | (bzr r11018)
* 1) Add checkboxes for perpendicular and tangential snapping to the document ↵Diederik van Lierop2012-02-141-1/+11
| | | | | | | properties dialog (on the snap tab) 2) Newly created guides (dragged off the ruler) will take on the angle of the curve that's being snapped to (either perpendicularly or tangentialy, depending of the settings in the document properties dialog) (bzr r10975)
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-131-10/+10
| | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-0/+32
| | | (bzr r10957)
* Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis2012-02-071-0/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947)
* document-properties: Stop using deprecated Gtk::OptionMenuAlex Valavanis2012-02-061-27/+17
| | | (bzr r10941)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+2
| | | (bzr r10940)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+0
| | | (bzr r10826)
* various: warnings and initalizationKris De Gussem2011-11-131-54/+39
| | | (bzr r10737)
* Warning cleanup.Jon A. Cruz2011-10-231-4/+4
| | | (bzr r10691)
* 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-081-2/+7
| | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
* Doxygen cleanup.Jon A. Cruz2011-10-031-13/+9
| | | (bzr r10660)
* Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop2011-08-221-5/+1
| | | | | a single array, instead of each having its own member variable (bzr r10569)
* Refactoring color profile to bring more internal. Help to prep for optional ↵Jon A. Cruz2011-07-061-43/+17
| | | | | lcms2 support. (bzr r10420)
* I am not sure if it is possible to have a script element with more than a ↵Felipe Corr??a da Silva Sanches2011-06-191-0/+9
| | | | | single childnode. Since we are not handling that, this is a warning to be displayed if we even encounter a file with more than one child for one of its script element nodes (bzr r10319)
* Patch sent by Fernando Lucchesi (GSoC student) and modified by me.Felipe Corr??a da Silva Sanches2011-06-191-18/+224
| | | | | Interface for editing content of embedded scripts. (bzr r10318)
* patch reviewed and accepted from fernandolbastos@gmail.com (GSoC student)Felipe Corr??a da Silva Sanches2011-06-171-8/+21
| | | | | Split scripting ui in the document properties dialog to have one tab for embedded scripts and one for external scripts. (bzr r10312)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-6/+6
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-13/+15
| | | (bzr r10067)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-17/+23
|\ | | | | (bzr r9945.1.1)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-2/+6
| | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-5/+5
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-8/+8
| | | | | | (bzr r9546.1.2)
* | 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)
* | Unified and cleaned up locating icc profiles, including adding missing OS X ↵Jon A. Cruz2010-10-181-41/+20
| | | | | | | | | | | | | | | | | | | | location. Fixes bug 494932, bug 494940 and bug 551162. Fixed bugs: - https://launchpad.net/bugs/494932 - https://launchpad.net/bugs/494940 - https://launchpad.net/bugs/551162 (bzr r9834)
* | i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-221-5/+2
|/ | | (bzr r9722)
* Makes the "Fit Page to Selection" margin options load from the opened file. ↵Alex Leone2010-06-011-0/+1
| | | | | | | | (Bug #499942) Fixed bugs: - https://launchpad.net/bugs/499942 (bzr r9462)
* Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-081-1/+1
| | | (bzr r8952)
* Document properties now treats lcms file load failures as non-fatal. Fixes ↵Jon A. Cruz2009-12-311-0/+1
| | | | | | | | bug #501782 Fixed bugs: - https://launchpad.net/bugs/501782 (bzr r8930)
* Updating to current trunkTed Gould2009-11-291-13/+41
|\ | | | | (bzr r8050.1.16)
| * Updated allowed icc-profile names to match recent grammars. Follow-up for ↵Jon A. Cruz2009-09-271-2/+2
| | | | | | | | | | bug #405143 (bzr r8656)
| * Sanitize profile names for valid XML ids. Modified patch that addresses bug ↵Jon A. Cruz2009-09-201-3/+38
| | | | | | | | | | #405143. (bzr r8619)
| * Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | | | | | | which cannot be fixed easily. (bzr r8422)
| * SPDocument->Documentjohnce2009-08-051-2/+2
| | | | | | (bzr r8408)