| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Preserve current zoom and view for reverted documents | Maximilian Albert | 2007-09-11 | 1 | -0/+9 |
| | | | | (bzr r3724) | ||||
| * | small fix in export to ocal gnome_vfs function calls | Bruno Dilly | 2007-08-20 | 1 | -6/+1 |
| | | | | (bzr r3554) | ||||
| * | merge of dialog and impl classes of ocaldialogs | Bruno Dilly | 2007-08-20 | 1 | -4/+4 |
| | | | | (bzr r3546) | ||||
| * | search and reset buttons added to ocal related features. fixed signals in ↵ | Bruno Dilly | 2007-08-20 | 1 | -22/+13 |
| | | | | | | import from ocal dialog. (bzr r3544) | ||||
| * | Removed left-in debug stuff which caused frenzy | miklosh | 2007-08-19 | 1 | -3/+1 |
| | | | | (bzr r3539) | ||||
| * | Relocated the code that adds a link to the example folder inside from ↵ | Joel Holdsworth | 2007-08-19 | 1 | -4/+0 |
| | | | | | | file.cpp to filedialogimpl-gtkmm.cpp (bzr r3525) | ||||
| * | fixing the ocal dialogs bug | Bruno Dilly | 2007-08-19 | 1 | -8/+29 |
| | | | | (bzr r3518) | ||||
| * | few changes in import from ocal dialog | Bruno Dilly | 2007-08-18 | 1 | -1/+1 |
| | | | | (bzr r3502) | ||||
| * | fixing export to ocal uri | Bruno Dilly | 2007-08-17 | 1 | -0/+1 |
| | | | | (bzr r3487) | ||||
| * | add import from ocal feature | Bruno Dilly | 2007-08-16 | 1 | -63/+50 |
| | | | | (bzr r3476) | ||||
| * | changes export to ocal dialog | Bruno Dilly | 2007-08-09 | 1 | -6/+3 |
| | | | | (bzr r3435) | ||||
| * | prevent file_save_remote to break build on system without GNOME_VFS | Adib Taraben | 2007-08-08 | 1 | -2/+6 |
| | | | | (bzr r3426) | ||||
| * | export to ocal bug fix | Bruno Dilly | 2007-08-08 | 1 | -17/+38 |
| | | | | (bzr r3418) | ||||
| * | adds export to ocal feature without dialog window | Bruno Dilly | 2007-08-06 | 1 | -0/+268 |
| | | | | (bzr r3398) | ||||
| * | Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵ | Joel Holdsworth | 2007-07-28 | 1 | -16/+20 |
| | | | | | | they are correctly parented (bzr r3328) | ||||
| * | some people reported crashes when adding nonexisting dirs to dialog - though ↵ | bulia byak | 2007-04-06 | 1 | -2/+6 |
| | | | | | | it did not crash for me (bzr r2825) | ||||
| * | allow easy access to templates profile dir from save dialog | bulia byak | 2007-04-01 | 1 | -0/+5 |
| | | | | (bzr r2797) | ||||
| * | allow easy access to our examples folder from Open dialog | bulia byak | 2007-03-30 | 1 | -0/+3 |
| | | | | (bzr r2786) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -3/+4 |
| | | | | (bzr r2723) | ||||
| * | format string protection/clean up (CVE-2007-1463, CVE-2007-1464) | Kees Cook | 2007-03-20 | 1 | -2/+2 |
| | | | | (bzr r2720) | ||||
| * | add fixupHrefs right after import, so that images get correct relative ↵ | bulia byak | 2007-03-11 | 1 | -0/+3 |
| | | | | | | xlink:href at once and not only after save as before (fixes 1267081) (bzr r2609) | ||||
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 1 | -2/+5 |
| | | | | | | recent bbox regressions. (bzr r2604) | ||||
| * | Switched from deferred extension appending to live extension swapping in the ↵ | Jon A. Cruz | 2007-03-02 | 1 | -21/+20 |
| | | | | | | dialog (bzr r2494) | ||||
| * | dead code removal | MenTaLguY | 2007-02-26 | 1 | -11/+0 |
| | | | | (bzr r2443) | ||||
| * | Reverting patch | Bryce Harrington | 2007-02-04 | 1 | -4/+1 |
| | | | | (bzr r2328) | ||||
| * | Patch from Debian bug tracker from Daniel Kahn Gillmor | Bryce Harrington | 2007-02-04 | 1 | -1/+4 |
| | | | | | | | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343840 Allows individual users to keep their preferred default template in ~/.inkscape/templates/default.svg. This allows them to keep custom page settings, etc. locally. (bzr r2327) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -1/+2 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | display 'Saving document...' visible when saving takes a long time | bulia byak | 2007-01-17 | 1 | -0/+4 |
| | | | | (bzr r2233) | ||||
| * | separate updating window from updating layers | bulia byak | 2006-11-18 | 1 | -2/+2 |
| | | | | (bzr r1984) | ||||
| * | undo annotations | bulia byak | 2006-10-05 | 1 | -2/+2 |
| | | | | (bzr r1768) | ||||
| * | Fixes path memory issues with the save dialog. (Closes: #1089414) | Kees Cook | 2006-10-01 | 1 | -2/+5 |
| | | | | (bzr r1747) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -3/+3 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -3/+3 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | I added Johan's badass patch for save a copy with the features I requested. | Jon Phillips | 2006-08-22 | 1 | -3/+11 |
| | | | | | | Now it all works quite well! Great! (bzr r1630) | ||||
| * | I added a key configuration for this command, changed a variable name and ↵ | Jon Phillips | 2006-08-22 | 1 | -3/+3 |
| | | | | | | added the patch's author to the AUTHORS file.... (bzr r1629) | ||||
| * | Committed a great patch which adds a Save A Copy menu function. This is the ↵ | Jon Phillips | 2006-08-22 | 1 | -11/+28 |
| | | | | | | first gloss of this patch...I will add more stuff to it shortly... (bzr r1628) | ||||
| * | Fix a null pointer bug I made myself. Sorry. | Bob Jamison | 2006-07-24 | 1 | -2/+5 |
| | | | | (bzr r1469) | ||||
| * | factor native PNG export out of file.cpp in preparation for new export dialog | Bob Jamison | 2006-07-17 | 1 | -174/+108 |
| | | | | (bzr r1430) | ||||
| * | more string cleanup | Bob Jamison | 2006-07-16 | 1 | -261/+166 |
| | | | | (bzr r1423) | ||||
| * | move filedialog to its new home | Bob Jamison | 2006-07-12 | 1 | -10/+10 |
| | | | | (bzr r1398) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -2/+4 |
| | | | | (bzr r1315) | ||||
| * | manually merging the INKBOARD_PEDRO branch into trunk | daleharvey | 2006-06-23 | 1 | -3/+0 |
| | | | | (bzr r1268) | ||||
| * | apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export") | Ralf Stephan | 2006-06-22 | 1 | -3/+3 |
| | | | | (bzr r1262) | ||||
| * | replace nr_new() with g_new(), and try to converge on using the glib ↵ | MenTaLguY | 2006-05-28 | 1 | -2/+3 |
| | | | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -4/+4 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | ensure document up-to-date if it's being loaded into a virgin desktop | bulia byak | 2006-03-17 | 1 | -0/+2 |
| | | | | (bzr r258) | ||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -6/+6 |
| | | | | (bzr r149) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+1337 |
| (bzr r1) | |||||
