summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move app-specific logic and file operations up from the lower level.Jon A. Cruz2009-02-163-19/+36
| | | (bzr r7308)
* fix pasting style after copying a text spanbulia byak2009-02-161-6/+28
| | | (bzr r7301)
* make doubleclick not only switch to text but also position cursorbulia byak2009-02-163-3/+6
| | | (bzr r7300)
* utilities for getting style at cursor, placing cursor at iterator or ↵bulia byak2009-02-164-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 indicatorDiederik van Lierop2009-02-1510-125/+240
| | | (bzr r7296)
* Zero page size for GTK spinbutton changeJon A. Cruz2009-02-142-2/+2
| | | (bzr r7295)
* warning fixbulia byak2009-02-141-1/+1
| | | (bzr r7292)
* remove temporary prevention of retransientization - this hack was added long ↵bulia byak2009-02-141-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 transientizationbulia byak2009-02-141-3/+3
| | | (bzr r7290)
* Add missing xml/repr.h header.Krzysztof Kosi??ski2009-02-131-0/+1
| | | (bzr r7288)
* Fix crashes when tool styles are not set in prefs.Krzysztof Kosi??ski2009-02-131-4/+4
| | | (bzr r7287)
* Remove last remnants of ancient plugin support. Tidy up acinclude.m4.Krzysztof Kosi??ski2009-02-135-23/+0
| | | (bzr r7278)
* remove desktop-affine.cppThomas Holder2009-02-111-1/+0
| | | (bzr r7276)
* remove desktop-affine.cppThomas Holder2009-02-113-65/+4
| | | (bzr r7275)
* Warning cleanupJon A. Cruz2009-02-112-4/+4
| | | (bzr r7274)
* patch by KoRi for 324938bulia byak2009-02-111-1/+2
| | | (bzr r7272)
* do not return any non-normal blend mode if we do not show blend mode chooserbulia byak2009-02-102-5/+11
| | | (bzr r7267)
* it was a very stupid idea to sort all combos without asking - this broke the ↵bulia byak2009-02-101-6/+16
| | | | | blend modes list in fill/stroke which relied on the set order of its enum (bzr r7266)
* patch by KoRi for bug 323594bulia byak2009-02-101-70/+80
| | | (bzr r7264)
* now that selection description includes style (filtered, clipped), we need ↵bulia byak2009-02-102-0/+12
| | | | | to update it on modified signal as well (bzr r7263)
* Adding explicit parenthesis to remove warningsJon A. Cruz2009-02-103-5/+5
| | | (bzr r7261)
* prevent hotkey clash (at least for english)bulia byak2009-02-101-2/+2
| | | (bzr r7260)
* Filters, Extensions menusbulia byak2009-02-103-23/+44
| | | (bzr r7259)
* Fix some console warning spam (most cannot be fixed, unfortunately)Krzysztof Kosi??ski2009-02-099-27/+29
| | | (bzr r7257)
* Make the recent menu react to changes in max recent documents preference Krzysztof Kosi??ski2009-02-091-0/+21
| | | | | immediately rather than after a restart. (bzr r7256)
* using C++ const_cast instead of plain C-type castFelipe Corr??a da Silva Sanches2009-02-091-129/+129
| | | (bzr r7255)
* adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches2009-02-0910-20/+74
| | | | | due to JonCruz considerations about the proper way of doing it. (bzr r7254)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-0910-27/+27
| | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-094-6/+6
| | | | | suggested parentheses (bzr r7252)
* gcc warning cleanup:Felipe Corr??a da Silva Sanches2009-02-089-15/+15
| | | | | | warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement (bzr r7251)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-081-133/+132
| | | | | | | | mainly deprecated conversion from string constant to ‘char*’ and unused variables (bzr r7249)
* Warning cleanup.Jon A. Cruz2009-02-081-1/+1
| | | (bzr r7247)
* adapt for new menu structurebulia byak2009-02-072-3/+3
| | | (bzr r7245)
* better in singularbulia byak2009-02-061-2/+2
| | | (bzr r7242)
* more Editorsbulia byak2009-02-061-8/+8
| | | (bzr r7241)
* remove unusedbulia byak2009-02-062-3/+0
| | | (bzr r7240)
* make more things privatebulia byak2009-02-062-46/+41
| | | (bzr r7239)
* add All Vectors and All Bitmaps filters (todo: port this to the win32 dialog)bulia byak2009-02-061-0/+33
| | | (bzr r7238)
* * src/widgets/desktop-widget.cpp: Minor fix for OS X menubar: Don't try to ↵Milosz Derezynski2009-02-061-1/+5
| | | | | access NULL GtkWidget pointer (bzr r7235)
* Fixed small translation issue for extensions.Marcin Floryan2009-02-052-6/+7
| | | (bzr r7233)
* Making the eraser more eraser-likeJon A. Cruz2009-02-041-2/+2
| | | (bzr r7228)
* Warning cleanup.Jon A. Cruz2009-02-041-1/+1
| | | (bzr r7227)
* Fixed dangerous base-class methods that were missing returns by converting ↵Jon A. Cruz2009-02-041-2/+2
| | | | | them to abstract. (bzr r7226)
* Warning cleanup.Jon A. Cruz2009-02-041-2/+2
| | | (bzr r7225)
* enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)Johan B. C. Engelen2009-02-021-1/+1
| | | (bzr r7224)
* enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)Johan B. C. Engelen2009-02-021-2/+2
| | | (bzr r7223)
* display waiting cursor; move credits to a page of its ownbulia byak2009-02-021-13/+21
| | | (bzr r7219)
* copyedit, use repeated calls for graduated contrastbulia byak2009-02-021-3/+6
| | | (bzr r7218)
* copyedit, names that make more sensebulia byak2009-02-022-4/+4
| | | (bzr r7217)
* use the same steps to figure out dir for bitmap copy as in export dialogbulia byak2009-02-021-2/+11
| | | (bzr r7216)