aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* readme / license / releases fixJoel Bodenmann2013-07-163-193/+195
|
* Fix missing init function for GMISCinmarket2013-07-162-1/+22
|
* Update graph demo and move under gwin demosinmarket2013-07-163-153/+165
|
* Update gaudin and gadc demos for new GWINinmarket2013-07-166-54/+100
|
* Merge branch 'GWIN'Joel Bodenmann2013-07-1446-2156/+5288
|\
| * Fix enabled visibility buginmarket2013-07-071-2/+2
| |
| * Fix image background color buginmarket2013-07-071-6/+8
| |
| * Add image into Widget demoinmarket2013-07-072-6/+652
| |\
| | * added GWIN image demoJoel Bodenmann2013-07-062-2/+648
| | |
| * | Update GWIN demosinmarket2013-07-075-199/+308
| | |
| * | Change GDISP image default reading mode for WIN32inmarket2013-07-072-2/+2
| | |
| * | Add missing file to GDISP image demoinmarket2013-07-071-0/+587
| | |
| * | Remove Slider demo. It is replaced by the Wdigets demoinmarket2013-07-074-187/+0
| | |
| * | GWIN renaming, tidy up, color stylesinmarket2013-07-0722-527/+588
| | |
| * | GDISP fix bug in non-multithreadinmarket2013-07-072-1/+4
| |/
| * Add Radio buttons (can also be used as a Tab group)inmarket2013-07-068-20/+532
| |
| * Remove widget structure members when they are not needed for input trackinginmarket2013-07-068-334/+364
| | | | | | | | Also doco update for Enabled Flag
| * Fix window manager buginmarket2013-07-061-10/+8
| | | | | | | | Window are was not being cleared properly when something was made invisible
| * Image decoders not setting image type correctly.inmarket2013-07-043-0/+3
| |
| * Rename gwin base image function to avoid confusion with the image gwin object.inmarket2013-07-042-2/+2
| |
| * Make the enabled state available to all GWIN's - not just widgets.inmarket2013-07-044-30/+51
| |
| * Restore gwin base class image functioninmarket2013-07-042-0/+41
| |
| * Math library no longer needed on widget demoinmarket2013-07-041-4/+0
| |
| * Widget demo updateinmarket2013-07-042-3/+19
| |
| * Label, Image and Window Manager changesinmarket2013-07-049-147/+275
| |
| * label work in progress - not working anymoreJoel Bodenmann2013-07-026-68/+93
| |
| * wipJoel Bodenmann2013-07-022-5/+44
| |
| * GLabel work in progressJoel Bodenmann2013-07-014-1/+128
| |
| * fixed image drawing boundriesJoel Bodenmann2013-07-011-1/+1
| |
| * small doxygen fixesJoel Bodenmann2013-07-012-4/+2
| |
| * image doxygen fixJoel Bodenmann2013-07-011-3/+3
| |
| * image widget first releaseJoel Bodenmann2013-07-014-55/+131
| |
| * Merge branch 'GWIN' into imageinmarket2013-07-0117-24/+43
| |\
| | * Merge remote-tracking branch 'origin/GWIN' into GWINinmarket2013-07-012-1/+5
| | |\
| | * \ Merge branch 'master' into GWINinmarket2013-07-012-1/+22
| | |\ \
| | * | | GWIN Init structures are const (read-only to GWIN)inmarket2013-07-0115-23/+21
| | | | |
| * | | | image widget implementation work in progressJoel Bodenmann2013-07-014-0/+116
| | |_|/ | |/| |
| * | | readme fixJoel Bodenmann2013-07-011-0/+4
| | | |
| * | | in /demos/modules/gwin/widgets disabled ginput toggle by defaultJoel Bodenmann2013-07-011-1/+1
| |/ /
| * | Merge remote-tracking branch 'origin/master' into GWINinmarket2013-07-013-4/+4
| |\ \
| * | | GWIN reduce Initialisation parameters and fix visibility issuesinmarket2013-06-2418-132/+147
| | | |
| * | | Merge branch 'master' into GWINinmarket2013-06-2238-95/+1873
| |\ \ \
| * \ \ \ Merge commit 'd8db148a149541f658cc9729785b3694f80e2624' into GWINinmarket2013-06-2271-877/+241
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | Updated licenseinmarket2013-06-151-20/+24
| | | | | |
| * | | | | License header updatesinmarket2013-06-15217-575/+549
| | | | | |
| * | | | | Clean up GWIN Event assignment. Optimise event efficiency.inmarket2013-06-1025-241/+560
| | | | | |
| * | | | | Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-0822-590/+1230
| | | | | |
| * | | | | GWIN fixesinmarket2013-06-065-59/+106
| | | | | |
| * | | | | License fixes to some demosinmarket2013-06-064-72/+100
| | | | | |
| * | | | | New simplified gwin using a pseudo class structure.inmarket2013-06-0620-1316/+1648
| | | | | |