aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin
Commit message (Collapse)AuthorAgeFilesLines
* Update image demo's to use GFILE ROMFS.inmarket2014-02-075-11/+35
|
* Update demo's with images in theminmarket2014-02-072-2/+5
|
* Listbox demo: Change default font to UI2, fix the gfxconf defines, remove ↵inmarket2014-02-032-134/+5
| | | | surpurflous defines
* list demo & docJoel Bodenmann2014-02-012-65/+263
|
* Updates to console history. This now works well.inmarket2014-01-171-1/+4
|
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-218-45/+45
|
* Added progressbar widget (demos still to do)Joel Bodenmann2013-12-012-0/+130
|
* Remove orientation changes in demos because this is now handled by using ↵inmarket2013-11-161-4/+0
| | | | GDISP_DEFAULT_ORIENTATION.
* Add support for a default application orientation.inmarket2013-11-091-1/+2
| | | | Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro
* Make the hardware depedant options clearer for the widgets demoinmarket2013-10-291-1/+5
|
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-289-27/+27
| | | | the new streaming and multiple display demos
* uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-289-45/+45
|
* updated GDISP and GWIN demosJoel Bodenmann2013-10-2818-376/+300
|
* fixed orientation stuff in widgets demoJoel Bodenmann2013-10-261-4/+4
|
* Add initial orientation to the widgets demo.inmarket2013-10-241-0/+4
|
* Update graph demo so it compiles multi-os direct from a makefileinmarket2013-10-221-3/+3
|
* Use scrolling console in widget demo by defaultinmarket2013-09-181-1/+1
|
* Update old demos for new fonts.inmarket2013-08-173-7/+7
|
* Merge branch 'master' into fontsinmarket2013-08-011-1/+1
|\
| * Update widget demo so list 3 is multi-selectinmarket2013-08-011-1/+1
| |
* | Merge branch 'master' into fontsinmarket2013-08-015-21/+54
|\|
| * Add image support to GWIN Listboxes.inmarket2013-08-014-5/+35
| | | | | | | | Updated GWIN widgets demo to match.
| * Add GWIN List multi-select supportinmarket2013-08-012-20/+23
| |
* | Merge branch 'master' into fontsinmarket2013-08-014-5/+258
|\|
| * Update GWIN widget demoinmarket2013-08-011-1/+1
| |
| * Update gwin widgets and lists demosinmarket2013-08-014-16/+56
| |
| * List updates and add list demo - still work in progressinmarket2013-07-272-0/+213
| |
| * Integrate changes from master branchinmarket2013-07-271-1/+1
| |
* | Update widgets demo for new fontsinmarket2013-07-292-6/+3
| |
* | Remove preset GOS choice. It is defaulted if not specified anyway.inmarket2013-07-261-1/+1
|/
* Image animation changesinmarket2013-07-191-0/+2
|
* typoJoel Bodenmann2013-07-172-0/+0
|
* added slider demoJoel Bodenmann2013-07-172-0/+151
|
* added radio button demo codeJoel Bodenmann2013-07-162-0/+175
|
* whitespacesJoel Bodenmann2013-07-162-2/+4
|
* added checkbox demoJoel Bodenmann2013-07-164-8/+164
|
* added button demoJoel Bodenmann2013-07-162-0/+154
|
* Update graph demo and move under gwin demosinmarket2013-07-163-0/+165
|
* Add image into Widget demoinmarket2013-07-072-6/+652
|\
| * added GWIN image demoJoel Bodenmann2013-07-062-2/+648
| |
* | Update GWIN demosinmarket2013-07-074-132/+257
| |
* | Remove Slider demo. It is replaced by the Wdigets demoinmarket2013-07-074-187/+0
|/
* Add Radio buttons (can also be used as a Tab group)inmarket2013-07-062-19/+84
|
* Math library no longer needed on widget demoinmarket2013-07-041-4/+0
|
* Widget demo updateinmarket2013-07-042-3/+19
|
* readme fixJoel Bodenmann2013-07-011-0/+4
|
* in /demos/modules/gwin/widgets disabled ginput toggle by defaultJoel Bodenmann2013-07-011-1/+1
|
* GWIN reduce Initialisation parameters and fix visibility issuesinmarket2013-06-242-43/+42
|
* Merge commit 'd8db148a149541f658cc9729785b3694f80e2624' into GWINinmarket2013-06-226-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 updatesinmarket2013-06-156-18/+87
| |