summaryrefslogtreecommitdiffstats
path: root/src/widgets/icon.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-7/+4
2008-02-18Fixing preview/swatch sizes.Jon A. Cruz1-6/+4
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-4/+2
2007-03-17re-introduce isEmpty testsMenTaLguY1-1/+1
2007-03-11ban empty rectangles entirely and remove isEmpty testMenTaLguY1-1/+1
2007-03-04more NR::Maybe<NR::Rect> workMenTaLguY1-17/+22
2007-03-04switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY1-13/+8
2007-03-01API change: render methods now take a cairo_t (not yet used)bulia byak1-1/+1
2007-02-23Fixed crash when draw height was zero.Jon A. Cruz1-6/+11
2007-02-20Moving functions from svg_preview_cache.h to a new .cppBryce Harrington1-4/+4
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
2006-08-25I peeled back my changes because of some deep error.Jon Phillips1-2/+0
2006-08-24Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips1-0/+2
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
2006-05-28replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY1-4/+5
2006-05-20Changled dialog from checkboxes to icons for visible and locked.Jon A. Cruz1-5/+13
2006-04-09Tweaked smaller size to be 3/4ths the menu sizeJon A. Cruz1-2/+2
2006-04-08Fixed array index calculationJon A. Cruz1-2/+4
2006-04-07Putting in smaller icon sizeJon A. Cruz1-16/+76
2006-04-06Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz1-6/+7
2006-02-08remove icon prerender time messagesMenTaLguY1-22/+0