summaryrefslogtreecommitdiffstats
path: root/src/dialogs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* workaround for crash 1580903 and several other issues caused by GTK's ↵bulia byak2006-10-262-1/+21
| | | | | braindead behavior exposed by display interruptibility (bzr r1866)
* fix crash: when closing a document, the selection we're passed as argument ↵bulia byak2006-10-241-1/+1
| | | | | may be not the one of the active desktop, so use SP_ACTIVE_DESKTOP instead (bzr r1851)
* fix calculating the blur radius, use the new APIbulia byak2006-10-231-5/+5
| | | (bzr r1841)
* simplify by using the new APIbulia byak2006-10-231-4/+1
| | | (bzr r1840)
* make blur slider a percentage; change opacity to 1..100 as well; ensure the ↵bulia byak2006-10-202-16/+26
| | | | | filter margins are at least twice the blur radius (bzr r1817)
* undo annotationsbulia byak2006-10-1013-60/+64
| | | (bzr r1793)
* Add blurbulia byak2006-10-081-10/+89
| | | (bzr r1781)
* cleanup, use the new APIsbulia byak2006-10-071-72/+8
| | | (bzr r1776)
* simplify style-querying for blur radius; move Blur slider above Opacity, cleanupbulia byak2006-10-041-44/+38
| | | (bzr r1766)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-10/+10
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* Fixed a crash in modifying filter parameters in XML editor.Niko Kiirala2006-08-251-3/+1
| | | | | Fixed filters not appearing, when a file with filters is loaded. (bzr r1638)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-2512-33/+33
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* I peeled back my changes because of some deep error.Jon Phillips2006-08-253-42/+3
| | | (bzr r1636)
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-243-3/+42
| | | (bzr r1634)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-2312-33/+33
| | | | | one major janitorial task we identified.... (bzr r1633)
* Object groups can be blurred. Blur slider updates when selection changes. ↵Hugo Rodrigues2006-08-201-22/+51
| | | | | Comments added/fixed. (bzr r1622)
* Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues2006-08-141-41/+51
| | | | | Fixed sp-object-repr.cpp typos (bzr r1598)
* Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues2006-08-021-0/+143
| | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)
* switch to sigc++ SPObject signals for SPAttributeWidget and SPAttributeTableMenTaLguY2006-07-282-19/+40
| | | (bzr r1497)
* switch to sigc++ "release"MenTaLguY2006-07-271-4/+11
| | | (bzr r1489)
* factor native PNG export out of file.cpp in preparation for new export dialogBob Jamison2006-07-171-0/+2
| | | (bzr r1430)
* move filedialog to its new homeBob Jamison2006-07-123-1622/+0
| | | (bzr r1398)
* another attempt at #1502439, another example of ignoring NULL removedRalf Stephan2006-07-101-1/+4
| | | (bzr r1392)
* handle NULL return value, fixes crash when opening filechooser dialog (#1502439)Ralf Stephan2006-07-081-2/+5
| | | (bzr r1377)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-2913-49/+98
| | | (bzr r1315)
* apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")Ralf Stephan2006-06-221-1/+1
| | | (bzr r1262)
* #include "config.h" tooRalf Stephan2006-06-191-0/+2
| | | (bzr r1230)
* enclose #include <libintl.h> with #ifdef HAVE_LIBINTL_HRalf Stephan2006-06-191-0/+2
| | | (bzr r1228)
* Allow "new layer" action when no layer selectedJon A. Cruz2006-06-051-3/+7
| | | (bzr r1159)
* comment cleanupJon A. Cruz2006-06-051-2/+2
| | | (bzr r1157)
* Fixing crash on layer delete undoJon A. Cruz2006-06-052-3/+8
| | | (bzr r1156)
* Added opacity sliderJon A. Cruz2006-06-012-0/+67
| | | (bzr r1120)
* remove deprecation warningsBob Jamison2006-06-011-2/+2
| | | (bzr r1113)
* remove deprecation warningsBob Jamison2006-06-011-13/+20
| | | (bzr r1112)
* workaround assertion upon file revertJon A. Cruz2006-05-291-6/+9
| | | (bzr r1064)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-283-4/+7
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* Option to keep selection when changing layersJon A. Cruz2006-05-281-8/+2
| | | (bzr r1037)
* clicking toggles doesn't change selected layer.Jon A. Cruz2006-05-282-1/+87
| | | (bzr r1036)
* make button labels translatable, and use HButtonBox versus HBox for better ↵MenTaLguY2006-05-272-17/+22
| | | | | appearance (bzr r1025)
* Prevent layer name duplicationJon A. Cruz2006-05-272-5/+6
| | | (bzr r1024)
* patch from bug 1495755bulia byak2006-05-271-0/+3
| | | (bzr r1023)
* Clear old selection when changing layerJon A. Cruz2006-05-261-1/+7
| | | (bzr r1022)
* Fix compile warningJon A. Cruz2006-05-261-1/+1
| | | (bzr r1021)
* Flipped LCMS onJon A. Cruz2006-05-231-4/+6
| | | (bzr r981)
* Panel refactoringJon A. Cruz2006-05-233-5/+35
| | | (bzr r976)
* Removed panel menu unless requested. Fixes bug #1492597Jon A. Cruz2006-05-221-1/+1
| | | (bzr r940)
* * Make sure we don't read on NULL pointer instead of gobject instance in ↵Milosz Derezynski2006-05-221-0/+1
| | | | | text-edit.cpp:*_set_insensitive() (bzr r938)
* call GC::request_early_collection() after switching preview imagesMenTaLguY2006-05-211-2/+5
| | | (bzr r923)
* Adding notification when managed layers change.Jon A. Cruz2006-05-212-6/+30
| | | (bzr r917)
* * Set default font widget insensitive only if existsMilosz Derezynski2006-05-201-2/+3
| | | (bzr r904)