summaryrefslogtreecommitdiffstats
path: root/src/dialogs/iconpreview.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-309/+0
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2008-11-21Merge from fe-movedTed Gould1-4/+4
(bzr r6891)
2008-10-27From trunkTed Gould1-35/+25
(bzr r6885)
2008-09-16fix leak of the arena and arenaitembulia byak1-1/+3
(bzr r6822)
2007-12-22Fix typo in an array causing a write off the end. Causes bug if noBryce Harrington1-1/+1
sizes were loaded from the preferences file. Closes LP: #178139. (bzr r4277)
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-8/+4
started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)
2007-11-22The dialog to panel refactoring:gustav_b1-9/+9
* 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)
2007-08-29Dockable dialogs patch applied gustav_b1-9/+9
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
2006-05-28replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY1-1/+2
allocator a little more instead of the others (aside from libgc) (bzr r1044)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-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)
2006-02-19Refactoring panel containment. Purged ugly 'X'.Jon A. Cruz1-2/+2
(bzr r159)