summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/icon-preview.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2013-03-29Header cleanupAlex Valavanis1-1/+0
2013-03-19Fixing regressionjtx1-0/+4
2013-03-17Working with widjetsJabier Arraiza Cenoz1-4/+0
2013-03-15Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis1-0/+4
2013-01-23revert my revision 12053 (Bug #1103248 )Kris De Gussem1-1/+1
2013-01-22direct use of Glib::ustringKris De Gussem1-1/+1
2012-04-17Fix for 169888 : HIG Style frameJohn Smith1-2/+3
2012-03-07cppcheckKris De Gussem1-1/+1
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-2/+1
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-0/+2
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-2/+2
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-12/+9
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-2/+2
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-5/+4
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-2/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-27UI: punctiation and mnemonics in preferences, export and ico preview dialogKris De Gussem1-1/+1
2010-07-26Added preference to suppress auto-refresh of icon previews.Jon A. Cruz1-2/+4
2010-07-26Added preference to suppress auto-refresh of icon previews.Jon A. Cruz1-2/+4
2010-07-25Added debug info.Jon A. Cruz1-11/+63
2010-07-25Added debug info.Jon A. Cruz1-11/+63
2010-07-25Make icon preview seleciton stikcy by default.Jon A. Cruz1-1/+1
2010-07-25Make icon preview selection sticky by default.Jon A. Cruz1-1/+1
2010-07-25Added preference to suppress icon preview frames.Jon A. Cruz1-4/+8
2010-07-25Added preference to keep last selected item shown.Jon A. Cruz1-18/+28
2010-07-25Added preference to suppress icon preview frames.Jon A. Cruz1-4/+8
2010-07-25Added preference to keep last selected item shown.Jon A. Cruz1-18/+28
2010-07-25Adding preference to suppress packing of previews.Jon A. Cruz1-1/+3
2010-07-25Adding preference to suppress packing of previews.Jon A. Cruz1-1/+3
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-7/+10
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-4/+3
2010-05-06Track selection changes for updating in icon preview.Jon A. Cruz1-1/+7
2010-05-06Removed redundant refresh button, ui cleanup, added frames, etc. for bug #171...Jon A. Cruz1-21/+11
2010-05-06Switched icons to have frames, be square, and arranged more efficiently for s...Jon A. Cruz1-4/+39
2010-05-02Follow-up to bug 427514 specific to icon preview, which happened to fix bug #...Jon A. Cruz1-5/+94
2010-04-06Fixed use of dialogs in more than one window, and tile problem with selection...Jon A. Cruz1-5/+4
2010-03-02Cleanup on id access.Jon A. Cruz1-3/+3
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-9/+7
2008-11-21Merge from fe-movedTed Gould1-4/+4
2008-10-27From trunkTed Gould1-35/+25
2008-09-16fix leak of the arena and arenaitembulia byak1-1/+3
2007-12-22Fix typo in an array causing a write off the end. Causes bug if noBryce Harrington1-1/+1
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-8/+4