| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-03-27 | Remove unused code for NEW_EXPORT_DIALOG | Patrick Storz | 1 | -21/+0 | |
| Functionality seems to have been replaced by "Save a Copy" and the PNG export dialog respectively. | |||||
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -4/+2 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-10-01 | Use _WIN32 instead of WIN32 | Eduard Braun | 1 | -3/+3 | |
| The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2016-08-04 | Fix Win32 build | Alex Valavanis | 1 | -1/+5 | |
| Fixed bugs: - https://launchpad.net/bugs/1609572 (bzr r15037) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -5/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+5 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -5/+0 | |
| (bzr r15025) | |||||
| 2015-02-26 | Rename libgc/ => inkgc/ to reflect difference from Boehm GC | Liam P. White | 1 | -1/+1 | |
| (bzr r13950) | |||||
| 2015-02-25 | Isolate components of libgc | Liam P. White | 1 | -1/+1 | |
| (bzr r13946) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.16) | |||||
| 2014-09-07 | Update to experimental r13543 | Liam P. White | 1 | -1/+1 | |
| (bzr r13090.1.108) | |||||
| 2014-09-02 | Remove misleading dialogs directory | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.192) | |||||
| 2013-05-16 | Win32. More include fixes for glibmm 2.36 (file dialog). | Nicolas Dufour | 1 | -1/+1 | |
| (bzr r12337) | |||||
| 2013-03-26 | Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵ | Alex Valavanis | 1 | -0/+2 | |
| check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247) | |||||
| 2012-11-25 | Fix for 1036059 : Keyboard shortcut editor | John Smith | 1 | -0/+3 | |
| (bzr r11895) | |||||
| 2012-03-21 | Preferences. New desktop integration preference for Windows users ↵ | Nicolas Dufour | 1 | -2/+15 | |
| (native/gtk, see Bug #417365). Preferences. Fix for a bug with the preferences dialog when Show dialogs is set to true (always opens on the Selector page). Preferences. UI consistency fix (System information fields not correctly indented). This line and the following will be ignored -------------- modified: src/desktop.cpp src/preferences-skeleton.h src/ui/dialog/filedialog.cpp src/ui/dialog/inkscape-preferences.cpp src/ui/dialog/inkscape-preferences.h unknown: inkscape.el.1 inkscape.ja.1 inkscape.sk.1 inkscape.zh_TW.1 libtool ltmain.sh@ preferencesDialog.diff relink2.diff revert10761.diff rmbackups.sh doc/keys.gl.html doc/keys.pl.html packaging/win32/languages/.fr-xLpu9j/ share/icons/inkscape-trunk.svg share/icons/application/48x48/inkscape-trunk.png src/.libs/ src/libnr/ src/relink.cpp src/relink.h src/extension/dbus/wrapper/inkdbus.pc (bzr r11109) | |||||
| 2012-02-26 | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 1 | -1/+2 | |
| (bzr r11018) | |||||
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 1 | -2/+3 | |
| (bzr r10660) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 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) | |||||
| 2009-08-09 | Put #ifdefs around all code related to the so-called "new" ExportDialog ↵ | Maximilian Albert | 1 | -0/+4 | |
| (whatever that is) (bzr r8456) | |||||
| 2009-08-09 | Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵ | Maximilian Albert | 1 | -3/+3 | |
| remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454) | |||||
| 2009-08-07 | Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ↵ | Maximilian Albert | 1 | -6/+7 | |
| 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) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -5/+5 | |
| (bzr r6885) | |||||
| 2008-09-11 | First patch for Bug 209199: Update Win32 Save As dialog to include a Title ↵ | Jeff Schiller | 1 | -6/+12 | |
| 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) | |||||
| 2008-02-23 | Corrected Copyright years in file dialogs from 2007 -> 2008 | Joel Holdsworth | 1 | -1/+3 | |
| (bzr r4832) | |||||
| 2008-02-23 | Merged in Native File Dialogs for Windows Branch | Joel Holdsworth | 1 | -4/+99 | |
| (bzr r4830) | |||||
| 2007-08-19 | Separated the OCAL import and export dialogs into their own source file - ↵ | Joel Holdsworth | 1 | -35/+0 | |
| ocaldialogs.cpp and ocaldialogs.h (bzr r3511) | |||||
| 2007-08-16 | add import from ocal feature | Bruno Dilly | 1 | -0/+16 | |
| (bzr r3476) | |||||
| 2007-08-09 | changes export to ocal dialog | Bruno Dilly | 1 | -1/+20 | |
| (bzr r3435) | |||||
| 2007-08-01 | Renamed various classes: | Joel Holdsworth | 1 | -2/+2 | |
| FileDialogBase -> FileDialogBaseGtk FileOpenDialogImpl -> FileOpenDialogImplGtk FileSaveDialogImpl -> FileSaveDialogImplGtk FileExportDialog -> FileExportDialogImpl (bzr r3358) | |||||
| 2007-08-01 | Broken filedialog into filedialog and filedialogimpl-gtkmm in preparation ↵ | Joel Holdsworth | 1 | -2132/+3 | |
| for a Win32 implementation of the file dialogs (bzr r3356) | |||||
| 2007-07-28 | Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵ | Joel Holdsworth | 1 | -25/+35 | |
| they are correctly parented (bzr r3328) | |||||
| 2007-07-18 | make all-inkscape-files the default filter instead of all-images (do we need ↵ | bulia byak | 1 | -10/+9 | |
| that at all? MIME has some pretty strange notions of what is an image and what not) (bzr r3266) | |||||
| 2007-06-21 | Handle the case of gnome_vfs_init failing. (Fixes Debian bug ↵ | Peter Moulder | 1 | -9/+21 | |
| http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415640.) (bzr r3082) | |||||
| 2007-04-06 | Corrected case where extension would not be added for opened filetypes not ↵ | Jon A. Cruz | 1 | -6/+5 | |
| in default list (i.e. jpeg) (bzr r2830) | |||||
| 2007-03-25 | comment out debug | bulia byak | 1 | -1/+1 | |
| (bzr r2752) | |||||
| 2007-03-22 | More progress with preview and opening of files with non-ascii filenames. ↵ | Bob Jamison | 1 | -1/+5 | |
| Still crash on previewing file with an image. (bzr r2738) | |||||
| 2007-03-22 | use <errno.h> instead of assuming extern int | Bob Jamison | 1 | -1/+1 | |
| (bzr r2733) | |||||
| 2007-03-21 | Make sure there is a decl for "errno" | Bob Jamison | 1 | -5/+5 | |
| (bzr r2731) | |||||
| 2007-03-21 | Do some cleanup | Bob Jamison | 1 | -35/+48 | |
| (bzr r2728) | |||||
| 2007-03-18 | fix 64-bit issues with width of npos -- patch #1675697 from mellum | MenTaLguY | 1 | -1/+1 | |
| (Falk Hueffner) (bzr r2695) | |||||
| 2007-03-05 | Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview ↵ | Jon A. Cruz | 1 | -157/+120 | |
| on/off in filedialogs (bzr r2553) | |||||
| 2007-03-03 | Brought back checkbox and to also append filename upon "save" being hit | Jon A. Cruz | 1 | -45/+57 | |
| (bzr r2524) | |||||
| 2007-03-03 | i18n cleanup and adding extension in more cases | Jon A. Cruz | 1 | -13/+29 | |
| (bzr r2518) | |||||
| 2007-03-03 | Add the file extension even when the prior name has no extension already | Jon A. Cruz | 1 | -0/+3 | |
| (bzr r2515) | |||||
| 2007-03-03 | Speedup when switching types by avoiding setting to a directory we are ↵ | Jon A. Cruz | 1 | -1/+3 | |
| already set to (bzr r2514) | |||||
| 2007-03-02 | Switched from deferred extension appending to live extension swapping in the ↵ | Jon A. Cruz | 1 | -29/+86 | |
| dialog (bzr r2494) | |||||
