summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Install examples in /usr/share/doc/cairo-5cKeith Packard1-1/+1
2016-09-21Add connect-3 example to MakefileKeith Packard1-0/+1
2016-09-20connect-3: Show score on screenKeith Packard1-2/+1
2012-11-06Add connect-3 demo appKeith Packard1-0/+585
2012-03-14Fix chrome example to work with new 2D boxKeith Packard1-7/+7
2012-02-29Add fob-logo demoKeith Packard1-0/+224
2012-02-26Make setgame and tic-tac-toe specify desired geometry for gameKeith Packard2-2/+2
2008-03-27setgame: track nselected and card selected in highlight funcsKeith Packard1-8/+12
2008-03-21Name the toolkit 'nichrome' (thanks again, Bart).Keith Packard3-74/+86
2008-02-23Update setgame.5c to respect new non-public APIsKeith Packard1-36/+36
2008-02-22Add stuff to .gitignore filesKeith Packard1-0/+1
2008-02-18Use lozenge widget in examplesKeith Packard2-6/+8
2008-02-18Handle 'delete' event in spinman.5c exampleKeith Packard1-1/+4
2008-01-24use separate board in tic-tac-toe for best move computation1.2Keith Packard1-1/+2
2008-01-22Rework chrome layout code to handle widget resize.Keith Packard4-342/+230
2008-01-15Add remaining examples to installed setKeith Packard1-1/+6
2008-01-13Add simple event display exampleKeith Packard1-0/+5
2008-01-13Add very simple arc exampleKeith Packard1-0/+16
2008-01-13Merge chrome source code into main cairo-5c treeKeith Packard1-128/+273
2008-01-13Move files into subdirectories.Keith Packard2-0/+1415
2008-01-04Make the tic-tac-toe example more fancyKeith Packard1-110/+227
2008-01-04Add 'set' game example.Keith Packard1-0/+532
2008-01-04Add buttons to tic-tac-toe game.Keith Packard1-19/+165
2007-12-31Add tic tac toe gameKeith Packard1-0/+475
2007-12-31First line in animate demo was broken by previous $Id$ removalKeith Packard1-1/+1
2007-12-28Remove RCS Id lines from examples, along with #! lines.Keith Packard8-23/+7
2007-12-28Add .gitignore filesKeith Packard1-0/+11
2007-04-06Update led example to current cairo APIKeith Packard1-8/+8
2005-07-09Pass GtkPixmap objects around as they are reference counted. Use proposed new...Keith Packard1-30/+5
2005-07-07Match current cairo API. Use XInitThreads, as it's necessary for stable opera...Keith Packard1-9/+9
2005-06-07Add accumulated examples to the install list.Bart Massey1-1/+9
2005-06-07Enum order and names changed in API shuffle.Keith Packard1-1/+1
2005-06-07Some locking changes. Still locks up from time to time.Keith Packard1-3/+5
2005-05-18Another round of API changes for cairo 0.5, the putative final API structure.Keith Packard8-40/+23
2005-05-02Match cairo API as of today.Keith Packard14-173/+81
2005-03-14Add a bunch more examples, including the LED image generation program used by...Keith Packard10-0/+1062
2005-03-14Must explicitly reference desired backendsKeith Packard1-1/+1
2004-12-24Destroy context to flush fileKeith Packard1-1/+2
2004-12-23Split cairo_t and cairo_surface_t functions apart, permitting more complex pr...Keith Packard4-11/+179
2004-12-19Add matrix operationsKeith Packard2-4/+2
2004-12-18Fix examples to match API changesKeith Packard4-23/+21
2004-12-17Add current_path/current_path_flat by creating nickle structure in C code hol...Keith Packard1-0/+2
2004-12-17Install example nickle programsKeith Packard1-0/+14
2004-12-17Add cairo.5c and install it to nickle libaryKeith Packard8-69/+294
2004-12-15Add enable/disable to take advantage of double buffering for smooth animation.Keith Packard1-1/+3
2004-12-14Replace lame Xlib-based output with more capable gtk+ based output, including...Keith Packard5-17/+47
2004-12-11Replace hsv conversion functions with algorithms which use 0 <= h <= 1, 0 <= ...Keith Packard1-62/+72
2004-12-11Add text exampleKeith Packard1-0/+164
2004-12-11Initial revisionKeith Packard6-0/+207