summaryrefslogtreecommitdiffstats
path: root/src/widgets/icon.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-7/+4
| | | (bzr r5149)
* Fixing preview/swatch sizes.Jon A. Cruz2008-02-181-6/+4
| | | (bzr r4765)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-4/+2
| | | (bzr r4629)
* re-introduce isEmpty testsMenTaLguY2007-03-171-1/+1
| | | (bzr r2679)
* ban empty rectangles entirely and remove isEmpty testMenTaLguY2007-03-111-1/+1
| | | (bzr r2606)
* more NR::Maybe<NR::Rect> workMenTaLguY2007-03-041-17/+22
| | | (bzr r2543)
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-041-13/+8
| | | | | rect handling, though) (bzr r2536)
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
| | | (bzr r2472)
* Fixed crash when draw height was zero.Jon A. Cruz2007-02-231-6/+11
| | | (bzr r2420)
* Moving functions from svg_preview_cache.h to a new .cppBryce Harrington2007-02-201-4/+4
| | | (bzr r2402)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* I peeled back my changes because of some deep error.Jon Phillips2006-08-251-2/+0
| | | (bzr r1636)
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-241-0/+2
| | | (bzr r1634)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-4/+5
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* Changled dialog from checkboxes to icons for visible and locked.Jon A. Cruz2006-05-201-5/+13
| | | (bzr r903)
* Tweaked smaller size to be 3/4ths the menu sizeJon A. Cruz2006-04-091-2/+2
| | | (bzr r459)
* Fixed array index calculationJon A. Cruz2006-04-081-2/+4
| | | (bzr r458)
* Putting in smaller icon sizeJon A. Cruz2006-04-071-16/+76
| | | (bzr r455)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-6/+7
| | | (bzr r439)
* remove icon prerender time messagesMenTaLguY2006-02-081-22/+0
| | | (bzr r105)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+924
(bzr r1)