| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move app-specific logic and file operations up from the lower level. | Jon A. Cruz | 2009-02-16 | 3 | -19/+36 |
| | | | | (bzr r7308) | ||||
| * | fix pasting style after copying a text span | bulia byak | 2009-02-16 | 1 | -6/+28 |
| | | | | (bzr r7301) | ||||
| * | make doubleclick not only switch to text but also position cursor | bulia byak | 2009-02-16 | 3 | -3/+6 |
| | | | | (bzr r7300) | ||||
| * | utilities for getting style at cursor, placing cursor at iterator or ↵ | bulia byak | 2009-02-16 | 4 | -6/+58 |
| | | | | | | coordinates, getting cursor iterator; display char count when editing in text tool (bzr r7299) | ||||
| * | After snapping, show a tooltip together with the snap indicator | Diederik van Lierop | 2009-02-15 | 10 | -125/+240 |
| | | | | (bzr r7296) | ||||
| * | Zero page size for GTK spinbutton change | Jon A. Cruz | 2009-02-14 | 2 | -2/+2 |
| | | | | (bzr r7295) | ||||
| * | warning fix | bulia byak | 2009-02-14 | 1 | -1/+1 |
| | | | | (bzr r7292) | ||||
| * | remove temporary prevention of retransientization - this hack was added long ↵ | bulia byak | 2009-02-14 | 1 | -26/+0 |
| | | | | | | ago when creating new windows was much faster than now, so by now it does more harm than good (bzr r7291) | ||||
| * | use correct method of accessing top-level window for transientization | bulia byak | 2009-02-14 | 1 | -3/+3 |
| | | | | (bzr r7290) | ||||
| * | Add missing xml/repr.h header. | Krzysztof Kosi??ski | 2009-02-13 | 1 | -0/+1 |
| | | | | (bzr r7288) | ||||
| * | Fix crashes when tool styles are not set in prefs. | Krzysztof Kosi??ski | 2009-02-13 | 1 | -4/+4 |
| | | | | (bzr r7287) | ||||
| * | Remove last remnants of ancient plugin support. Tidy up acinclude.m4. | Krzysztof Kosi??ski | 2009-02-13 | 5 | -23/+0 |
| | | | | (bzr r7278) | ||||
| * | remove desktop-affine.cpp | Thomas Holder | 2009-02-11 | 1 | -1/+0 |
| | | | | (bzr r7276) | ||||
| * | remove desktop-affine.cpp | Thomas Holder | 2009-02-11 | 3 | -65/+4 |
| | | | | (bzr r7275) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-02-11 | 2 | -4/+4 |
| | | | | (bzr r7274) | ||||
| * | patch by KoRi for 324938 | bulia byak | 2009-02-11 | 1 | -1/+2 |
| | | | | (bzr r7272) | ||||
| * | do not return any non-normal blend mode if we do not show blend mode chooser | bulia byak | 2009-02-10 | 2 | -5/+11 |
| | | | | (bzr r7267) | ||||
| * | it was a very stupid idea to sort all combos without asking - this broke the ↵ | bulia byak | 2009-02-10 | 1 | -6/+16 |
| | | | | | | blend modes list in fill/stroke which relied on the set order of its enum (bzr r7266) | ||||
| * | patch by KoRi for bug 323594 | bulia byak | 2009-02-10 | 1 | -70/+80 |
| | | | | (bzr r7264) | ||||
| * | now that selection description includes style (filtered, clipped), we need ↵ | bulia byak | 2009-02-10 | 2 | -0/+12 |
| | | | | | | to update it on modified signal as well (bzr r7263) | ||||
| * | Adding explicit parenthesis to remove warnings | Jon A. Cruz | 2009-02-10 | 3 | -5/+5 |
| | | | | (bzr r7261) | ||||
| * | prevent hotkey clash (at least for english) | bulia byak | 2009-02-10 | 1 | -2/+2 |
| | | | | (bzr r7260) | ||||
| * | Filters, Extensions menus | bulia byak | 2009-02-10 | 3 | -23/+44 |
| | | | | (bzr r7259) | ||||
| * | Fix some console warning spam (most cannot be fixed, unfortunately) | Krzysztof Kosi??ski | 2009-02-09 | 9 | -27/+29 |
| | | | | (bzr r7257) | ||||
| * | Make the recent menu react to changes in max recent documents preference | Krzysztof Kosi??ski | 2009-02-09 | 1 | -0/+21 |
| | | | | | | immediately rather than after a restart. (bzr r7256) | ||||
| * | using C++ const_cast instead of plain C-type cast | Felipe Corr??a da Silva Sanches | 2009-02-09 | 1 | -129/+129 |
| | | | | (bzr r7255) | ||||
| * | adding comments/TODOs and/or reverting some of the things done in r20655 | Felipe Corr??a da Silva Sanches | 2009-02-09 | 10 | -20/+74 |
| | | | | | | due to JonCruz considerations about the proper way of doing it. (bzr r7254) | ||||
| * | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 2009-02-09 | 10 | -27/+27 |
| | | | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253) | ||||
| * | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 2009-02-09 | 4 | -6/+6 |
| | | | | | | suggested parentheses (bzr r7252) | ||||
| * | gcc warning cleanup: | Felipe Corr??a da Silva Sanches | 2009-02-08 | 9 | -15/+15 |
| | | | | | | | warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement (bzr r7251) | ||||
| * | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 2009-02-08 | 1 | -133/+132 |
| | | | | | | | | | mainly deprecated conversion from string constant to ‘char*’ and unused variables (bzr r7249) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2009-02-08 | 1 | -1/+1 |
| | | | | (bzr r7247) | ||||
| * | adapt for new menu structure | bulia byak | 2009-02-07 | 2 | -3/+3 |
| | | | | (bzr r7245) | ||||
| * | better in singular | bulia byak | 2009-02-06 | 1 | -2/+2 |
| | | | | (bzr r7242) | ||||
| * | more Editors | bulia byak | 2009-02-06 | 1 | -8/+8 |
| | | | | (bzr r7241) | ||||
| * | remove unused | bulia byak | 2009-02-06 | 2 | -3/+0 |
| | | | | (bzr r7240) | ||||
| * | make more things private | bulia byak | 2009-02-06 | 2 | -46/+41 |
| | | | | (bzr r7239) | ||||
| * | add All Vectors and All Bitmaps filters (todo: port this to the win32 dialog) | bulia byak | 2009-02-06 | 1 | -0/+33 |
| | | | | (bzr r7238) | ||||
| * | * src/widgets/desktop-widget.cpp: Minor fix for OS X menubar: Don't try to ↵ | Milosz Derezynski | 2009-02-06 | 1 | -1/+5 |
| | | | | | | access NULL GtkWidget pointer (bzr r7235) | ||||
| * | Fixed small translation issue for extensions. | Marcin Floryan | 2009-02-05 | 2 | -6/+7 |
| | | | | (bzr r7233) | ||||
| * | Making the eraser more eraser-like | Jon A. Cruz | 2009-02-04 | 1 | -2/+2 |
| | | | | (bzr r7228) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2009-02-04 | 1 | -1/+1 |
| | | | | (bzr r7227) | ||||
| * | Fixed dangerous base-class methods that were missing returns by converting ↵ | Jon A. Cruz | 2009-02-04 | 1 | -2/+2 |
| | | | | | | them to abstract. (bzr r7226) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2009-02-04 | 1 | -2/+2 |
| | | | | (bzr r7225) | ||||
| * | enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!) | Johan B. C. Engelen | 2009-02-02 | 1 | -1/+1 |
| | | | | (bzr r7224) | ||||
| * | enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!) | Johan B. C. Engelen | 2009-02-02 | 1 | -2/+2 |
| | | | | (bzr r7223) | ||||
| * | display waiting cursor; move credits to a page of its own | bulia byak | 2009-02-02 | 1 | -13/+21 |
| | | | | (bzr r7219) | ||||
| * | copyedit, use repeated calls for graduated contrast | bulia byak | 2009-02-02 | 1 | -3/+6 |
| | | | | (bzr r7218) | ||||
| * | copyedit, names that make more sense | bulia byak | 2009-02-02 | 2 | -4/+4 |
| | | | | (bzr r7217) | ||||
| * | use the same steps to figure out dir for bitmap copy as in export dialog | bulia byak | 2009-02-02 | 1 | -2/+11 |
| | | | | (bzr r7216) | ||||
