Age | Commit message (Expand) | Author | Files | Lines |
2008-12-15 | * Added base functions, ABI set and Index setHEADmaster | Sam Spilsbury | 3 | -2/+52 |
2008-12-12 | * Only need to include "wiimote_options.h" once in the -internal.h file and ... | Sam Spilsbury | 8 | -18/+1 |
2008-12-11 | * It makes no sense to expose internal things to other plugins | Sam Spilsbury | 11 | -147/+169 |
2008-12-11 | * Re-entry guard should protect the entire .h file, not just the "\#define C... | Sam Spilsbury | 1 | -1/+1 |
2008-12-11 | * Fix incorrect extern declaration | Sam Spilsbury | 9 | -2/+14 |
2008-12-11 | * General Bugfixing | Sam Spilsbury | 2 | -21/+8 |
2008-11-30 | * Use new options system | Sam Spilsbury | 4 | -109/+157 |
2008-11-29 | * Use dynamically allocated memory, options don't work -- yet | Sam Spilsbury | 7 | -201/+216 |
2008-11-29 | * Drop in some frameworks for dynamic memory management, stuff I should have... | Sam Spilsbury | 2 | -1/+82 |
2008-11-29 | * Remove paintoutput | Sam Spilsbury | 1 | -35/+0 |
2008-11-29 | Fix undefined symbol error | Sam Spilsbury | 2 | -1/+2 |
2008-11-29 | * Remove useless includes amongst other things | Sam Spilsbury | 2 | -5/+9 |
2008-11-29 | Fix namespace confusion | Sam Spilsbury | 1 | -4/+0 |
2008-11-29 | * Only warn that if the prompt plugin is not loaded, one won't see instructi... | Sam Spilsbury | 2 | -5/+3 |
2008-09-10 | * ABI Update | Sam Spilsbury | 4 | -17/+17 |
2008-08-26 | * Actually update files | Sam Spilsbury | 2 | -5/+6 |
2008-06-21 | * Track core changes | Sam | 1 | -1/+1 |
2008-04-28 | * Declare that as an extern int and not multiple static ints | Sam Spilsbury | 9 | -14/+1 |
2008-04-28 | * Reload the options on initDisplay so that if one of the multilists is blan... | Sam Spilsbury | 11 | -1/+18 |
2008-04-28 | * I need to find a better way to shut the compiler up | Sam Spilsbury | 1 | -3/+0 |
2008-04-27 | * 'whoops' Don't include a local file in a global header :/ | Sam Spilsbury | 8 | -1/+26 |
2008-04-26 | * Added the new files that I split into (I think I went overboard. Meh) | Sam Spillaz | 8 | -0/+737 |
2008-04-26 | * Part 10: Added copyright notice cleanup etc | Sam Spillaz | 5 | -15/+80 |
2008-04-26 | * Part 9: Put all the includes in compiz-wiimote.h ... almost done! | Sam Spillaz | 3 | -1/+14 |
2008-04-26 | * Part 8: Split actions into action.c | Sam Spillaz | 2 | -174/+21 |
2008-04-26 | * Part 7: Split options code into option.c | Sam Spillaz | 2 | -161/+9 |
2008-04-26 | * Part 6: Split reporting into ... report.c! | Sam Spillaz | 3 | -127/+128 |
2008-04-26 | * Part 5: Split gesture handling into gesture.c | Sam Spillaz | 2 | -135/+1 |
2008-04-26 | * Split inter-plugins communication into communicate.c | Sam Spillaz | 1 | -52/+0 |
2008-04-26 | * Part 3: Split callbacks into callback.c | Sam Spillaz | 4 | -183/+184 |
2008-04-26 | * Part 2: Finish splitting util functions | Sam Spillaz | 1 | -88/+0 |
2008-04-26 | * Part 1 of the big wiimote file split: Split connection into connect.c, som... | Sam Spillaz | 3 | -414/+389 |
2008-04-18 | * New Makefile | Sam Spilsbury | 1 | -6/+23 |
2008-03-10 | * Fix translatables | Sam Spilsbury | 1 | -1/+1 |
2008-03-08 | * Code and comment cleanup and ordering | Sam Spilsbury | 2 | -298/+270 |
2008-03-08 | * Remove more redundant code and clean up functions | Sam Spilsbury | 2 | -31/+17 |
2008-03-08 | * Remove redundant code | Sam Spilsbury | 2 | -318/+83 |
2008-03-08 | * Now depends on prompt | Sam Spilsbury | 3 | -12/+116 |
2008-03-06 | * Add system to prevent 'neutral movements' from calling gestures | Sam Spilsbury | 1 | -45/+50 |
2008-03-05 | * Nunchuck stick gesture support | Sam Spilsbury | 3 | -4/+24 |
2008-03-05 | * Reload xarg, yarg, zarg and dataType options on change | Sam Spilsbury | 1 | -0/+5 |
2008-03-05 | * Option to choose between interger and float arguments | Sam Spilsbury | 3 | -8/+52 |
2008-03-05 | * That commit commited a memory leak :o | Sam Spilsbury | 1 | -2/+1 |
2008-03-05 | * Roland Bar: Stability, memory allocation and initialization fixes | Sam Spilsbury | 2 | -13/+12 |
2008-03-04 | * Added option to specify reporting arguments (broken, but falls back on pre... | Sam Spilsbury | 3 | -35/+48 |
2008-03-03 | * Actual movement gesture support now working | Sam Spilsbury | 3 | -16/+61 |
2008-03-03 | * Nunchuck button support | Sam Spilsbury | 1 | -0/+1 |
2008-03-03 | * Cleanup | Sam Spilsbury | 2 | -87/+74 |
2008-03-02 | * Cleanup. | Sam Spilsbury | 2 | -31/+13 |
2008-02-29 | * Another workaround | Sam Spilsbury | 1 | -1/+2 |