| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -10/+2 |
| | | | | (bzr r10697) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -2/+2 |
| | | | | (bzr r10681) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -1/+1 |
| | | | | (bzr r10067) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+6 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -4/+4 |
| |/ | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| * | add widget controls for LPE VectorParam. Hide these controls for LPE Hatches. | Johan B. C. Engelen | 2010-02-14 | 1 | -0/+90 |
| | | | | (bzr r9086.1.1) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -12/+12 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -12/+12 |
| | | | | (bzr r8408) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -0/+8 |
| | | | | (bzr r6885) | ||||
| * | Make text widget for TextParams work and re-enable it | Maximilian Albert | 2008-07-30 | 1 | -0/+2 |
| | | | | (bzr r6469) | ||||
| * | New registered widget (text entry box). | Maximilian Albert | 2008-07-29 | 1 | -0/+44 |
| | | | | (bzr r6461) | ||||
| * | RegisteredTransformedPoint: fix methods to use const&. | Johan B. C. Engelen | 2008-04-05 | 1 | -2/+2 |
| | | | | | | LPE PointParam: set transform in RegisteredTransformedPoint-widget (bzr r5348) | ||||
| * | changes to use RegisteredTransformedPoint as widget for LPE point. not complete | Johan B. C. Engelen | 2008-03-22 | 1 | -2/+21 |
| | | | | (bzr r5171) | ||||
| * | * add RegisteredTransformedPoint widget, that transforms the point before ↵ | Johan B. C. Engelen | 2008-03-22 | 1 | -0/+47 |
| | | | | | | | | | displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox * move Geom::Point XML writing to central place in ostringstream * add verb for LPE context (bzr r5165) | ||||
| * | Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed ↵ | Johan B. C. Engelen | 2008-02-27 | 1 | -121/+37 |
| | | | | | | RegisteredWdg. (bzr r4887) | ||||
| * | gray out widgets when grid is disabled. | Johan B. C. Engelen | 2008-01-26 | 1 | -2/+2 |
| | | | | (bzr r4594) | ||||
| * | RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> ↵ | gustav_b | 2008-01-17 | 1 | -19/+18 |
| | | | | | | instead of old RegisteredWdg (bzr r4530) | ||||
| * | remove unnecessary cast + cosmetic changes. | Johan B. C. Engelen | 2008-01-16 | 1 | -7/+28 |
| | | | | (bzr r4524) | ||||
| * | RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old ↵ | Johan B. C. Engelen | 2008-01-16 | 1 | -36/+0 |
| | | | | | | RegisteredWdg (bzr r4523) | ||||
| * | RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵ | Johan B. C. Engelen | 2008-01-16 | 1 | -32/+18 |
| | | | | | | RegisteredWdg (bzr r4521) | ||||
| * | r17673@shi: ted | 2008-01-15 23:01:59 -0800 | Ted Gould | 2008-01-16 | 1 | -1/+0 |
| | | | | | | SVK messed this up (bzr r4511) | ||||
| * | r17645@shi: ted | 2008-01-14 22:05:15 -0800 | Ted Gould | 2008-01-16 | 1 | -0/+2 |
| | | | | | | pre0 marking (bzr r4505) | ||||
| * | RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton> | Johan B. C. Engelen | 2008-01-15 | 1 | -49/+21 |
| | | | | (bzr r4500) | ||||
| * | RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated ↵ | Johan B. C. Engelen | 2008-01-15 | 1 | -35/+43 |
| | | | | | | | | class, all that use it should be recoded and RegisteredWdg should be deleted as soon as possible. The *new* RegisteredWidget is a template class and should be subclassed (eventually) from Gtk::Widget, for example RegisteredWidget<Scalar> will be subclassed from Scalar, which is subclassed from Labelled, => Gtk::HBox => Gtk::Widget. This way, a RegisteredWidget<T> can be directly used as Gtk::Widget, and gtk::manage works, etc! This all should solve the problem of having multiple widgets for the same parameters. (bzr r4496) | ||||
| * | stop toggling insensitive state for modification flag updates (fixes ↵ | MenTaLguY | 2008-01-15 | 1 | -4/+4 |
| | | | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491) | ||||
| * | abstract use of sodipodi:modified | MenTaLguY | 2008-01-15 | 1 | -2/+2 |
| | | | | (bzr r4490) | ||||
| * | Set teeth selector in lpe-gears to an integer value >= 3. | Bryce Harrington | 2007-12-30 | 1 | -2/+2 |
| | | | | | | Fix trailing whitespace. (bzr r4342) | ||||
| * | Remove debug messages | Johan B. C. Engelen | 2007-11-28 | 1 | -2/+0 |
| | | | | (bzr r4141) | ||||
| * | Fix [ 1835591 ] Reproducible crash on opening the attached file | Johan B. C. Engelen | 2007-11-23 | 1 | -5/+19 |
| | | | | (bzr r4129) | ||||
| * | Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadly | Johan B. C. Engelen | 2007-11-18 | 1 | -0/+1 |
| | | | | (bzr r4108) | ||||
| * | Fix RegisteredWidgets. Due to rev 16265, widgets were no longer initialized. ↵ | Johan B. C. Engelen | 2007-10-19 | 1 | -24/+0 |
| | | | | | | This is now fixed: setValue and its siblings should always set the widget to something, regardless _wr->isUpdating(). (bzr r3931) | ||||
| * | runaway random number widget workaround | Johan B. C. Engelen | 2007-10-16 | 1 | -9/+4 |
| | | | | (bzr r3913) | ||||
| * | Fix checkbuttons of LPEs. Should no longer crash, should no longer need ↵ | Johan B. C. Engelen | 2007-10-16 | 1 | -2/+25 |
| | | | | | | clicking multiple times to see effect. (bzr r3912) | ||||
| * | fixing undo problems with LPE widgets. Not completely fixed yet. ↵ | Johan B. C. Engelen | 2007-09-27 | 1 | -11/+50 |
| | | | | | | CheckButtons still crash, and some changes are not recorded in the history (try the random parameters of curve stitching) (bzr r3809) | ||||
| * | Fixed unsafe hardcoding of buffer size | Jon A. Cruz | 2007-09-24 | 1 | -1/+1 |
| | | | | (bzr r3791) | ||||
| * | LPE: fix undo bug for applying/removing effect | Johan B. C. Engelen | 2007-09-05 | 1 | -2/+2 |
| | | | | (bzr r3686) | ||||
| * | workaround for runaway spinbutton | bulia byak | 2007-09-05 | 1 | -9/+4 |
| | | | | (bzr r3677) | ||||
| * | LPE: add RandomParam type. | Johan B. C. Engelen | 2007-09-02 | 1 | -0/+72 |
| | | | | (bzr r3662) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 1 | -142/+181 |
| | | | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | ||||
| * | 1) Make snapping of object's center optional 2) Optimize snapping ↵ | Diederik van Lierop | 2007-08-06 | 1 | -0/+9 |
| | | | | | | preferences dialog (bzr r3399) | ||||
| * | Fix #1740146. | Johan B. C. Engelen | 2007-07-06 | 1 | -74/+140 |
| | | | | (bzr r3190) | ||||
| * | Fix for bug #1740146: always get current namedview, because it might have ↵ | Diederik van Lierop | 2007-07-06 | 1 | -2/+4 |
| | | | | | | changed when multiple documents are open (bzr r3189) | ||||
| * | Monster commit. New grid infrastructure. The old gridmanagement code is ↵ | Johan B. C. Engelen | 2007-03-20 | 1 | -35/+54 |
| | | | | | | still there; this committed for testing purposes. Goal is to delete the old grid code later on. (bzr r2721) | ||||
| * | gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵ | Michael G. Sloan | 2006-08-26 | 1 | -8/+8 |
| | | | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -4/+4 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -4/+4 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -5/+11 |
| | | | | (bzr r1315) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -11/+11 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h. | Peter Moulder | 2006-03-13 | 1 | -1/+1 |
| | | | | (bzr r232) | ||||
