Changeset 699

Show
Ignore:
Timestamp:
06/07/09 00:07:15 (4 years ago)
Author:
bjourne
Message:

Skeleton commit of the cairo drawing system.

Nothing works yet, this is just the gobject boilerplate and the build-system setup.
Much more will come soon.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gtkimageview/src/Makefile.am

    r632 r699  
    1414        gtkimageview.h              \ 
    1515        gtkanimview.h               \ 
     16        gtkiimagecairoshaper.h      \ 
    1617        gtkiimagetool.h             \ 
    1718        gtkimagescrollwin.h         \ 
     19        gtkimagetoolcairo.h         \ 
    1820        gtkimagetooldragger.h       \ 
    1921        gtkimagetoolpainter.h       \ 
     
    2931        gdkpixbufdrawcache.c        \ 
    3032        gtkanimview.c               \ 
     33        gtkiimagecairoshaper.c      \ 
    3134        gtkiimagetool.c             \ 
    3235        gtkimagenav.c               \ 
    3336        gtkimagescrollwin.c         \ 
     37        gtkimagetoolcairo.c         \ 
    3438        gtkimagetooldragger.c       \ 
    3539        gtkimagetoolpainter.c       \ 
  • gtkimageview/src/wscript_build

    r658 r699  
    99              'gdkpixbufdrawcache.c', 
    1010              'gtkanimview.c', 
     11              'gtkiimagecairoshaper.c', 
    1112              'gtkiimagetool.c', 
    1213              'gtkimagenav.c', 
    1314              'gtkimagescrollwin.c', 
     15              'gtkimagetoolcairo.c', 
    1416              'gtkimagetooldragger.c', 
    1517              'gtkimagetoolpainter.c', 
     
    8284           'gtkimageview.h', 
    8385           'gtkanimview.h', 
     86           'gtkiimagecairoshaper.h', 
    8487           'gtkiimagetool.h', 
    8588           'gtkimagescrollwin.h', 
     89           'gtkimagetoolcairo.h', 
    8690           'gtkimagetooldragger.h', 
    8791           'gtkimagetoolpainter.h', 
  • gtkimageview/tests/Makefile.am

    r632 r699  
    1212        ex-anim              \ 
    1313        ex-blurpart          \ 
     14        ex-cairo-drawing     \ 
    1415        ex-mini              \ 
    1516        ex-monitor-selection \