| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2009-02-21 | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 1 | -1213/+0 | |
| should be. Build libinkscape.a - should reduce link time. (bzr r7337) | |||||
| 2009-02-16 | Move app-specific logic and file operations up from the lower level. | Jon A. Cruz | 1 | -1/+19 | |
| (bzr r7308) | |||||
| 2009-02-09 | adding comments/TODOs and/or reverting some of the things done in r20655 | Felipe Corr??a da Silva Sanches | 1 | -7/+19 | |
| due to JonCruz considerations about the proper way of doing it. (bzr r7254) | |||||
| 2009-02-09 | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 1 | -7/+7 | |
| warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253) | |||||
| 2009-02-09 | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 1 | -1/+1 | |
| suggested parentheses (bzr r7252) | |||||
| 2009-01-27 | draw red X icon while dragging the "remove color" item | Felipe Corr??a da Silva Sanches | 1 | -0/+17 | |
| (bzr r7192) | |||||
| 2009-01-24 | add "remove color" ColorItem to the swatches dialog | Felipe Corr??a da Silva Sanches | 1 | -15/+25 | |
| (bzr r7164) | |||||
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -7/+4 | |
| (bzr r6891) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -4/+4 | |
| (bzr r6885) | |||||
| 2008-09-16 | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 1 | -5/+7 | |
| the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823) | |||||
| 2008-08-01 | Warning cleanup | Jon A. Cruz | 1 | -2/+2 | |
| (bzr r6495) | |||||
| 2008-05-22 | Fixed broken i18n strings causing problems with <b> tag | Jon A. Cruz | 1 | -8/+4 | |
| (bzr r5732) | |||||
| 2008-04-23 | Change status bar text for swatch hover | John Bintz | 1 | -2/+2 | |
| (bzr r5492) | |||||
| 2008-04-22 | Keep swatch status messages visible while hovering | John Bintz | 1 | -2/+20 | |
| (bzr r5491) | |||||
| 2008-04-21 | Fix swatch enter-notify event propagation | John Bintz | 1 | -23/+19 | |
| (bzr r5485) | |||||
| 2008-04-21 | Oops, this broke selecting a swatch, rolling back... | John Bintz | 1 | -18/+23 | |
| (bzr r5484) | |||||
| 2008-04-21 | Show the name of the swatch that is currently under the pointer in the ↵ | John Bintz | 1 | -0/+24 | |
| status bar, making it easier to identify a swatch when using a tablet. (bzr r5482) | |||||
| 2008-03-22 | Fixed skipping of blank lines in .gpl files | Jon A. Cruz | 1 | -3/+4 | |
| (bzr r5159) | |||||
| 2008-02-21 | Initial implementation of non-square swatches | Jon A. Cruz | 1 | -2/+2 | |
| (bzr r4800) | |||||
| 2008-02-20 | Decoupled swatch sizes from icon sizes | Jon A. Cruz | 1 | -2/+2 | |
| (bzr r4790) | |||||
| 2008-02-18 | Fixing preview/swatch sizes. | Jon A. Cruz | 1 | -4/+4 | |
| (bzr r4765) | |||||
| 2008-02-14 | * Translatable context menu on the colours palette, patch by Marcin Floryan ↵ | Luca Bruno | 1 | -2/+4 | |
| (closes: #191795) (bzr r4731) | |||||
| 2007-12-07 | Rework dialog management. Use singleton behavior for dialogs when | gustav_b | 1 | -7/+1 | |
| started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188) | |||||
| 2007-11-22 | The dialog to panel refactoring: | gustav_b | 1 | -2/+1 | |
| * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126) | |||||
| 2007-10-13 | Adding stroke & fill context menu to swatch | Jon A. Cruz | 1 | -0/+71 | |
| (bzr r3901) | |||||
| 2007-10-12 | fix drag-n-drop color problems | Jon A. Cruz | 1 | -26/+19 | |
| (bzr r3897) | |||||
| 2007-09-24 | fix minor typo | Bob Jamison | 1 | -1/+1 | |
| (bzr r3792) | |||||
| 2007-09-24 | Fixed unsafe hardcoding of buffer size | Jon A. Cruz | 1 | -3/+3 | |
| (bzr r3791) | |||||
| 2007-09-15 | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 1 | -0/+10 | |
| (bzr r3753) | |||||
| 2007-07-05 | Fixed broken Shift+LeftClick to set stroke function | Joel Holdsworth | 1 | -1/+3 | |
| (bzr r3187) | |||||
| 2007-06-24 | Right clicking on the swatch now correctly sets the outline colour. | Joel Holdsworth | 1 | -18/+23 | |
| (bzr r3091) | |||||
| 2007-03-18 | fix 64-bit issues with width of npos -- patch #1675697 from mellum | MenTaLguY | 1 | -6/+6 | |
| (Falk Hueffner) (bzr r2695) | |||||
| 2006-10-10 | undo annotations | bulia byak | 1 | -2/+2 | |
| (bzr r1793) | |||||
| 2006-08-25 | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 1 | -1/+1 | |
| need to rethink and incrementally change gbooleans to bools (bzr r1637) | |||||
| 2006-08-23 | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 1 | -1/+1 | |
| one major janitorial task we identified.... (bzr r1633) | |||||
| 2006-06-29 | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 1 | -2/+4 | |
| (bzr r1315) | |||||
| 2006-05-26 | Fix compile warning | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r1021) | |||||
| 2006-05-23 | Flipped LCMS on | Jon A. Cruz | 1 | -4/+6 | |
| (bzr r981) | |||||
| 2006-05-23 | Panel refactoring | Jon A. Cruz | 1 | -3/+33 | |
| (bzr r976) | |||||
| 2006-05-22 | Removed panel menu unless requested. Fixes bug #1492597 | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r940) | |||||
| 2006-04-28 | Added CREATE v0.1 support for gradients/swatches/patterns | Joshua L. Blocher | 1 | -2/+3 | |
| (bzr r600) | |||||
| 2006-04-17 | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 1 | -2/+2 | |
| confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | |||||
| 2006-04-09 | Adding in new icon size | Jon A. Cruz | 1 | -2/+2 | |
| (bzr r462) | |||||
| 2006-04-01 | Introducing optional LittleCms use. | Jon A. Cruz | 1 | -0/+4 | |
| (bzr r391) | |||||
| 2006-03-29 | Renaming temp non-standard attributes | Jon A. Cruz | 1 | -2/+2 | |
| (bzr r330) | |||||
| 2006-03-28 | Changed objects to only get linked to "linkable" colors. | Jon A. Cruz | 1 | -16/+25 | |
| (bzr r321) | |||||
| 2006-03-28 | Objects will now change when their linked colors change. | Jon A. Cruz | 1 | -16/+160 | |
| (bzr r319) | |||||
| 2006-03-28 | Experimenting with linked colors. | Jon A. Cruz | 1 | -33/+316 | |
| (bzr r316) | |||||
| 2006-03-24 | Bringing in new color class | Jon A. Cruz | 1 | -19/+13 | |
| (bzr r279) | |||||
| 2006-03-13 | #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h. | Peter Moulder | 1 | -1/+1 | |
| (bzr r232) | |||||
