Code

Split data mode apart from UI and added button trackers
[inkscape.git] / src / ui / widget /
2008-02-28 mfloryanReworked swatches context menu slightly to make it...
2008-02-28 joncruzWhitespace & misc cleanup
2008-02-27 scislacadded randomize icon, cleaned defs in icons.svg, and...
2008-02-27 johanengelenConvert remaining old RegisteredWdg's to RegisteredWidg...
2008-02-22 joncruzReducing size of pop-up menu trigger
2008-02-22 joncruzWarning cleanup
2008-02-21 jucabluesdefault values for checkbutton, colorbutton, dualspinbu...
2008-02-21 joncruzInitial implementation of non-square swatches
2008-02-21 joncruzWarning cleanup
2008-02-21 jucablues* add tooltips to spinsliders, spinbuttons and combobox...
2008-02-20 mfloryanFixed an issue with the use of Q_ macro as introduced...
2008-02-20 joncruzDecoupled swatch sizes from icon sizes
2008-02-20 prokoudineyet another contextual split
2008-02-19 jucabluesinitialize default value to zero when it is not provide...
2008-02-19 jucablues* use enums to deal with displacementmap channel selectors
2008-02-19 joncruzNew submenu for tuning swatch appearance
2008-02-18 joncruzFixing preview/swatch sizes.
2008-02-17 buliabyakfix sticking in rotation mode after click (correct...
2008-02-17 buliabyakfix sticking in rotation mode after click
2008-02-15 JucaBluesfix for bug #184671 (Filter effects properties not...
2008-02-11 luca_bruno * Missing localization for Reset preferences button
2008-01-31 bryceApplying fixes for gcc 4.3 build issues (closes LP...
2008-01-26 johanengelengray out widgets when grid is disabled.
2008-01-17 nicholasbishopHide the Image filter effect primitive from the filter...
2008-01-17 gustav_bRegisteredColorPicker is now subclassed from Registered...
2008-01-16 johanengelenremove unnecessary cast + cosmetic changes.
2008-01-16 johanengelenRegisteredEnum is now subclassed from RegisteredWidget...
2008-01-16 johanengelenRegisteredScalar subclassed from RegisteredWidget<Scala...
2008-01-16 johanengelenNo need to use pointers for the widgets of document...
2008-01-16 gouldtj r17673@shi: ted | 2008-01-15 23:01:59 -0800
2008-01-16 gouldtj r17645@shi: ted | 2008-01-14 22:05:15 -0800
2008-01-15 johanengelenRegisteredCheckbutton is now subclassed from Registered...
2008-01-15 johanengelenRegisteredWidget has been renamed to RegisteredWdg...
2008-01-15 mentalstop toggling insensitive state for modification flag...
2008-01-15 mentalabstract use of sodipodi:modified
2008-01-01 mentalmake blend versus blur more configurable on a case...
2008-01-01 mentalfix update on layer switch and work around some blur...
2008-01-01 mentalseparate blend history for objects versus layers
2008-01-01 mentalfirst crack at enabling blend for layers dialog
2008-01-01 mentalabstraction for style widget subjects
2008-01-01 mentalfactor filter and opacity controls into separate metawidget
2007-12-30 bryceSet teeth selector in lpe-gears to an integer value...
2007-12-30 keescookbeautify rendering options tab
2007-12-29 keescookclean up print dialog for better integration with gtkmm
2007-12-19 johanengelenguides: switch from using one position coordinate to...
2007-12-17 dvlierop2Renaming captions and labels in snapping preferences...
2007-12-16 johanengelenstart of getting angled guidelines.
2007-12-16 johanengelenadd default unit to grid preferences.
2007-12-14 johanengelenAdd default grid settings to Inkscape preferences.
2007-12-11 gouldtj r17226@mini-emma: ted | 2007-12-10 20:24:40 -0800
2007-12-10 keescookImplement cross-architecture print dialog using cairo...
2007-12-07 gustav_bRework dialog management. Use singleton behavior for...
2007-12-01 joncruzWarning cleanup (including OFFSET_OF warning)
2007-11-28 johanengelenRemove debug messages
2007-11-23 johanengelenFix [ 1835591 ] Reproducible crash on opening the attac...
2007-11-22 gustav_bThe dialog to panel refactoring:
2007-11-18 johanengelenFix bug [ 1685684 ] Document Properties: Grid number...
2007-11-11 luca_bruno * typo fixed
2007-11-11 joncruzMinor cleanup
2007-11-10 joncruzWarning cleanup
2007-11-08 joncruzwarning cleanup
2007-11-02 joncruzwarning cleanup
2007-10-31 prokoudinemarked three messages from color gestures for translation
2007-10-30 buliabyakadd alt dragging for no change mode
2007-10-25 buliabyakpunctuation
2007-10-25 gustav_bDockable dialogs: Allow in-dock dialogs to be expanded...
2007-10-24 buliabyakchange cursor for color gestures
2007-10-24 buliabyakwhitespace
2007-10-24 buliabyakenable color gestures for fill and stroke
2007-10-24 buliabyaknew class for widgets adjustable by rotation-like gestures
2007-10-19 johanengelenFix RegisteredWidgets. Due to rev 16265, widgets were...
2007-10-16 johanengelenrunaway random number widget workaround
2007-10-16 johanengelenFix checkbuttons of LPEs. Should no longer crash, shoul...
2007-10-11 pjrmtrivial: ui/widget/*, ui/dialog/*: svn propset svn...
2007-10-11 pjrmnoop: ui/widget/selected-style.cpp: Change a local...
2007-09-27 johanengelenfixing undo problems with LPE widgets. Not completely...
2007-09-26 joncruzChanged preference to use file chooser button
2007-09-25 gustav_bDefine DockItems' floating state properly. Fixes some...
2007-09-24 joncruzFixed unsafe hardcoding of buffer size
2007-09-20 gustav_bAdd functions for showing a specific notebook page...
2007-09-20 gustav_bAdd scrolling of dock on DockItem::present.
2007-09-16 gustav_bAdd handling of focus tabbing for GdlDockItem + various...
2007-09-15 joncruzRefactoring SPColor to C++ and removing legacy CMYK...
2007-09-12 pjrm**/makefile.in: svn propset svn:eol-style native. ...
2007-09-10 gustav_bAllow GdlDockItems to take focus, and grab focus on...
2007-09-10 joncruzPurged fill type enum
2007-09-06 gustav_bGroup dock related prefs, add hidden prefs for dock...
2007-09-06 gustav_bPrevented automatic center docking from happening and...
2007-09-05 johanengelenLPE: fix undo bug for applying/removing effect
2007-09-05 buliabyakadd accessor for the updating state
2007-09-05 buliabyakworkaround for runaway spinbutton
2007-09-02 gustav_bFixes for transient dialogs in win32.
2007-09-02 johanengelenFix makefiles for added LPE parameter
2007-09-02 johanengelenLPE: add RandomParam type.
2007-08-31 gustav_bMake sure gdl-dock-items created with
2007-08-30 johanengelenTry to fix translation of LPE names.
2007-08-29 gustav_bDockable dialogs patch applied
2007-08-20 buliabyakfix 1777084
2007-08-20 bdillysearch and reset buttons added to ocal related features...
2007-08-14 johanengelenCommit LivePathEffect branch to trunk!
next