summaryrefslogtreecommitdiffstats
path: root/src/dialogs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak13-49/+98
2006-06-22apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")Ralf Stephan1-1/+1
2006-06-19#include "config.h" tooRalf Stephan1-0/+2
2006-06-19enclose #include <libintl.h> with #ifdef HAVE_LIBINTL_HRalf Stephan1-0/+2
2006-06-05Allow "new layer" action when no layer selectedJon A. Cruz1-3/+7
2006-06-05comment cleanupJon A. Cruz1-2/+2
2006-06-05Fixing crash on layer delete undoJon A. Cruz2-3/+8
2006-06-01Added opacity sliderJon A. Cruz2-0/+67
2006-06-01remove deprecation warningsBob Jamison1-2/+2
2006-06-01remove deprecation warningsBob Jamison1-13/+20
2006-05-29workaround assertion upon file revertJon A. Cruz1-6/+9
2006-05-28replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY3-4/+7
2006-05-28Option to keep selection when changing layersJon A. Cruz1-8/+2
2006-05-28clicking toggles doesn't change selected layer.Jon A. Cruz2-1/+87
2006-05-27make button labels translatable, and use HButtonBox versus HBox for better ap...MenTaLguY2-17/+22
2006-05-27Prevent layer name duplicationJon A. Cruz2-5/+6
2006-05-27patch from bug 1495755bulia byak1-0/+3
2006-05-26Clear old selection when changing layerJon A. Cruz1-1/+7
2006-05-26Fix compile warningJon A. Cruz1-1/+1
2006-05-23Flipped LCMS onJon A. Cruz1-4/+6
2006-05-23Panel refactoringJon A. Cruz3-5/+35
2006-05-22Removed panel menu unless requested. Fixes bug #1492597Jon A. Cruz1-1/+1
2006-05-22* Make sure we don't read on NULL pointer instead of gobject instance in text...Milosz Derezynski1-0/+1
2006-05-21call GC::request_early_collection() after switching preview imagesMenTaLguY1-2/+5
2006-05-21Adding notification when managed layers change.Jon A. Cruz2-6/+30
2006-05-20* Set default font widget insensitive only if existsMilosz Derezynski1-2/+3