Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | checkbox event fix | Joel Bodenmann | 2013-06-03 | 1 | -1/+2 |
| | |||||
* | member state of checkbox is now called isChecked | Joel Bodenmann | 2013-06-02 | 2 | -9/+9 |
| | |||||
* | some more checkbox fixes | Joel Bodenmann | 2013-06-02 | 2 | -2/+4 |
| | |||||
* | GWIN checkbox fix | Joel Bodenmann | 2013-06-02 | 2 | -1/+11 |
| | |||||
* | doxygen update | Joel Bodenmann | 2013-06-02 | 1 | -54/+136 |
| | |||||
* | added default theme | Joel Bodenmann | 2013-06-02 | 2 | -75/+48 |
| | |||||
* | Notepad-2 demo updated to work on ChibiOS or pure Win32 compile | inmarket | 2013-06-02 | 8 | -58/+65 |
| | |||||
* | Fix license issues and GOS issues in TDISP | inmarket | 2013-06-02 | 8 | -198/+85 |
| | |||||
* | GOS updates | inmarket | 2013-06-02 | 15 | -100/+160 |
| | |||||
* | Had extra elements to gitignore and fix image problems created by github | inmarket | 2013-06-02 | 5 | -0/+7 |
| | |||||
* | added basic implementation of checkboxes (functional) | Joel Bodenmann | 2013-06-02 | 1 | -0/+171 |
| | |||||
* | added basic implementation of checkboxes (functional) | Joel Bodenmann | 2013-06-02 | 4 | -5/+185 |
| | |||||
* | doxygen fixes | Joel Bodenmann | 2013-06-01 | 4 | -33/+2 |
| | |||||
* | TDISP update | Joel Bodenmann | 2013-06-01 | 17 | -446/+2573 |
| | |||||
* | gdispInit() -> gfxInit() in all demos | Joel Bodenmann | 2013-05-30 | 8 | -3/+3 |
| | |||||
* | added obsolete #warning to gdispInit() | Joel Bodenmann | 2013-05-30 | 2 | -2/+9 |
| | |||||
* | API fix | Joel Bodenmann | 2013-05-27 | 1 | -2/+2 |
| | |||||
* | added slider enable/disable API | Joel Bodenmann | 2013-05-27 | 2 | -0/+31 |
| | |||||
* | docs | Joel Bodenmann | 2013-05-27 | 1 | -0/+2 |
| | |||||
* | Merge pull request #74 from inmarket/master | Andrew Hannam | 2013-05-25 | 18 | -315/+1107 |
|\ | | | | | More GOS changes incl adding Win32 O/S support | ||||
| * | More GOS module changes | inmarket | 2013-05-26 | 18 | -315/+1107 |
| | | | | | | | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support | ||||
* | | Merge pull request #73 from inmarket/master | Andrew Hannam | 2013-05-24 | 122 | -957/+2213 |
|\| | | | | | GOS module for OS independance, GMISC additions | ||||
| * | GOS module, for operating system independance | inmarket | 2013-05-25 | 122 | -957/+2213 |
| | | | | | | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
| * | Merge pull request #30 from Tectu/master | Andrew Hannam | 2013-05-23 | 33 | -659/+3029 |
| |\ | |/ |/| | Merge Tectu Changes | ||||
* | | Merge pull request #72 from abhishek-kakkar/master | Tectu | 2013-05-23 | 10 | -0/+1354 |
|\ \ | | | | | | | New Notepad-2 Demo | ||||
| * | | New Notepad-2 Demo for ChibiOS/GFX | Abhishek Kumar | 2013-05-23 | 10 | -0/+1354 |
| | | | | | | | | | | | | See demos/3rdparty/notepad-2/readme.txt for more details. | ||||
* | | | Merge pull request #71 from abhishek-kakkar/master | Tectu | 2013-05-21 | 1 | -0/+2 |
|\| | | | | | | | | Fix GIF rendering stability issue | ||||
| * | | Fix GIF rendering issue | Abhishek Kumar | 2013-05-21 | 1 | -0/+2 |
|/ / | | | | | | | | | Uninitialized cache values causes stability issues in systems Cache initialized to 0 fixes it. | ||||
* | | Added HX8347D driver by the user Eddie | Joel Bodenmann | 2013-05-21 | 7 | -0/+909 |
| | | |||||
* | | docs | Joel Bodenmann | 2013-05-20 | 8 | -64/+82 |
| | | |||||
* | | doxygen fix | Joel Bodenmann | 2013-05-20 | 3 | -0/+4 |
| | | |||||
* | | docs | Joel Bodenmann | 2013-05-20 | 1 | -0/+1 |
| | | |||||
* | | added enable and disable APIs to high level GWIN code | Joel Bodenmann | 2013-05-20 | 2 | -0/+27 |
| | | |||||
* | | button fix | Joel Bodenmann | 2013-05-20 | 2 | -16/+24 |
| | | |||||
* | | added gwin enabled parameter and implemented button enable/disable functions | Joel Bodenmann | 2013-05-20 | 3 | -1/+50 |
| | | |||||
* | | cleanup & tdisp warning fix | Joel Bodenmann | 2013-05-20 | 3 | -578/+576 |
| | | |||||
* | | Merge pull request #70 from inmarket/master | Tectu | 2013-05-15 | 7 | -0/+457 |
|\| | | | | | X11 Driver for GDISP and GINPUT MOUSE | ||||
| * | X driver for GDISP and GINPUT_MOUSE | Andrew Hannam | 2013-05-16 | 7 | -0/+457 |
| | | |||||
| * | Merge pull request #29 from Tectu/master | Andrew Hannam | 2013-05-15 | 5 | -326/+342 |
| |\ | |/ |/| | Merge Tectu Changes | ||||
* | | TDISP demo fix | Joel Bodenmann | 2013-05-15 | 2 | -7/+7 |
| | | |||||
* | | TDISP fixes | Joel Bodenmann | 2013-05-15 | 1 | -1/+1 |
| | | |||||
* | | TDISP fixes | Joel Bodenmann | 2013-05-15 | 4 | -325/+341 |
| | | |||||
* | | Merge pull request #69 from inmarket/master | Tectu | 2013-05-09 | 1 | -7/+7 |
|\| | | | | | More image fixes | ||||
| * | More Image Fixes | Andrew Hannam | 2013-05-09 | 1 | -7/+7 |
| | | | | | | | | GIF Interlaced offset Fixes and area reveal offset fixes | ||||
* | | Merge pull request #68 from inmarket/master | Tectu | 2013-05-09 | 3 | -51/+82 |
|\| | | | | | Image Decoder Fixes | ||||
| * | Image Decoder Fixes | Andrew Hannam | 2013-05-09 | 3 | -51/+82 |
| | | | | | | | | | | Fixes to memory allocation for BMP and NATIVE Fixes to source offset images for GIF | ||||
* | | Merge pull request #67 from inmarket/master | Tectu | 2013-05-05 | 31 | -900/+1276 |
|\| | | | | | Reinsertion of doxygen headers | ||||
| * | Reinsertion of doxygen headers | Andrew Hannam | 2013-05-06 | 31 | -900/+1276 |
| | | | | | | | | Reinsertion of doxygen headers that got lost in license change | ||||
| * | Merge pull request #28 from Tectu/master | Andrew Hannam | 2013-05-05 | 153 | -3279/+2336 |
| |\ | |/ |/| | Merge Tectu Changes | ||||
* | | doxygen version update | Joel Bodenmann | 2013-05-03 | 1 | -1/+1 |
| | |