| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix [ 1835591 ] Reproducible crash on opening the attached file | Johan B. C. Engelen | 2007-11-23 | 2 | -8/+30 | |
| | | | | (bzr r4129) | |||||
| * | The dialog to panel refactoring: | gustav_b | 2007-11-22 | 5 | -245/+341 | |
| | | | | | | | | | | | | | | | | | | | * 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) | |||||
| * | Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadly | Johan B. C. Engelen | 2007-11-18 | 2 | -0/+4 | |
| | | | | (bzr r4108) | |||||
| * | * typo fixed | Luca Bruno | 2007-11-11 | 1 | -3/+3 | |
| | | | | (bzr r4060) | |||||
| * | Minor cleanup | Jon A. Cruz | 2007-11-11 | 1 | -17/+17 | |
| | | | | (bzr r4056) | |||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-10 | 2 | -73/+79 | |
| | | | | (bzr r4052) | |||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 1 | -58/+58 | |
| | | | | (bzr r4043) | |||||
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -16/+16 | |
| | | | | (bzr r4012) | |||||
| * | marked three messages from color gestures for translation | Alexandre Prokoudine | 2007-10-31 | 1 | -3/+3 | |
| | | | | (bzr r3987) | |||||
| * | add alt dragging for no change mode | bulia byak | 2007-10-30 | 2 | -14/+32 | |
| | | | | (bzr r3974) | |||||
| * | punctuation | bulia byak | 2007-10-25 | 1 | -2/+2 | |
| | | | | (bzr r3961) | |||||
| * | Dockable dialogs: Allow in-dock dialogs to be expanded even if there's | gustav_b | 2007-10-25 | 2 | -1/+26 | |
| | | | | | | no "slack". (bzr r3960) | |||||
| * | change cursor for color gestures | bulia byak | 2007-10-24 | 2 | -0/+46 | |
| | | | | (bzr r3956) | |||||
| * | whitespace | bulia byak | 2007-10-24 | 1 | -66/+66 | |
| | | | | (bzr r3955) | |||||
| * | enable color gestures for fill and stroke | bulia byak | 2007-10-24 | 2 | -14/+175 | |
| | | | | (bzr r3950) | |||||
| * | new class for widgets adjustable by rotation-like gestures | bulia byak | 2007-10-24 | 3 | -0/+205 | |
| | | | | (bzr r3949) | |||||
| * | 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) | |||||
| * | trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp. | Peter Moulder | 2007-10-11 | 5 | -676/+676 | |
| | | | | (bzr r3883) | |||||
| * | noop: ui/widget/selected-style.cpp: Change a local var to be more const, to ↵ | Peter Moulder | 2007-10-11 | 1 | -1/+1 | |
| | | | | | | avoid char* string literal warnings from g++-4.2. (bzr r3882) | |||||
| * | fixing undo problems with LPE widgets. Not completely fixed yet. ↵ | Johan B. C. Engelen | 2007-09-27 | 6 | -19/+83 | |
| | | | | | | CheckButtons still crash, and some changes are not recorded in the history (try the random parameters of curve stitching) (bzr r3809) | |||||
| * | Changed preference to use file chooser button | Jon A. Cruz | 2007-09-26 | 2 | -26/+52 | |
| | | | | (bzr r3806) | |||||
| * | Define DockItems' floating state properly. Fixes some issues with | gustav_b | 2007-09-25 | 4 | -12/+15 | |
| | | | | | | floating docks. (bzr r3799) | |||||
| * | Fixed unsafe hardcoding of buffer size | Jon A. Cruz | 2007-09-24 | 2 | -16/+16 | |
| | | | | (bzr r3791) | |||||
| * | Add functions for showing a specific notebook page in the F&S dialog, | gustav_b | 2007-09-20 | 1 | -6/+19 | |
| | | | | | | | replaced the use of the old sp_object_properties_{fill,stroke} with them. (bzr r3780) | |||||
| * | Add scrolling of dock on DockItem::present. | gustav_b | 2007-09-20 | 3 | -3/+26 | |
| | | | | (bzr r3777) | |||||
| * | Add handling of focus tabbing for GdlDockItem + various DockItem focus | gustav_b | 2007-09-16 | 1 | -2/+11 | |
| | | | | | | fixes. (bzr r3764) | |||||
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 3 | -10/+8 | |
| | | | | (bzr r3753) | |||||
| * | **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵ | Peter Moulder | 2007-09-12 | 1 | -3/+3 | |
| | | | | | | %.$(OBJEXT) instead of %.o. (bzr r3726) | |||||
| * | Allow GdlDockItems to take focus, and grab focus on present. Various | gustav_b | 2007-09-10 | 3 | -78/+113 | |
| | | | | | | cleanups. (bzr r3718) | |||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 2 | -32/+31 | |
| | | | | (bzr r3706) | |||||
| * | Group dock related prefs, add hidden prefs for dock bar and switcher appearance. | gustav_b | 2007-09-06 | 2 | -2/+13 | |
| | | | | (bzr r3699) | |||||
| * | Prevented automatic center docking from happening and added the | gustav_b | 2007-09-06 | 1 | -3/+9 | |
| | | | | | | | preference "options.dialogscancenterdock" to allow users to disable it completely. (bzr r3692) | |||||
| * | LPE: fix undo bug for applying/removing effect | Johan B. C. Engelen | 2007-09-05 | 1 | -2/+2 | |
| | | | | (bzr r3686) | |||||
| * | add accessor for the updating state | bulia byak | 2007-09-05 | 1 | -0/+3 | |
| | | | | (bzr r3681) | |||||
| * | workaround for runaway spinbutton | bulia byak | 2007-09-05 | 1 | -9/+4 | |
| | | | | (bzr r3677) | |||||
| * | Fixes for transient dialogs in win32. | gustav_b | 2007-09-02 | 2 | -7/+6 | |
| | | | | (bzr r3670) | |||||
| * | Fix makefiles for added LPE parameter | Johan B. C. Engelen | 2007-09-02 | 1 | -0/+2 | |
| | | | | (bzr r3664) | |||||
| * | LPE: add RandomParam type. | Johan B. C. Engelen | 2007-09-02 | 4 | -0/+319 | |
| | | | | (bzr r3662) | |||||
| * | Make sure gdl-dock-items created with | gustav_b | 2007-08-31 | 1 | -2/+0 | |
| | | | | | | | GDL_DOCK_ITEM_BEH_CANT_DOCK_CENTER won't dock with center placement. Clean up. (bzr r3631) | |||||
| * | Try to fix translation of LPE names. | Johan B. C. Engelen | 2007-08-30 | 1 | -1/+1 | |
| | | | | (bzr r3623) | |||||
| * | Dockable dialogs patch applied | gustav_b | 2007-08-29 | 5 | -0/+1040 | |
| | | | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613) | |||||
| * | fix 1777084 | bulia byak | 2007-08-20 | 1 | -0/+7 | |
| | | | | (bzr r3545) | |||||
| * | search and reset buttons added to ocal related features. fixed signals in ↵ | Bruno Dilly | 2007-08-20 | 2 | -0/+56 | |
| | | | | | | import from ocal dialog. (bzr r3544) | |||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 7 | -180/+812 | |
| | | | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-08-12 | 1 | -0/+2 | |
| | | | | | | A couple bug fixes; the Link togglebutton for dual spinsliders now updates properly when switching between primitives. Also, the in2 attribute of feDisplacementMap is now properly checked when reordering primitives. (bzr r3452) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-08-08 | 2 | -94/+0 | |
| | | | | | | * Removed the FilterEffectChooser base class, no longer used (bzr r3420) | |||||
| * | Filter effects: | Nicholas Bishop | 2007-08-08 | 2 | -101/+3 | |
| | | | | | | * Removed the "Filter" option from the Blend mode combobox in the Fill and Stroke dialog. (bzr r3419) | |||||
| * | export to ocal bug fix | Bruno Dilly | 2007-08-08 | 2 | -3/+2 | |
| | | | | (bzr r3418) | |||||
