summaryrefslogtreecommitdiff
path: root/src/metadata.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-18[PATCH] Fix reading of floats in metadata for some locales.Erkin Bahceci1-0/+10
2008-08-28Made logMessage a wrappable core (instead of display) function.Danny Baumann1-3/+3
2008-06-07Fix a number of memory leaks.Danny Baumann1-2/+6
2008-03-15Added screen edge trigger delay settings.Danny Baumann1-6/+22
2007-09-06Fix a number of obvious memory leaks.David Reveman1-0/+2
2007-08-29Split compiz.h into compiz.h and compiz-core.h.David Reveman1-1/+1
2007-08-14Button actions should be initialized with CompActionStateInitEdgeDavid Reveman1-1/+2
2007-08-14Update parsing of edge metadata.David Reveman1-19/+7
2007-08-14Remove complex action option initialization.David Reveman1-97/+0
2007-08-13Add passive grabs and update event handling to triggerDavid Reveman1-1/+1
2007-08-13Add edge modifiers. Deprecates edge button functionality.David Reveman1-8/+2
2007-08-13Add bell option, which is just a bell only action option.David Reveman1-0/+37
2007-08-13Add edge option, which is just a edge only action option.David Reveman1-0/+64
2007-08-13Add button-binding option, which is just a button-binding onlyDavid Reveman1-0/+50
2007-08-13Add key-binding option, which is just a key-binding onlyDavid Reveman1-0/+50
2007-07-16Fix parsing of screen edge metadata.David Reveman1-1/+1
2007-07-05Initialize edge button properly from metadata.Dennis Kasprzyk1-0/+2
2007-06-06Remove string restrictionsMike Dransfield1-71/+3
2007-05-31Add extensible logging frameworkMike Dransfield1-5/+7
2007-05-31Clean up.David Reveman1-6/+4
2007-05-21Fix initialization of color option values. Alpha componentDavid Reveman1-1/+4
2007-05-03Remove option descriptions from CompOption structure.David Reveman1-12/+0
2007-04-30Check for passive_grab element when initializing action state.David Reveman1-0/+10
2007-04-24Add compSetDisplayOption and compSetScreenOption.David Reveman1-0/+38
2007-04-24Add CompActionStateAutoGrab action state, which isused to indicateDavid Reveman1-1/+53
2007-04-24Add helper tag to match options. This tag can be used to indicateDavid Reveman1-4/+36
2007-04-18Load both user and system metadata files.David Reveman1-21/+32
2007-04-17Clean up.David Reveman1-4/+4
2007-04-17Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizDavid Reveman1-4/+6
2007-04-17Improve option initialization and loading of hard codedDavid Reveman1-23/+259
2007-04-17Update match during initialisation from metadata.Dennis Kasprzyk1-3/+5
2007-04-17initialize float value correctly from metadataDennis Kasprzyk1-1/+1
2007-04-16Use .xml file extensions for metadata files.David Reveman1-1/+1
2007-04-13string -> value.David Reveman1-1/+1
2007-04-13Add convenient option info structure and initialize all core optionsDavid Reveman1-0/+37
2007-04-13Initialize option descriptions.David Reveman1-0/+12
2007-04-12Update metadata.c header.David Reveman1-2/+3
2007-04-12general -> core.David Reveman1-1/+1
2007-04-12element -> value.David Reveman1-1/+1
2007-04-12Clean up action edge initialization.David Reveman1-30/+27
2007-04-12Clean up action bell initialization.David Reveman1-6/+8
2007-04-12Clean up action key/button initialization.David Reveman1-88/+27
2007-04-12Initialize action state properly.David Reveman1-75/+54
2007-04-12Use restrictions when initializing options.David Reveman1-27/+62
2007-04-12Initialize restrictions before default value.David Reveman1-5/+5
2007-04-12Fix so that string restrictions can be overloaded appropriately.David Reveman1-24/+33
2007-04-12Fix so that int and float restrictions can be overloaded appropriately.David Reveman1-59/+48
2007-04-12Add stringFromMetadataPathElement function.David Reveman1-19/+22
2007-04-12Update option initialization so that appropriate values can beDavid Reveman1-318/+222
2007-04-11Remove initOptionFromNode.David Reveman1-65/+39