summaryrefslogtreecommitdiffstats
path: root/src/dialogs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch by Adib for 431022. Appears safe, however, I am unable to test as it ↵Josh Andler2009-09-221-1/+1
| | | | | is/was a win32 issue only. (bzr r8631)
* absolutize user-entered path from doc locationbulia byak2009-08-211-19/+30
| | | (bzr r8514)
* fix 396851: move absolutizing relative path (added by Ted) out of ↵bulia byak2009-08-171-6/+22
| | | | | sp_export_png_file and make sure it works only for rel filenames from hints (both on command line and on batch export), but not for filenames specified on command line or in export dialog; reenable export-id with export-use-hints; fix errors in string comparisons when choosing command line mode; fix crash when opening nonexistent file in command line mode (bzr r8500)
* Cleanup (remove unused variable; use generic function to determine the file ↵Maximilian Albert2009-08-091-1/+1
| | | | | extension) (bzr r8455)
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-091-2/+1
| | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-063-17/+17
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-053-17/+17
| | | (bzr r8405)
* FIX 2922232 win32 dialogue for browse file on export-bitmap dialogue, also ↵theAdib2009-08-031-2/+53
| | | | | solved the case where filename is emphty (bzr r8399)
* Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be ↵Josh Andler2009-07-131-1/+1
| | | | | directly included now. (bzr r8278)
* - Fix bug #396322: "Spell checker crashes the OS X package"mjwybrow2009-07-071-23/+13
| | | | | | | | | | | - Include the aspell dictionary files in the app bundle. - Show an error if at least the en dictionary files are not available. - Replace the GtkOptionMenu (for selecting which dictionary to add extra words to) with a GtkComboBox since this one behaves correctly when it is insensitive. GtkOptionMenu is deprecated and the menu would appear when clicking on the insensitive widget and then could not be closed. (bzr r8224)
* Contextuals splits to differentiate nodes as XML elements from nodes as ↵Alexandre Prokoudine2009-06-091-2/+2
| | | | | parts of a Bezier curve (bzr r8033)
* with latest gtk, aggressive presenting the window after transientization is ↵bulia byak2009-06-051-1/+1
| | | | | not needed, and can even result in a freeze (bzr r8005)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-031-1/+3
| | | (bzr r7985)
* Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz2009-03-201-3/+1
| | | (bzr r7528)
* gtk adjustment fixJon A. Cruz2009-03-111-6/+6
| | | (bzr r7469)
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-2/+4
| | | (bzr r7380)
* support up to 3 languagesbulia byak2009-02-241-44/+254
| | | (bzr r7364)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-2132-9815/+39
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-23/+2
| | | | | rather than for every subdirectory. (bzr r7336)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-196-117/+113
| | | (bzr r7332)
* fix cursor placement logicbulia byak2009-02-181-4/+4
| | | (bzr r7323)
* Scale preview pixmap as needed and cache scaled version.Jon A. Cruz2009-02-182-1/+24
| | | (bzr r7318)
* Warning cleanup.Jon A. Cruz2009-02-181-35/+35
| | | (bzr r7317)
* spellcheckerbulia byak2009-02-173-0/+867
| | | (bzr r7311)
* Move app-specific logic and file operations up from the lower level.Jon A. Cruz2009-02-163-19/+36
| | | (bzr r7308)
* remove temporary prevention of retransientization - this hack was added long ↵bulia byak2009-02-141-26/+0
| | | | | ago when creating new windows was much faster than now, so by now it does more harm than good (bzr r7291)
* adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches2009-02-091-7/+19
| | | | | due to JonCruz considerations about the proper way of doing it. (bzr r7254)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-7/+7
| | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-1/+1
| | | | | suggested parentheses (bzr r7252)
* gcc warning cleanup:Felipe Corr??a da Silva Sanches2009-02-081-2/+2
| | | | | | warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement (bzr r7251)
* Warning cleanup.Jon A. Cruz2009-02-081-1/+1
| | | (bzr r7247)
* remove mnemonic which does not work anywaybulia byak2009-02-021-1/+1
| | | (bzr r7215)
* draw red X icon while dragging the "remove color" itemFelipe Corr??a da Silva Sanches2009-01-272-1/+18
| | | (bzr r7192)
* proper resizing of remove color buttonFelipe Corr??a da Silva Sanches2009-01-271-1/+1
| | | (bzr r7188)
* removing a g_warningFelipe Corr??a da Silva Sanches2009-01-261-1/+0
| | | (bzr r7179)
* add "remove color" ColorItem to the swatches dialogFelipe Corr??a da Silva Sanches2009-01-244-26/+63
| | | (bzr r7164)
* trying to fix the build for debian sid. It builds OK for me on Ubuntu 8.10 ↵Felipe Corr??a da Silva Sanches2009-01-161-0/+1
| | | | | | | but a Debian sid user has complained about it. So I am including explicitely the gtkexpander.h header. I hope it fixes the build for him. (bzr r7138)
* added interactivity attributes to the object properties dialog.Felipe Corr??a da Silva Sanches2009-01-151-1/+26
| | | | | | | | | | | If you want to test it, create a new document, draw something, select it, ctrl+shift+O, expand the Interactivity expander and set: onclick to window.location="http://xkcd.com" onmouseover to this.style.cursor="pointer" Save as Inkscape SVG (currently not working for Plain SVG) then open this SVG file in Firefox to see the result. (bzr r7136)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-1/+3
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-0/+1
| | | | | reduce linking stage command for windows. (bzr r7100)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-302-9/+0
| | | (bzr r7045)
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-1/+1
| | | | | | | | | | | | sp_item_i2doc_affine or sp_item_i2d_affine respectively * remove sp_root_bbox, root->c2p was considered in the wrong place there * in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root node, because <svg> node does not have a transform attribute * fix style scaling for boolean operations (with viewBox) * fix zoom to fit drawing (with viewBox) * fix export area size for "export drawing" (with viewBox) * fix simultaneous movement of clone + original (with viewBox) (bzr r7010)
* more 2geomificationJohan B. C. Engelen2008-12-051-2/+2
| | | (bzr r6956)
* small 2geomification of clone tile dialogJohan B. C. Engelen2008-11-271-24/+24
| | | (bzr r6911)
* Merge from fe-movedTed Gould2008-11-2149-1977/+404
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-311-7/+12
| | | (bzr r6887)
* From trunkTed Gould2008-10-2715-442/+402
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-116-29/+40
| | | (bzr r6884)
* release reprs properlybulia byak2008-09-201-0/+1
| | | (bzr r6855)
* by default, try square arrangement, not 1 row as beforebulia byak2008-09-191-5/+8
| | | (bzr r6847)