summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-10Fix focusDefaultWindow function.object-frameworkDavid Reveman2-59/+1
2008-03-10Add overlappingOutputs property.David Reveman1-0/+7
2008-03-10Remove core metadata.David Reveman2-13/+1
2008-03-10Remove core plugin and c-loader.David Reveman1-120/+5
2008-03-10Remove all old display options.David Reveman3-429/+2
2008-03-10Set showDesktop/hideDesktop vTable functions properly.David Reveman1-0/+4
2008-03-10Remove showDesktop from display.c.David Reveman1-26/+2
2008-03-10Add menu method to window type and showDesktop/hideDesktop toDavid Reveman6-37/+84
2008-03-10Add public raise and lower functions to window object type.David Reveman6-383/+369
2008-03-10Remove toggleSlowAnimations.David Reveman1-20/+1
2008-03-10Make slowAnimations a public property.David Reveman4-5/+10
2008-03-10Remove runCommand functions from display.c.David Reveman1-110/+15
2008-03-10Move mainMenu and runDialog into screen object type.David Reveman4-52/+69
2008-03-10Metadata updates.David Reveman3-22/+169
2008-03-10Update key grab code and add better error reporting.David Reveman10-226/+473
2008-03-10Add si delegate type.David Reveman2-0/+291
2008-03-10Remove key event description type and add state signals toDavid Reveman5-110/+233
2008-03-10Track changes to core.David Reveman2-2/+2
2008-03-10Properly write an end-of-string after file data.David Reveman1-2/+1
2008-03-10Apply global interface metadata before node specific.David Reveman1-39/+48
2008-03-10Make runCommand function a member of screen object.David Reveman5-40/+56
2008-03-10Use CompKeyEventDescription objects for keyGrabs.David Reveman1-17/+29
2008-03-10Add window metadata.David Reveman2-0/+75
2008-03-10Update screen metadata.David Reveman1-29/+33
2008-03-10Add button event signal match objects.David Reveman4-3/+306
2008-03-10Add widget type.David Reveman11-238/+478
2008-03-10Move close function into window type and convert modifierDavid Reveman5-79/+88
2008-03-10Add types.David Reveman1-0/+10
2008-03-10Better error reporting.David Reveman1-30/+56
2008-03-10Include compiz/object.h and compiz/c-object.h beforeDavid Reveman1-1/+3
2008-03-10Add key event signal match object types.David Reveman2-2/+307
2008-03-10Add KeyEventDescription object type.David Reveman2-0/+86
2008-03-10Better error reporting.David Reveman1-16/+12
2008-03-10Add iDelegate type.David Reveman3-6/+149
2008-03-10delegateVoid -> voidDelegate.David Reveman3-40/+40
2008-03-10Cleanup.David Reveman1-6/+0
2008-03-10Add signal compression support to delegate type.David Reveman2-41/+102
2008-03-10Add emit function to object type and move compEmitSignedSignalDavid Reveman5-69/+104
2008-03-10Add StructureNofitySignalMatch type.David Reveman3-6/+132
2008-03-10Remove old screen options.David Reveman4-123/+6
2008-03-10Track changes to window object.David Reveman10-27/+27
2008-03-10Add focusStealingPrevention property to window object.David Reveman2-2/+14
2008-03-10Add keyGrabs object and updatePassiveGrabs function to screenDavid Reveman3-203/+129
2008-03-10Use active window instead of event window.David Reveman1-2/+2
2008-03-10Add bell signal to window object type.David Reveman3-3/+29
2008-03-10Track changes to window object type.David Reveman2-5/+5
2008-03-10Emit key and button signals from handleActionEvent.David Reveman1-2/+93
2008-03-10Add key and last arguments to key event signals.David Reveman2-11/+25
2008-03-10Add key event signals to window object type.David Reveman2-3/+62
2008-03-10Add button event signals to window object type.David Reveman2-13/+107