Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated GDISP and GWIN demos | Joel Bodenmann | 2013-10-28 | 18 | -376/+299 |
| | |||||
* | fixed orientation stuff in widgets demo | Joel Bodenmann | 2013-10-26 | 1 | -4/+4 |
| | |||||
* | Add initial orientation to the widgets demo. | inmarket | 2013-10-24 | 1 | -0/+4 |
| | |||||
* | Update graph demo so it compiles multi-os direct from a makefile | inmarket | 2013-10-22 | 1 | -3/+3 |
| | |||||
* | Update old demos for new fonts. | inmarket | 2013-08-17 | 3 | -7/+7 |
| | |||||
* | Merge branch 'master' into fonts | inmarket | 2013-08-01 | 1 | -1/+1 |
|\ | |||||
| * | Update widget demo so list 3 is multi-select | inmarket | 2013-08-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into fonts | inmarket | 2013-08-01 | 5 | -21/+54 |
|\| | |||||
| * | Add image support to GWIN Listboxes. | inmarket | 2013-08-01 | 4 | -5/+35 |
| | | | | | | | | Updated GWIN widgets demo to match. | ||||
| * | Add GWIN List multi-select support | inmarket | 2013-08-01 | 2 | -20/+23 |
| | | |||||
* | | Merge branch 'master' into fonts | inmarket | 2013-08-01 | 4 | -5/+258 |
|\| | |||||
| * | Update GWIN widget demo | inmarket | 2013-08-01 | 1 | -1/+1 |
| | | |||||
| * | Update gwin widgets and lists demos | inmarket | 2013-08-01 | 4 | -16/+56 |
| | | |||||
| * | List updates and add list demo - still work in progress | inmarket | 2013-07-27 | 2 | -0/+213 |
| | | |||||
| * | Integrate changes from master branch | inmarket | 2013-07-27 | 1 | -1/+1 |
| | | |||||
* | | Update widgets demo for new fonts | inmarket | 2013-07-29 | 2 | -6/+3 |
| | | |||||
* | | Remove preset GOS choice. It is defaulted if not specified anyway. | inmarket | 2013-07-26 | 1 | -1/+1 |
|/ | |||||
* | Image animation changes | inmarket | 2013-07-19 | 1 | -0/+2 |
| | |||||
* | typo | Joel Bodenmann | 2013-07-17 | 2 | -0/+0 |
| | |||||
* | added slider demo | Joel Bodenmann | 2013-07-17 | 2 | -0/+151 |
| | |||||
* | added radio button demo code | Joel Bodenmann | 2013-07-16 | 2 | -0/+175 |
| | |||||
* | whitespaces | Joel Bodenmann | 2013-07-16 | 2 | -2/+4 |
| | |||||
* | added checkbox demo | Joel Bodenmann | 2013-07-16 | 4 | -8/+164 |
| | |||||
* | added button demo | Joel Bodenmann | 2013-07-16 | 2 | -0/+154 |
| | |||||
* | Update graph demo and move under gwin demos | inmarket | 2013-07-16 | 3 | -0/+165 |
| | |||||
* | Add image into Widget demo | inmarket | 2013-07-07 | 2 | -6/+652 |
|\ | |||||
| * | added GWIN image demo | Joel Bodenmann | 2013-07-06 | 2 | -2/+648 |
| | | |||||
* | | Update GWIN demos | inmarket | 2013-07-07 | 4 | -132/+257 |
| | | |||||
* | | Remove Slider demo. It is replaced by the Wdigets demo | inmarket | 2013-07-07 | 4 | -187/+0 |
|/ | |||||
* | Add Radio buttons (can also be used as a Tab group) | inmarket | 2013-07-06 | 2 | -19/+84 |
| | |||||
* | Math library no longer needed on widget demo | inmarket | 2013-07-04 | 1 | -4/+0 |
| | |||||
* | Widget demo update | inmarket | 2013-07-04 | 2 | -3/+19 |
| | |||||
* | readme fix | Joel Bodenmann | 2013-07-01 | 1 | -0/+4 |
| | |||||
* | in /demos/modules/gwin/widgets disabled ginput toggle by default | Joel Bodenmann | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | GWIN reduce Initialisation parameters and fix visibility issues | inmarket | 2013-06-24 | 2 | -43/+42 |
| | |||||
* | Merge commit 'd8db148a149541f658cc9729785b3694f80e2624' into GWIN | inmarket | 2013-06-22 | 6 | -0/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/applications/mandelbrot/gfxconf.h demos/applications/mandelbrot/main.c demos/applications/notepad/gfxconf.h demos/applications/notepad/main.c demos/benchmarks/gfxconf.h demos/benchmarks/main.c demos/modules/gadc/gfxconf.h demos/modules/gadc/gwinosc.c demos/modules/gadc/gwinosc.h demos/modules/gadc/main.c demos/modules/gaudin/gfxconf.h demos/modules/gaudin/gwinosc.c demos/modules/gaudin/gwinosc.h demos/modules/gaudin/main.c demos/modules/gdisp/gdisp_basics/gfxconf.h demos/modules/gdisp/gdisp_basics/main.c demos/modules/gdisp/gdisp_circles/gfxconf.h demos/modules/gdisp/gdisp_circles/main.c demos/modules/gdisp/gdisp_images/gfxconf.h demos/modules/gdisp/gdisp_images/main.c demos/modules/gdisp/gdisp_images_animated/gfxconf.h demos/modules/gdisp/gdisp_images_animated/main.c demos/modules/gdisp/gdisp_text/gfxconf.h demos/modules/gdisp/gdisp_text/main.c demos/modules/ginput/touch_driver_test/gfxconf.h demos/modules/ginput/touch_driver_test/main.c demos/modules/graph/gfxconf.h demos/modules/graph/main.c demos/modules/gtimer/gfxconf.h demos/modules/gtimer/main.c demos/modules/gwin/basic/gfxconf.h demos/modules/gwin/basic/main.c demos/modules/gwin/console/gfxconf.h demos/modules/gwin/console/main.c demos/modules/gwin/slider/gfxconf.h demos/modules/gwin/slider/main.c demos/modules/tdisp/gfxconf.h demos/modules/tdisp/main.c drivers/gdisp/ILI9320/gdisp_lld_config.h drivers/gdisp/ILI9325/gdisp_lld_config.h drivers/gdisp/Nokia6610GE12/GE12.h drivers/gdisp/Nokia6610GE12/gdisp_lld_board_example.h drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.h drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h drivers/gdisp/Nokia6610GE8/GE8.h drivers/gdisp/Nokia6610GE8/gdisp_lld_board_example.h drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h drivers/gdisp/S6D1121/gdisp_lld_board_example.h drivers/gdisp/S6D1121/gdisp_lld_board_olimex_e407.h drivers/gdisp/S6D1121/gdisp_lld_config.h drivers/gdisp/SSD1289/gdisp_lld_board_example.h drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h drivers/gdisp/SSD1289/gdisp_lld_config.h drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h drivers/gdisp/TestStub/gdisp_lld_config.h drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_firebull_stm32f103.h drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_pic32mx_lcd.h drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_embest_dmstf4bb.h drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_example.h drivers/multiple/Win32/gdisp_lld_config.h drivers/multiple/Win32/ginput_lld_toggle_config.h include/gaudin/options.h include/gaudout/options.h include/ginput/options.h include/gtimer/options.h include/gwin/internal.h license.html | ||||
| * | License header updates | inmarket | 2013-06-15 | 6 | -18/+87 |
| | | |||||
| * | License header fixes to some demos. | inmarket | 2013-06-06 | 3 | -54/+75 |
| | | |||||
* | | License header updates | inmarket | 2013-06-15 | 8 | -23/+107 |
| | | |||||
* | | Clean up GWIN Event assignment. Optimise event efficiency. | inmarket | 2013-06-10 | 2 | -42/+32 |
| | | |||||
* | | GWIN fixes | inmarket | 2013-06-06 | 1 | -51/+61 |
| | | |||||
* | | License fixes to some demos | inmarket | 2013-06-06 | 3 | -54/+75 |
| | | |||||
* | | New simplified gwin using a pseudo class structure. | inmarket | 2013-06-06 | 3 | -0/+212 |
|/ | |||||
* | Had extra elements to gitignore and fix image problems created by github | inmarket | 2013-06-02 | 1 | -0/+0 |
| | |||||
* | gdispInit() -> gfxInit() in all demos | Joel Bodenmann | 2013-05-30 | 2 | -1/+1 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 6 | -28/+21 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | Add GINPUT Dial, simplify GWIN input assignment | Andrew Hannam | 2013-04-07 | 3 | -13/+25 |
| | | | | | | | | Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment. | ||||
* | GWIN slider + image support | Andrew Hannam | 2013-04-06 | 3 | -0/+146 |
| | |||||
* | Move demos to better locations | Andrew Hannam | 2013-04-06 | 4 | -0/+230 |