| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused code for NEW_EXPORT_DIALOG | Patrick Storz | 2019-03-27 | 1 | -143/+0 |
| | | | | | | Functionality seems to have been replaced by "Save a Copy" and the PNG export dialog respectively. | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 | ||||
| * | Replace typedef enum with enum in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -6/+6 |
| | | |||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Improve FileSave dialog | Marc Jeanmougin | 2018-01-07 | 1 | -1/+1 |
| | | |||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| * | Added new swatches dialog | Liam P. White | 2014-03-05 | 1 | -0/+1 |
| | | | | (bzr r13090.1.16) | ||||
| * | Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵ | Alex Valavanis | 2013-03-26 | 1 | -1/+2 |
| | | | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247) | ||||
| * | Fix for 1036059 : Keyboard shortcut editor | John Smith | 2012-11-25 | 1 | -0/+2 |
| | | | | (bzr r11895) | ||||
| * | Fix for 1023655 : Improvments to Embedded script UI | John Smith | 2012-07-15 | 1 | -1/+4 |
| | | | | (bzr r11549) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -1/+0 |
| | | | | (bzr r10940) | ||||
| * | Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵ | Nicolas Dufour | 2011-02-21 | 1 | -1/+2 |
| | | | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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) | ||||
| * | Put #ifdefs around all code related to the so-called "new" ExportDialog ↵ | Maximilian Albert | 2009-08-09 | 1 | -1/+4 |
| | | | | | | (whatever that is) (bzr r8456) | ||||
| * | Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵ | Maximilian Albert | 2009-08-09 | 1 | -1/+5 |
| | | | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454) | ||||
| * | Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ↵ | Maximilian Albert | 2009-08-07 | 1 | -1/+2 |
| | | | | | | dialogs and remember the last used file types in each case (closes LP #184655 and perhaps others; LP #386292 was fixed by the previous commit). (bzr r8432) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -7/+7 |
| | | | | (bzr r6885) | ||||
| * | First patch for Bug 209199: Update Win32 Save As dialog to include a Title ↵ | Jeff Schiller | 2008-09-11 | 1 | -19/+30 |
| | | | | | | edit box (and label). This edit box is sync'ed with the RDF and doc-level title and allows a user to edit the title prior to save. This patch does not update the GTK dialogs (that will be submitted in a subsequent patch). (bzr r6791) | ||||
| * | Corrected Copyright years in file dialogs from 2007 -> 2008 | Joel Holdsworth | 2008-02-23 | 1 | -1/+3 |
| | | | | (bzr r4832) | ||||
| * | Merged in Native File Dialogs for Windows Branch | Joel Holdsworth | 2008-02-23 | 1 | -22/+43 |
| | | | | (bzr r4830) | ||||
| * | Separated the OCAL import and export dialogs into their own source file - ↵ | Joel Holdsworth | 2007-08-19 | 1 | -117/+0 |
| | | | | | | ocaldialogs.cpp and ocaldialogs.h (bzr r3511) | ||||
| * | add import from ocal feature | Bruno Dilly | 2007-08-16 | 1 | -0/+53 |
| | | | | (bzr r3476) | ||||
| * | changes export to ocal dialog | Bruno Dilly | 2007-08-09 | 1 | -0/+64 |
| | | | | (bzr r3435) | ||||
| * | Broken filedialog into filedialog and filedialogimpl-gtkmm in preparation ↵ | Joel Holdsworth | 2007-08-01 | 1 | -1/+6 |
| | | | | | | for a Win32 implementation of the file dialogs (bzr r3356) | ||||
| * | Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵ | Joel Holdsworth | 2007-07-28 | 1 | -3/+6 |
| | | | | | | they are correctly parented (bzr r3328) | ||||
| * | Switched from deferred extension appending to live extension swapping in the ↵ | Jon A. Cruz | 2007-03-02 | 1 | -0/+2 |
| | | | | | | dialog (bzr r2494) | ||||
| * | Fixes path memory issues with the save dialog. (Closes: #1089414) | Kees Cook | 2006-10-01 | 1 | -0/+4 |
| | | | | (bzr r1747) | ||||
| * | I added Johan's badass patch for save a copy with the features I requested. | Jon Phillips | 2006-08-22 | 1 | -0/+6 |
| | | | | | | Now it all works quite well! Great! (bzr r1630) | ||||
| * | Add property getters to FileExportDialog | Bob Jamison | 2006-07-19 | 1 | -1/+79 |
| | | | | (bzr r1438) | ||||
| * | more string cleanup | Bob Jamison | 2006-07-16 | 1 | -14/+26 |
| | | | | (bzr r1422) | ||||
| * | clean up redundancies. add a placeholder for Export dialog | Bob Jamison | 2006-07-12 | 1 | -2/+67 |
| | | | | (bzr r1399) | ||||
| * | move filedialog to its new home | Bob Jamison | 2006-07-12 | 1 | -0/+172 |
| (bzr r1398) | |||||
