Code

Add default grid settings to Inkscape preferences.
[inkscape.git] / src / ui /
2007-12-14 johanengelenAdd default grid settings to Inkscape preferences.
2007-12-12 dvlierop2Add global snapping toggle
2007-12-12 nicholasbishopFixed the filter effects dialog always displaying all...
2007-12-12 dvlierop2Do NOT use frames in the snapping tab in the document...
2007-12-12 joncruzWarning cleanup
2007-12-12 jucabluesconnected a signal to update the filter primitives...
2007-12-11 jucabluesI have added beveled edges to the connections on the...
2007-12-11 dvlierop2Use frames in the snapping tab in the document properti...
2007-12-11 gouldtj r17226@mini-emma: ted | 2007-12-10 20:24:40 -0800
2007-12-11 gouldtj r17222@mini-emma: ted | 2007-12-10 19:23:29 -0800
2007-12-10 theadibinclude header for close command
2007-12-10 ishmaladd #include <io.h> to enable win32 compile
2007-12-10 keescookImplement cross-architecture print dialog using cairo...
2007-12-10 keescookminor whitespace adjustment
2007-12-09 dvlierop2Init some checkboxes correctly in document-properties...
2007-12-08 joncruzWarning cleanup
2007-12-08 joncruzFixes for gcc versions before 4.1.x
2007-12-07 gustav_bRework dialog management. Use singleton behavior for...
2007-12-04 dvlierop2Change title of tab in document properties dialog ...
2007-12-02 buliabyakcopyedit labels for clarity
2007-12-02 joncruzUI tweaks for CMS view toggle
2007-12-01 joncruzWarning cleanup (including OFFSET_OF warning)
2007-12-01 johanengelenImprove layout of grid document properties
2007-11-28 johanengelenRemove debug messages
2007-11-26 joncruzMenu item to toggle CMS adjustment on and off
2007-11-24 joncruzImplemented per-monitor display adjustment via XICC
2007-11-23 johanengelenFix [ 1835591 ] Reproducible crash on opening the attac...
2007-11-22 gustav_bThe dialog to panel refactoring:
2007-11-20 joncruzDisplay CMS adjustment per-desktop view
2007-11-18 johanengelenFix bug [ 1685684 ] Document Properties: Grid number...
2007-11-18 johanengelenfurther work on the gtkmm exception problems in the...
2007-11-17 johanengelenFix exception catching, to allow polymorphism. Note...
2007-11-14 dvlierop2Snap to intersections of line segments
2007-11-13 buliabyakfix 1830356
2007-11-11 luca_bruno * added reference link for translators
2007-11-11 luca_bruno * typo fixed
2007-11-11 joncruzMinor cleanup
2007-11-10 joncruzWarning cleanup
2007-11-08 joncruzwarning cleanup
2007-11-08 johanengelenattempt at fixing [ 1679218 ] open/import clicking...
2007-11-05 dvlierop2Improve the user interaction for snapping of bounding...
2007-11-04 joncruzWarning cleanup
2007-11-02 joncruzwarning cleanup
2007-10-31 tavmjongDiffuse Lighting Filter:
2007-10-31 buliabyakfix Clear for Scale tab
2007-10-31 prokoudinemarked three messages from color gestures for translation
2007-10-30 johanengelenLPE: implement NEW path-along-path effect, i think...
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-24 buliabyakrename master opacity to opacity
2007-10-19 johanengelenFix RegisteredWidgets. Due to rev 16265, widgets were...
2007-10-17 nicholasbishopAdded a Rename menu item to the popup for the filter...
2007-10-17 nicholasbishopFixed filter type translation for the filter effects...
2007-10-16 johanengelenrunaway random number widget workaround
2007-10-16 johanengelenFix checkbuttons of LPEs. Should no longer crash, shoul...
2007-10-12 nicholasbishopFilter effects dialog:
2007-10-11 buliabyakimplement no-forking option
2007-10-11 pjrmtrivial: ui/widget/*, ui/dialog/*: svn propset svn...
2007-10-11 pjrmnoop: ui/widget/selected-style.cpp: Change a local...
2007-10-11 pjrm(ui/dialog/document-metadata.h, ui/dialog/document...
2007-10-08 nicholasbishopFilter effects dialog:
2007-10-08 nicholasbishopFilter effects dialog:
2007-10-07 prokoudine- marked forgotten message for translation
2007-10-07 joncruzExposed preference for smaller tool icons on the left...
2007-10-06 tavmjongFilters: Tweek various spinslider parameters.
2007-10-05 joncruzGuards for lcms < 1.15
2007-10-05 joncruzEnabled custom out of gamut warning color
2007-10-04 joncruztune-up for lcms disabled
2007-10-04 joncruzfew more CMS options
2007-10-04 joncruzVariable rename
2007-10-04 joncruzChange CMS preference widgets to not expand
2007-10-03 joncruznon-lcms build fixes
2007-10-03 joncruzSplit CMS to separate prefs page
2007-10-03 joncruzAdded profile intent options
2007-10-03 joncruzInitial cut of softproofing
2007-10-01 joncruzAdded searching for icc profiles in standard locations...
2007-09-30 tavmjongConvolve Matrix Filter:
2007-09-28 tavmjongColor Matrix Filter:
2007-09-27 johanengelenfixing undo problems with LPE widgets. Not completely...
2007-09-26 buliabyakremove obsolete import-as-pattern option
2007-09-26 joncruzChanged preference to use file chooser button
2007-09-26 buliabyakfix 1802374, 1736088
2007-09-26 joncruzAdded display profile calibration
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-19 gustav_bHandle Dialog events properly
2007-09-19 gustav_bMove more dialog event handling into Dialog class,...
2007-09-19 gustav_bCleaned up Dialog class, coding style, unused code...
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 gustav_bRemove redundant dialog present(), make sure user_hidde...
next