Code

added forward decl to fixed_g_ascii_strtod to fix compiler issue on WinXP
[inkscape.git] / src / dialogs /
2007-02-12 buliabyakfix 1658088
2007-02-12 buliabyakbatch export checkbox
2007-02-11 buliabyakfix warning
2007-02-11 kidprotoAdded gnome-vfs patch by Ed Catmur so we can save/open...
2007-01-25 buliabyakcomment for the future
2007-01-25 buliabyaklisten to subselection-changed signal to reflect gradie...
2007-01-24 buliabyakpatch 1642531
2007-01-21 keescookreplacing sp_repr_new*
2007-01-21 mentalstart switching sp_repr_new* over to XML::Document...
2007-01-17 buliabyakprevent self-induced firings of opacity-changed callbac...
2007-01-16 buliabyakfix filter area clipping when blurring a squeezed object
2007-01-11 buliabyakpatch 1632843
2007-01-10 bryceOnly evaluate stock markers if the inkscape:stockid...
2007-01-06 johanengelenSmall edits to copyright info.
2007-01-06 johanengelenSpecial #ifdef win32 code to enable Dialogs on Top...
2007-01-04 johanengelenFixed [ 1628085 ] PNG file not created/not recognized...
2007-01-02 johanengelenFixed bug [ 1610103 ]: font-size px unit missing after...
2006-12-31 gustav_bFix 1516933 (text stroke crash inkscape)
2006-12-28 johanengelenExport dialog is now always shown in view (not outside...
2006-12-23 johncoswellChange Layer Dialog opacity to use percentage (0-100...
2006-12-07 bryceMarker menus now display custom markers in a document...
2006-12-06 bryceRenaming sp-marker.* to marker.*
2006-11-27 johanengelennon-gtkmm dialogs are now always opened ON-screen
2006-11-27 bryceDocumenting all routines in stroke-style.cpp
2006-11-19 buliabyakstring fixes from bug 1516157
2006-11-19 buliabyakadd % to the blur/opacity labels
2006-11-13 buliabyakfactor out retrieving export hints from selection and...
2006-11-05 buliabyakfix crash reported by Vladimir Savic
2006-10-26 buliabyakworkaround for crash 1580903 and several other issues...
2006-10-24 buliabyakfix crash: when closing a document, the selection we...
2006-10-23 buliabyakfix calculating the blur radius, use the new API
2006-10-23 buliabyaksimplify by using the new API
2006-10-20 buliabyakmake blur slider a percentage; change opacity to 1...
2006-10-10 buliabyakundo annotations
2006-10-08 buliabyakAdd blur
2006-10-07 buliabyakcleanup, use the new APIs
2006-10-04 buliabyaksimplify style-querying for blur radius; move Blur...
2006-08-26 mgsloangboolean -> bool conversion commit 1. Modifies code...
2006-08-25 kiiralaFixed a crash in modifying filter parameters in XML...
2006-08-25 kidprotopeeled back the gboolean code as it hit on some complex...
2006-08-25 kidprotoI peeled back my changes because of some deep error.
2006-08-24 kidprotoCleaned up more of the gboolean to bool janitorial...
2006-08-23 kidprotoOk, committed msgloan's patch to convert gbooleans...
2006-08-20 haa_rodriguesObject groups can be blurred. Blur slider updates when...
2006-08-14 haa_rodriguesWork on filters. spFilterPrimitive structure added...
2006-08-02 haa_rodriguesAdded skeleton files for other filter primitives' SP...
2006-07-28 mentalswitch to sigc++ SPObject signals for SPAttributeWidget...
2006-07-27 mentalswitch to sigc++ "release"
2006-07-17 ishmalfactor native PNG export out of file.cpp in preparation...
2006-07-12 ishmalmove filedialog to its new home
2006-07-10 rwstanother attempt at #1502439, another example of ignorin...
2006-07-08 rwsthandle NULL return value, fixes crash when opening...
2006-06-29 buliabyakpatch from Gustav Broberg: undo annotations and history...
2006-06-22 rwstapply patch 1498946 by zbsz (fixes #1492545 "PNG resolu...
2006-06-19 rwst#include "config.h" too
2006-06-19 rwstenclose #include <libintl.h> with #ifdef HAVE_LIBINTL_H
2006-06-05 joncruzAllow "new layer" action when no layer selected
2006-06-05 joncruzcomment cleanup
2006-06-05 joncruzFixing crash on layer delete undo
2006-06-01 joncruzAdded opacity slider
2006-06-01 ishmalremove deprecation warnings
2006-06-01 ishmalremove deprecation warnings
2006-05-29 joncruzworkaround assertion upon file revert
2006-05-28 mentalreplace nr_new() with g_new(), and try to converge...
2006-05-28 joncruzOption to keep selection when changing layers
2006-05-28 joncruzclicking toggles doesn't change selected layer.
2006-05-27 mentalmake button labels translatable, and use HButtonBox...
2006-05-27 joncruzPrevent layer name duplication
2006-05-27 buliabyakpatch from bug 1495755
2006-05-26 joncruzClear old selection when changing layer
2006-05-26 joncruzFix compile warning
2006-05-23 joncruzFlipped LCMS on
2006-05-23 joncruzPanel refactoring
2006-05-22 joncruzRemoved panel menu unless requested. Fixes bug #1492597
2006-05-22 mderezynski* Make sure we don't read on NULL pointer instead of...
2006-05-21 mentalcall GC::request_early_collection() after switching...
2006-05-21 joncruzAdding notification when managed layers change.
2006-05-20 mderezynski* Set default font widget insensitive only if exists
2006-05-20 joncruzChangled dialog from checkboxes to icons for visible...
2006-05-20 mderezynski* Don't block when setting a font trough the GtkEntry
2006-05-19 rwstreplace Gtk::Stock::DIRECTORY with Gtk::Stock::INDEX...
2006-05-19 joncruzSelection and event handling cleanup. Added deeper...
2006-05-18 joncruzstop structure rebuilds on change of selected layer...
2006-05-18 keescookFixed localization for metadata license selector.
2006-05-18 mderezynski* First implementation step of the text toolbox
2006-05-17 mderezynski* Fix build for gcc 4.x (Remove additional class name...
2006-05-17 joncruzFlipped top/bottom in layers UI to reflect visible...
2006-05-17 joncruzSwitched icons to stock generic.
2006-05-17 mjwybrow * src/dialogs/layers-panel.cpp: Compile fix from...
2006-05-15 joncruzBase implementation of a layers dialog.
2006-05-09 buliabyakpartial GTKmmfication and HIGification by Jonathon...
2006-05-02 gouldtj r11667@tres: ted | 2006-05-01 22:48:49 -0700
2006-05-02 gouldtj(no commit message)
2006-05-01 knutuxGuideline dialog UI improvents (gtk table instead of...
2006-04-30 kidprotoupdated cc licenses to 2.5
2006-04-28 knutuxBug 1478136 fix - "foo2" was shown instead of guideline...
2006-04-28 knutuxConverting guideline properties dialog to gtkmm (first...
2006-04-28 verbalshadowAdded CREATE v0.1 support for gradients/swatches/patterns
2006-04-27 buliabyakexpand the range of dpi to fix 1476741
2006-04-20 rwsttry to make license strings translatable (#1473186)
next