| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Adding fit canvas verbs | Aaron Spike | 2006-04-19 | 1 | -2/+21 | |
| | | | | | | | a few fixes in verbs.cpp and a new button (bzr r539) | |||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 13 | -86/+86 | |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | |||||
| * | fix typo found by cornelius | Aaron Spike | 2006-04-10 | 1 | -1/+1 | |
| | | | | (bzr r475) | |||||
| * | Fixed problem when swatches were larger than provided area | Jon A. Cruz | 2006-04-09 | 1 | -2/+2 | |
| | | | | (bzr r465) | |||||
| * | Adding in new icon size | Jon A. Cruz | 2006-04-09 | 5 | -16/+24 | |
| | | | | (bzr r462) | |||||
| * | Purge of OptionMenu | Jon A. Cruz | 2006-04-09 | 2 | -18/+46 | |
| | | | | (bzr r460) | |||||
| * | Decoupling from direct use of GtkIconSize to allow for smaller custom ones. | Jon A. Cruz | 2006-04-06 | 2 | -2/+2 | |
| | | | | (bzr r439) | |||||
| * | Check for null pointer | Jon A. Cruz | 2006-04-02 | 1 | -18/+21 | |
| | | | | (bzr r399) | |||||
| * | added fix from Dale Harvey to expand incomplete JIDs specified in user | David Yip | 2006-04-01 | 1 | -0/+13 | |
| | | | | | | text input box (bzr r397) | |||||
| * | patch #1450307 - option for select all to work in layer with it's sub-layers: | Andrius Ramanauskas | 2006-03-31 | 2 | -3/+12 | |
| | | | | | | | | * Replaced check-box in preferences with 3 radio buttons (in all document in current layer only, in current layer with sub-layers) * Altered "Select all" functionality to include objects in sub-layers (if preference is on) * Altered TAB functionality to include sub-layers (had to introduce "context layer" concept in Selection class - without it TAB'ing would end in deepest child, but it needs to return to parent on subsequent TAB key press) (bzr r380) | |||||
| * | Tweaked to build with g++4.1. Thanks, <garrett>. | Bob Jamison | 2006-03-30 | 1 | -111/+113 | |
| | | | | (bzr r375) | |||||
| * | r11257@tres: ted | 2006-03-29 21:29:33 -0800 | Ted Gould | 2006-03-30 | 2 | -46/+8 | |
| | | | | | | | | | Removing the caching of the widgets in the extension editor. This removes a GTKmm call to unparent, which isn't supported in 2.4.x. It might have been nice, but really computers are fast enough to redraw widgets today. (bzr r371) | |||||
| * | r11141@tres: ted | 2006-03-27 21:51:34 -0800 | Ted Gould | 2006-03-29 | 1 | -9/+17 | |
| | | | | | | Additional protections against not finding an extension in the database (bzr r359) | |||||
| * | r11026@tres: ted | 2006-03-02 00:03:49 -0800 | Ted Gould | 2006-03-29 | 1 | -3/+9 | |
| | | | | | | | | | | Well, adding an unparent() here seems to make things much happier. I'm not sure why remove() doesn't do an unparent() also, I think this may be a bug in GTKmm where it assumes that other code won't have a reference to an object, but I'm not sure. Anyway, this should be safe even if the bug is fixed, and it works now. (bzr r353) | |||||
| * | r10987@tres: ted | 2006-02-28 01:06:37 -0800 | Ted Gould | 2006-03-29 | 2 | -11/+76 | |
| | | | | | | | The leg bone is connected to the knee bone The extension bone is connected to the extension-editor bone (bzr r351) | |||||
| * | r10986@tres: ted | 2006-02-27 21:19:52 -0800 | Ted Gould | 2006-03-29 | 2 | -14/+21 | |
| | | | | | | | | Converting things to be a little less like the preferences dialog. Now there are notebook pages. Things will start flipping a little more so that the notebook pages are really what is getting controlled. (bzr r350) | |||||
| * | r10984@tres: ted | 2006-02-19 09:59:18 -0800 | Ted Gould | 2006-03-29 | 2 | -6/+19 | |
| | | | | | | | Allowing for a default selected extension. This will then adjust everytime a new one is selected. (bzr r348) | |||||
| * | r10983@tres: ted | 2006-02-19 00:12:15 -0800 | Ted Gould | 2006-03-29 | 2 | -0/+15 | |
| | | | | | | Hard coded default selection, on the way to something better. (bzr r347) | |||||
| * | r10953@tres: ted | 2006-02-16 19:24:44 -0800 | Ted Gould | 2006-03-29 | 2 | -3/+89 | |
| | | | | | | | | Making it so that the list of extensions gets into the dialog through a few functions. Now it will list them all, and handle changes. Getting there. (bzr r343) | |||||
| * | r10952@tres: ted | 2006-02-16 09:17:08 -0800 | Ted Gould | 2006-03-29 | 2 | -4/+75 | |
| | | | | | | | Stole the basics from the Inkscape preferences dialog. That's kinda the style I'm looking for. Now, to embrace and extend it. (bzr r342) | |||||
| * | non-localizable string | Andrius Ramanauskas | 2006-03-29 | 1 | -1/+1 | |
| | | | | (bzr r331) | |||||
| * | more g++ 4.1 fixes (by inkblotter) | Ralf Stephan | 2006-03-28 | 1 | -0/+1 | |
| | | | | (bzr r318) | |||||
| * | try to fix g++ 4.1 compile errors | Ralf Stephan | 2006-03-28 | 2 | -2/+2 | |
| | | | | (bzr r317) | |||||
| * | change radio button to check box. oops | Bob Jamison | 2006-03-25 | 1 | -5/+5 | |
| | | | | (bzr r292) | |||||
| * | new button for siox | Bob Jamison | 2006-03-25 | 1 | -2/+26 | |
| | | | | (bzr r290) | |||||
| * | remove confusing decimal digits in the number of scans | bulia byak | 2006-03-23 | 1 | -1/+1 | |
| | | | | (bzr r275) | |||||
| * | use rotation center in keyboard rotation and transform dialog | bulia byak | 2006-03-22 | 1 | -5/+3 | |
| | | | | (bzr r273) | |||||
| * | patch by Andrius R. for (un)clip and (un)mask commands | bulia byak | 2006-03-19 | 2 | -0/+10 | |
| | | | | (bzr r263) | |||||
| * | #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h. | Peter Moulder | 2006-03-13 | 2 | -2/+2 | |
| | | | | (bzr r232) | |||||
| * | work-around for older gtkmm versions | Jon A. Cruz | 2006-03-05 | 1 | -1/+1 | |
| | | | | (bzr r204) | |||||
| * | Fixed problem for 2.4.x | Jon A. Cruz | 2006-03-05 | 1 | -3/+6 | |
| | | | | (bzr r203) | |||||
| * | Make color drag to minibar only work when a styled item is selected. | Jon A. Cruz | 2006-03-04 | 2 | -33/+35 | |
| | | | | (bzr r201) | |||||
| * | Fix bug with invalid singleton pointer. If we want a single dialog ↵ | Bob Jamison | 2006-03-03 | 2 | -88/+86 | |
| | | | | | | displayed, we can do it a safer way. (Callbacks in document-properties.cpp) (bzr r198) | |||||
| * | Made style minibar take color drag-n-drop | Jon A. Cruz | 2006-03-01 | 2 | -1/+105 | |
| | | | | (bzr r193) | |||||
| * | Cleanup of embedded swatches palette switching. | Jon A. Cruz | 2006-02-28 | 3 | -26/+57 | |
| | | | | (bzr r188) | |||||
| * | Refactoring layout when switching palettes | Jon A. Cruz | 2006-02-27 | 2 | -37/+55 | |
| | | | | (bzr r187) | |||||
| * | Refactoring embedded swatches panel. | Jon A. Cruz | 2006-02-27 | 2 | -50/+94 | |
| | | | | (bzr r185) | |||||
| * | amend workaround for #1432690 | MenTaLguY | 2006-02-24 | 1 | -7/+2 | |
| | | | | (bzr r181) | |||||
| * | make sure only positive dialog positions are read from preferences, fixes ↵ | Ralf Stephan | 2006-02-24 | 1 | -0/+3 | |
| | | | | | | #1290647 (bzr r180) | |||||
| * | make sure no negative dialog position is written into preferences, | Ralf Stephan | 2006-02-24 | 1 | -0/+3 | |
| | | | | | | part of fix for #1290647 (bzr r178) | |||||
| * | including typecheck trying to prevent #1432680 | Ralf Stephan | 2006-02-24 | 1 | -0/+9 | |
| | | | | (bzr r177) | |||||
| * | rename present()->presdentPage(), removes compiler warnings | Ralf Stephan | 2006-02-21 | 2 | -7/+7 | |
| | | | | (bzr r171) | |||||
| * | Refactoring panel containment. Purged ugly 'X'. | Jon A. Cruz | 2006-02-19 | 2 | -2/+29 | |
| | | | | (bzr r159) | |||||
| * | Fixing scrollbar size for embeded color swatches. | Jon A. Cruz | 2006-02-19 | 4 | -2/+46 | |
| | | | | (bzr r158) | |||||
| * | Removed horizontal scroll bar from swatches when embedded. | Jon A. Cruz | 2006-02-18 | 3 | -0/+31 | |
| | | | | (bzr r155) | |||||
| * | Added connector graph layout functionality | Tim Dwyer | 2006-02-13 | 2 | -2/+54 | |
| | | | | (bzr r122) | |||||
| * | fix wrong labels | bulia byak | 2006-02-07 | 1 | -2/+2 | |
| | | | | (bzr r101) | |||||
| * | * src/jabber_whiteboard/message-utilities.h, | mjwybrow | 2006-02-07 | 1 | -0/+5 | |
| | | | | | | | | | | | | src/jabber_whiteboard/serializer.cpp, src/jabber_whiteboard/deserializer.cpp, src/jabber_whiteboard/message-utilities.cpp, src/ui/dialog/whiteboard-connect.cpp: Some fixes to allow the codebase to compile with Inkboard support after the recent Util::shared_ptr<> and Dialog::present() changes. (bzr r100) | |||||
| * | open Inkscape Preferences on doubleclick of toolbox button (more or less patch | Ralf Stephan | 2006-02-06 | 4 | -47/+112 | |
| | | | | | | #1424822 by Marco Scholten) (bzr r93) | |||||
| * | remove screen pixel toggle for now, add always-snap widget for all | Ralf Stephan | 2006-02-02 | 3 | -36/+93 | |
| | | | | | | modes (bzr r65) | |||||
