summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-15Link with -lmHEADmasterKristian Høgsberg1-1/+1
2007-09-26Add a "big board" model and tweak the constants a bit.Kristian Høgsberg1-5/+49
2006-07-16Make the dock draggable.Kristian Høgsberg1-14/+69
2006-07-15Add icon throwing from tibrisch.Kristian Høgsberg1-0/+9
2006-07-15Mention git diff on the web page.Kristian Høgsberg1-3/+4
2006-07-14A couple of fixes from Ben Booth for icon sizes and absolute paths.Kristian Høgsberg1-1/+7
2006-07-14Small cleanup.Kristian Høgsberg1-11/+15
2006-07-14Use g_shell_parse_argv() for parsing exec line an filter %u etc.Kristian Høgsberg1-4/+28
2006-07-12Mention how the videos were shot.Kristian Høgsberg1-1/+1
2006-07-12Finish dynamic model rewrite, port all of main.c over.Kristian Høgsberg3-444/+413
2006-07-12Add install rule.Kristian Høgsberg1-0/+5
2006-07-11Add more video links, remove comment about restarting the dock.Kristian Høgsberg1-7/+10
2006-07-11Fix crash on X server without COMPOSITE.Kristian Høgsberg1-2/+6
2006-07-09Bounce icon correctly according to dock orientation.Kristian Høgsberg1-1/+9
2006-07-09Only use geometry for first screen.Kristian Høgsberg1-60/+25
2006-07-09Add gconf keys to control physics constants.Kristian Høgsberg2-31/+116
2006-07-08Update dock when launchers are added.Kristian Høgsberg1-6/+59
2006-07-08Read out position from gconf and update when value changes.Kristian Høgsberg2-64/+163
2006-07-08Make dock placement configurable.Kristian Høgsberg4-63/+142
2006-07-08Make more of the model dynamic, start porting over main.c.Kristian Høgsberg3-91/+136
2006-07-07Make akamaru anchor and polygon lists dynamic.Kristian Høgsberg3-89/+140
2006-07-05Add link to dock video.Kristian Høgsberg1-0/+2
2006-07-05Update web page with a bit of dock documentation.Kristian Høgsberg2-1/+12
2006-07-05First steps towards making the akamaru model dynamic.Kristian Høgsberg3-132/+309
2006-07-04Add home page and post-update script to merge in git log output.Kristian Høgsberg3-0/+121
2006-07-04Prelight on mouse-over on launchers.Kristian Høgsberg1-24/+91
2006-07-04Implemented launching on click.Kristian Høgsberg1-15/+50
2006-06-19Use gdk_cairo_set_source_pixbuf() in kiba_launcher_paint().Kristian Høgsberg1-13/+4
2006-06-18Make the dock a GtkWidget.Kristian Høgsberg1-222/+375
2006-06-18Feature rush: drag and drop launchers, store dock configuration in gconf.Kristian Høgsberg12-5696/+480
2006-06-15Add background panel for dock.Kristan Høgsberg1-1/+56
2006-06-15Make the last few global constants part of the model.Kristan Høgsberg4-14/+43
2006-06-11Get rid of 1024x768 screen size assumption.Kristian Høgsberg1-18/+21
2006-06-11Reduce time step to prevent 'shimmering'.Kristian Høgsberg2-2/+3
2006-06-11Improve initial icon placement.Kristian Høgsberg1-11/+15
2006-06-11Initialize attributes.event_mask correctly.Kristian Høgsberg2-6/+7
2006-06-11New feature: polygons can now enclose objects.Kristian Høgsberg4-15/+32
2006-06-11Add new akamaru example: a crazy icon dock.Kristian Høgsberg12-6/+5763
2006-06-10Add anchor constraint and use it to lock center point in dock model.Kristian Høgsberg3-28/+46
2006-06-09Add new Spacer constraint and a 'dock' model.Kristian Høgsberg3-3/+85
2006-06-09Add stick_init() initializer.Kristian Høgsberg2-0/+9
2006-05-24Add init function for springs and clean up grid init.Kristian Høgsberg3-20/+21
2006-05-24Add init functions for various objects, clean up model initializations.Kristian Høgsberg4-57/+62
2006-05-23Trim akamaru.c #include's.Kristian Høgsberg2-10/+7
2006-05-23Tweaking.Kristian Høgsberg2-12/+29
2006-05-23Split gtk+ demo code out into main.c. Core model code is now in akamaru.c.Kristian Høgsberg4-854/+891
2006-05-23Add new OffsetSpring force and implement a wobbly patch.Kristian Høgsberg1-11/+120
2006-05-23Add spring forces.Kristian Høgsberg1-6/+99
2006-05-23Generalize offset constraint to work on a number of points.Kristian Høgsberg1-52/+73
2006-05-22Implement general polygon constraints.Kristian Høgsberg1-79/+175