summaryrefslogtreecommitdiffstats
path: root/src/dialogs (follow)
Commit message (Expand)AuthorAgeFilesLines
* prevent self-induced firings of opacity-changed callback; fixes 1636968bulia byak2007-01-171-5/+2
* fix filter area clipping when blurring a squeezed objectbulia byak2007-01-161-1/+1
* patch 1632843bulia byak2007-01-111-1/+1
* Only evaluate stock markers if the inkscape:stockid tag is actuallyBryce Harrington2007-01-101-5/+7
* Small edits to copyright info.Johan B. C. Engelen2007-01-061-2/+3
* Special #ifdef win32 code to enable Dialogs on Top for windows. Note the remo...Johan B. C. Engelen2007-01-061-4/+21
* Fixed [ 1628085 ] PNG file not created/not recognized by WINXP, where the act...Johan B. C. Engelen2007-01-041-3/+34
* Fixed bug [ 1610103 ]: font-size px unit missing after font family changeJohan B. C. Engelen2007-01-021-2/+2
* Fix 1516933 (text stroke crash inkscape)gustav_b2006-12-311-0/+3
* Export dialog is now always shown in view (not outside of screen)Johan B. C. Engelen2006-12-281-10/+8
* Change Layer Dialog opacity to use percentage (0-100%) rather than 0..1 rangeJohn Bintz2006-12-232-9/+11
* Marker menus now display custom markers in a document that are presentBryce Harrington2006-12-071-46/+73
* Renaming sp-marker.* to marker.*Bryce Harrington2006-12-061-1/+1
* non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen2006-11-277-60/+77
* Documenting all routines in stroke-style.cppBryce Harrington2006-11-271-8/+111
* string fixes from bug 1516157bulia byak2006-11-191-1/+1
* add % to the blur/opacity labelsbulia byak2006-11-191-2/+2
* factor out retrieving export hints from selection and document; use that for ...bulia byak2006-11-131-54/+4
* fix crash reported by Vladimir Savicbulia byak2006-11-051-1/+1
* workaround for crash 1580903 and several other issues caused by GTK's brainde...bulia byak2006-10-262-1/+21
* fix crash: when closing a document, the selection we're passed as argument ma...bulia byak2006-10-241-1/+1
* fix calculating the blur radius, use the new APIbulia byak2006-10-231-5/+5
* simplify by using the new APIbulia byak2006-10-231-4/+1
* make blur slider a percentage; change opacity to 1..100 as well; ensure the f...bulia byak2006-10-202-16/+26
* undo annotationsbulia byak2006-10-1013-60/+64
* Add blurbulia byak2006-10-081-10/+89
* cleanup, use the new APIsbulia byak2006-10-071-72/+8
* simplify style-querying for blur radius; move Blur slider above Opacity, cleanupbulia byak2006-10-041-44/+38
* gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2006-08-261-10/+10
* Fixed a crash in modifying filter parameters in XML editor.Niko Kiirala2006-08-251-3/+1
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-2512-33/+33
* I peeled back my changes because of some deep error.Jon Phillips2006-08-253-42/+3
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-243-3/+42
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-2312-33/+33
* Object groups can be blurred. Blur slider updates when selection changes. Com...Hugo Rodrigues2006-08-201-22/+51
* Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe...Hugo Rodrigues2006-08-141-41/+51
* Added skeleton files for other filter primitives' SP-objects. Added blur slid...Hugo Rodrigues2006-08-021-0/+143
* switch to sigc++ SPObject signals for SPAttributeWidget and SPAttributeTableMenTaLguY2006-07-282-19/+40
* switch to sigc++ "release"MenTaLguY2006-07-271-4/+11
* factor native PNG export out of file.cpp in preparation for new export dialogBob Jamison2006-07-171-0/+2
* move filedialog to its new homeBob Jamison2006-07-123-1622/+0
* another attempt at #1502439, another example of ignoring NULL removedRalf Stephan2006-07-101-1/+4
* handle NULL return value, fixes crash when opening filechooser dialog (#1502439)Ralf Stephan2006-07-081-2/+5
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-2913-49/+98
* apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")Ralf Stephan2006-06-221-1/+1
* #include "config.h" tooRalf Stephan2006-06-191-0/+2
* enclose #include <libintl.h> with #ifdef HAVE_LIBINTL_HRalf Stephan2006-06-191-0/+2
* Allow "new layer" action when no layer selectedJon A. Cruz2006-06-051-3/+7
* comment cleanupJon A. Cruz2006-06-051-2/+2
* Fixing crash on layer delete undoJon A. Cruz2006-06-052-3/+8