summaryrefslogtreecommitdiffstats
path: root/src/dialogs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-02-11fix warningbulia byak1-1/+1
2007-02-11Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-localJon Phillips1-0/+4
2007-01-25comment for the futurebulia byak1-0/+2
2007-01-25listen to subselection-changed signal to reflect gradient stop opacitiesbulia byak1-0/+1
2007-01-24patch 1642531bulia byak1-1/+1
2007-01-21replacing sp_repr_new*Kees Cook2-30/+51
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY3-4/+6
2007-01-17prevent self-induced firings of opacity-changed callback; fixes 1636968bulia byak1-5/+2
2007-01-16fix filter area clipping when blurring a squeezed objectbulia byak1-1/+1
2007-01-11patch 1632843bulia byak1-1/+1
2007-01-10Only evaluate stock markers if the inkscape:stockid tag is actuallyBryce Harrington1-5/+7
2007-01-06Small edits to copyright info.Johan B. C. Engelen1-2/+3
2007-01-06Special #ifdef win32 code to enable Dialogs on Top for windows. Note the remo...Johan B. C. Engelen1-4/+21
2007-01-04Fixed [ 1628085 ] PNG file not created/not recognized by WINXP, where the act...Johan B. C. Engelen1-3/+34
2007-01-02Fixed bug [ 1610103 ]: font-size px unit missing after font family changeJohan B. C. Engelen1-2/+2
2006-12-31Fix 1516933 (text stroke crash inkscape)gustav_b1-0/+3
2006-12-28Export dialog is now always shown in view (not outside of screen)Johan B. C. Engelen1-10/+8
2006-12-23Change Layer Dialog opacity to use percentage (0-100%) rather than 0..1 rangeJohn Bintz2-9/+11
2006-12-07Marker menus now display custom markers in a document that are presentBryce Harrington1-46/+73
2006-12-06Renaming sp-marker.* to marker.*Bryce Harrington1-1/+1
2006-11-27non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen7-60/+77
2006-11-27Documenting all routines in stroke-style.cppBryce Harrington1-8/+111
2006-11-19string fixes from bug 1516157bulia byak1-1/+1
2006-11-19add % to the blur/opacity labelsbulia byak1-2/+2
2006-11-13factor out retrieving export hints from selection and document; use that for ...bulia byak1-54/+4
2006-11-05fix crash reported by Vladimir Savicbulia byak1-1/+1
2006-10-26workaround for crash 1580903 and several other issues caused by GTK's brainde...bulia byak2-1/+21
2006-10-24fix crash: when closing a document, the selection we're passed as argument ma...bulia byak1-1/+1
2006-10-23fix calculating the blur radius, use the new APIbulia byak1-5/+5
2006-10-23simplify by using the new APIbulia byak1-4/+1
2006-10-20make blur slider a percentage; change opacity to 1..100 as well; ensure the f...bulia byak2-16/+26
2006-10-10undo annotationsbulia byak13-60/+64
2006-10-08Add blurbulia byak1-10/+89
2006-10-07cleanup, use the new APIsbulia byak1-72/+8
2006-10-04simplify style-querying for blur radius; move Blur slider above Opacity, cleanupbulia byak1-44/+38
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan1-10/+10
2006-08-25Fixed a crash in modifying filter parameters in XML editor.Niko Kiirala1-3/+1
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips12-33/+33
2006-08-25I peeled back my changes because of some deep error.Jon Phillips3-42/+3
2006-08-24Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips3-3/+42
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips12-33/+33
2006-08-20Object groups can be blurred. Blur slider updates when selection changes. Com...Hugo Rodrigues1-22/+51
2006-08-14Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe...Hugo Rodrigues1-41/+51
2006-08-02Added skeleton files for other filter primitives' SP-objects. Added blur slid...Hugo Rodrigues1-0/+143
2006-07-28switch to sigc++ SPObject signals for SPAttributeWidget and SPAttributeTableMenTaLguY2-19/+40
2006-07-27switch to sigc++ "release"MenTaLguY1-4/+11
2006-07-17factor native PNG export out of file.cpp in preparation for new export dialogBob Jamison1-0/+2
2006-07-12move filedialog to its new homeBob Jamison3-1622/+0
2006-07-10another attempt at #1502439, another example of ignoring NULL removedRalf Stephan1-1/+4
2006-07-08handle NULL return value, fixes crash when opening filechooser dialog (#1502439)Ralf Stephan1-2/+5