| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | i18n. Adding some context tags (disambiguation). | Nicolas Dufour | 2012-04-11 | 1 | -1/+1 | |
| | | | | (bzr r11224) | |||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -0/+7 | |
| | | | | (bzr r11018) | |||||
| * | Lots of gtkmm deprecation fixes | Alex Valavanis | 2012-02-11 | 1 | -0/+8 | |
| | | | | (bzr r10957) | |||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -0/+2 | |
| | | | | (bzr r10940) | |||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -3/+3 | |
| | | | | (bzr r10681) | |||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 | |
| | | | | (bzr r10660) | |||||
| * | Prevent creation of preview images if 'Enable preview' is not enabled. Fixes ↵ | Jon A. Cruz | 2011-08-14 | 1 | -5/+10 | |
| | | | | | | | | | bug #826027. Fixed bugs: - https://launchpad.net/bugs/826027 (bzr r10541) | |||||
| * | Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵ | Nicolas Dufour | 2011-02-21 | 1 | -103/+121 | |
| | | | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062) | |||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -6/+7 | |
| |\ | | | | | (bzr r9945.1.1) | |||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+2 | |
| | | | | | | | (bzr r9546.1.2) | |||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -6/+6 | |
| | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | |||||
| * | | 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) | |||||
| * | Changed default font from Bitstream Vera Sans to Sans. Not | Tavmjong Bah | 2010-04-14 | 1 | -4/+4 | |
| | | | | | | | everyone has Bitstream Vera Sans and having a non-existant default font can cause problems. (bzr r9328) | |||||
| * | File preview max size increased to 10Mio. | Nicolas Dufour | 2010-02-13 | 1 | -1/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/499310 (bzr r9086) | |||||
| * | Put #ifdefs around all code related to the so-called "new" ExportDialog ↵ | Maximilian Albert | 2009-08-09 | 1 | -0/+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 | -11/+7 | |
| | | | | | | 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 | -8/+22 | |
| | | | | | | 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) | |||||
| * | Fix buglet: In the Save dialog the file extension should be automatically ↵ | Maximilian Albert | 2009-08-07 | 1 | -1/+2 | |
| | | | | | | updated when it is changed from the dropdown box. (bzr r8431) | |||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -3/+3 | |
| | | | | | | which cannot be fixed easily. (bzr r8422) | |||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -3/+3 | |
| | | | | (bzr r8408) | |||||
| * | add All Vectors and All Bitmaps filters (todo: port this to the win32 dialog) | bulia byak | 2009-02-06 | 1 | -0/+33 | |
| | | | | (bzr r7238) | |||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -30/+27 | |
| | | | | (bzr r6885) | |||||
| * | First patch for Bug 209199: Update Win32 Save As dialog to include a Title ↵ | Jeff Schiller | 2008-09-11 | 1 | -1/+4 | |
| | | | | | | 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) | |||||
| * | this hack does not seem to be needed with modern gtk, and it prevents ↵ | bulia byak | 2008-05-24 | 1 | -4/+0 | |
| | | | | | | remembering of last-browsed directory from working (bzr r5750) | |||||
| * | Only add to favorites if path is absolute | Jon A. Cruz | 2008-02-24 | 1 | -14/+21 | |
| | | | | (bzr r4840) | |||||
| * | Corrected Copyright years in file dialogs from 2007 -> 2008 | Joel Holdsworth | 2008-02-23 | 1 | -1/+1 | |
| | | | | (bzr r4832) | |||||
| * | Merged in Native File Dialogs for Windows Branch | Joel Holdsworth | 2008-02-23 | 1 | -92/+26 | |
| | | | | (bzr r4830) | |||||
| * | further work on the gtkmm exception problems in the file ↵ | Johan B. C. Engelen | 2007-11-18 | 1 | -2/+7 | |
| | | | | | | dialog/filedialogimpl-gtkmm.cpp (bzr r4106) | |||||
| * | Fix exception catching, to allow polymorphism. Note to all: always catch by ↵ | Johan B. C. Engelen | 2007-11-17 | 1 | -2/+2 | |
| | | | | | | reference! 17.7 of C++FAQlite (bzr r4099) | |||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 1 | -10/+10 | |
| | | | | (bzr r4043) | |||||
| * | attempt at fixing [ 1679218 ] open/import clicking on a 0 byte image results ↵ | Johan B. C. Engelen | 2007-11-08 | 1 | -1/+15 | |
| | | | | | | in a crash; but for some reason, exception catching does not work... (bzr r4042) | |||||
| * | trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp. | Peter Moulder | 2007-10-11 | 1 | -1624/+1624 | |
| | | | | (bzr r3883) | |||||
| * | Relocated the code that adds a link to the example folder inside from ↵ | Joel Holdsworth | 2007-08-19 | 1 | -3/+13 | |
| | | | | | | file.cpp to filedialogimpl-gtkmm.cpp (bzr r3525) | |||||
| * | Separated the OCAL import and export dialogs into their own source file - ↵ | Joel Holdsworth | 2007-08-19 | 1 | -691/+4 | |
| | | | | | | ocaldialogs.cpp and ocaldialogs.h (bzr r3511) | |||||
| * | few changes in import from ocal dialog | Bruno Dilly | 2007-08-18 | 1 | -1/+3 | |
| | | | | (bzr r3502) | |||||
| * | add import from ocal feature | Bruno Dilly | 2007-08-16 | 1 | -4/+369 | |
| | | | | (bzr r3476) | |||||
| * | Fix for bug #1752113; added set_preview_widget_active(false) to ↵ | gorodish | 2007-08-14 | 1 | -24/+25 | |
| | | | | | | FileSaveDialogImplGtk::show(). This avoids the crash when the dialog is deleted. (bzr r3471) | |||||
| * | capitalization | bulia byak | 2007-08-10 | 1 | -1/+1 | |
| | | | | (bzr r3446) | |||||
| * | changes export to ocal dialog | Bruno Dilly | 2007-08-09 | 1 | -0/+305 | |
| | | | | (bzr r3435) | |||||
| * | fix compile | bulia byak | 2007-08-02 | 1 | -1/+1 | |
| | | | | (bzr r3360) | |||||
| * | Renamed various classes: | Joel Holdsworth | 2007-08-01 | 1 | -30/+30 | |
| | | | | | | | | | FileDialogBase -> FileDialogBaseGtk FileOpenDialogImpl -> FileOpenDialogImplGtk FileSaveDialogImpl -> FileSaveDialogImplGtk FileExportDialog -> FileExportDialogImpl (bzr r3358) | |||||
| * | These files were separated out from filedialog.cpp and filedialog.h, so to ↵ | Joel Holdsworth | 2007-08-01 | 1 | -0/+1628 | |
| facilitate a Win32 verion of these impls (bzr r3357) | ||||||
