| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | code cleanup: make more functions static, add includes. | Campbell Barton | 2012-10-04 | 1 | -2/+2 |
| | | | | (bzr r11737) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -4/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Fix more deprecated GDK key symbols | Alex Valavanis | 2012-05-07 | 1 | -4/+8 |
| | | | | (bzr r11344) | ||||
| * | gtkmm-3.0 fixes for Gtk::Box and header inclusions | Alex Valavanis | 2012-04-28 | 1 | -1/+1 |
| | | | | (bzr r11304) | ||||
| * | Drop GtkObject use in dialog | Alex Valavanis | 2012-04-28 | 1 | -3/+3 |
| | | | | (bzr r11303) | ||||
| * | gseal fix | Alex Valavanis | 2012-02-26 | 1 | -1/+1 |
| | | | | (bzr r11026) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -2/+4 |
| | | | | (bzr r11018) | ||||
| * | Fix for 171579 : Make inkscape remember dialogs window status | John Smith | 2012-02-17 | 1 | -3/+23 |
| | | | | (bzr r10992) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-06 | 1 | -5/+5 |
| | | | | (bzr r10946) | ||||
| * | Some documentation | Kris De Gussem | 2012-01-06 | 1 | -49/+16 |
| | | | | (bzr r10851) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -1/+0 |
| | | | | (bzr r10826) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
| * | Fixed uninitialized member variables. | Jon A. Cruz | 2011-02-07 | 1 | -4/+11 |
| | | | | (bzr r10037) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Remove the failed and unused "new gui" stuff. | Krzysztof Kosi??ski | 2010-10-12 | 1 | -21/+4 |
| | | | | (bzr r9828) | ||||
| * | zero out pointers to deleted members. might expose problems if a stail ↵ | Jon A. Cruz | 2010-04-04 | 1 | -0/+1 |
| | | | | | | pointer is related to bug #494722. (bzr r9291) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -14/+15 |
| | | | | (bzr r6885) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-02-24 | 1 | -13/+13 |
| | | | | (bzr r4838) | ||||
| * | The dialog to panel refactoring: | gustav_b | 2007-11-22 | 1 | -40/+11 |
| | | | | | | | | | | | | | | | | | | | * 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) | ||||
| * | Handle Dialog events properly | gustav_b | 2007-09-19 | 1 | -33/+28 |
| | | | | (bzr r3774) | ||||
| * | Move more dialog event handling into Dialog class, work in progress on | gustav_b | 2007-09-19 | 1 | -18/+74 |
| | | | | | | focus issues. (bzr r3767) | ||||
| * | Cleaned up Dialog class, coding style, unused code, etc. (only | gustav_b | 2007-09-19 | 1 | -130/+127 |
| | | | | | | | | | | | | | | estethical changes) --This line, and those below, will be ignored-- M src/ui/dialog/dialog.h M src/ui/dialog/tree-editor.cpp M src/ui/dialog/dialog.cpp M src/ui/dialog/dock-behavior.cpp M src/ui/dialog/floating-behavior.cpp M src/ui/dialog/tree-editor.h (bzr r3766) | ||||
| * | Remove redundant dialog present(), make sure user_hidden is set for | gustav_b | 2007-09-10 | 1 | -1/+0 |
| | | | | | | DockBehavior dialogs. (bzr r3710) | ||||
| * | Fixes for transient dialogs in win32. | gustav_b | 2007-09-02 | 1 | -2/+10 |
| | | | | (bzr r3670) | ||||
| * | Dockable dialogs patch applied | gustav_b | 2007-08-29 | 1 | -135/+115 |
| | | | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613) | ||||
| * | patch 1690246 from Max + read_geometry fixes for consistent placement | bulia byak | 2007-04-01 | 1 | -0/+1 |
| | | | | (bzr r2801) | ||||
| * | now at least the first opening of the first gtkmm dialog opens it in-place ↵ | bulia byak | 2007-02-19 | 1 | -3/+2 |
| | | | | | | without jumping. still can't make it work for all cases. (bzr r2397) | ||||
| * | Cleans it from //#ifndef WIN32 | Johan B. C. Engelen | 2007-01-06 | 1 | -2/+0 |
| | | | | (bzr r2140) | ||||
| * | Small edits to copyright info. | Johan B. C. Engelen | 2007-01-06 | 1 | -2/+3 |
| | | | | (bzr r2139) | ||||
| * | Special #ifdef win32 code to enable Dialogs on Top for windows. Note the ↵ | Johan B. C. Engelen | 2007-01-06 | 1 | -5/+12 |
| | | | | | | removal of options from the global preferences on win32! just one option left: dialogs on top yes/no. Does have one "bug" though... read note! (bzr r2138) | ||||
| * | Check if dialog is going to be displayed offscreen, if so: move it to center ↵ | Johan B. C. Engelen | 2006-11-26 | 1 | -5/+8 |
| | | | | | | | | off screen. [ 1596374 ] To do: copy this to non-gtkmm dialogs (bzr r2039) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -1/+1 |
| | | | | | | 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 | -1/+1 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -1/+1 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | 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) | ||||
| * | open Inkscape Preferences on doubleclick of toolbox button (more or less patch | Ralf Stephan | 2006-02-06 | 1 | -0/+6 |
| | | | | | | #1424822 by Marco Scholten) (bzr r93) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+359 |
| (bzr r1) | |||||
