aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* GWIN renaming, tidy up, color stylesinmarket2013-07-0711-191/+204
|
* GDISP fix bug in non-multithreadinmarket2013-07-071-1/+0
|
* Add Radio buttons (can also be used as a Tab group)inmarket2013-07-064-1/+187
|
* Remove widget structure members when they are not needed for input trackinginmarket2013-07-064-25/+39
| | | | Also doco update for Enabled Flag
* Rename gwin base image function to avoid confusion with the image gwin object.inmarket2013-07-041-1/+1
|
* Make the enabled state available to all GWIN's - not just widgets.inmarket2013-07-042-13/+23
|
* Restore gwin base class image functioninmarket2013-07-041-0/+29
|
* Label, Image and Window Manager changesinmarket2013-07-043-22/+24
|
* label work in progress - not working anymoreJoel Bodenmann2013-07-024-11/+26
|
* wipJoel Bodenmann2013-07-021-3/+15
|
* GLabel work in progressJoel Bodenmann2013-07-012-0/+59
|
* small doxygen fixesJoel Bodenmann2013-07-011-3/+1
|
* image doxygen fixJoel Bodenmann2013-07-011-3/+3
|
* image widget first releaseJoel Bodenmann2013-07-012-30/+86
|
* Merge branch 'GWIN' into imageinmarket2013-07-019-15/+26
|\
| * Merge branch 'master' into GWINinmarket2013-07-011-1/+14
| |\
| | * Add gdispImageIsOpen() function.inmarket2013-07-011-1/+14
| | |
| * | GWIN Init structures are const (read-only to GWIN)inmarket2013-07-018-14/+12
| | |
* | | image widget implementation work in progressJoel Bodenmann2013-07-012-0/+52
|/ /
* | Merge remote-tracking branch 'origin/master' into GWINinmarket2013-07-011-1/+1
|\|
| * gdisp: fixed bug in line drawing functionMateusz Tomaszkiewicz2013-06-261-1/+1
| | | | | | | | | | | | | | | | There was a problem when you drew a line from (x0,y0) to (x1,y1) and these points met following conditions: y0 = y1 and x0 > x1. The viewport was set incorrectly to start from (x0,y1) when it should start from (x1,y0) since x1 is lower in this case. (x1,y1) would be also OK since y0 = y1.
* | GWIN reduce Initialisation parameters and fix visibility issuesinmarket2013-06-248-46/+50
| |
* | Merge branch 'master' into GWINinmarket2013-06-221-1/+1
|\|
| * Various README updatesMateusz Tomaszkiewicz2013-06-211-1/+1
| | | | | | | | Changed misleading description.
* | Merge commit 'd8db148a149541f658cc9729785b3694f80e2624' into GWINinmarket2013-06-224-24/+24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1550-164/+78
| |
* | License header updatesinmarket2013-06-1551-185/+99
| |
* | Clean up GWIN Event assignment. Optimise event efficiency.inmarket2013-06-1010-59/+154
| |
* | Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-088-509/+764
| |
* | GWIN fixesinmarket2013-06-061-0/+16
| |
* | New simplified gwin using a pseudo class structure.inmarket2013-06-069-534/+552
|/
* checkbox cleanupJoel Bodenmann2013-06-041-5/+1
|
* added custom render interface for checkboxesJoel Bodenmann2013-06-031-0/+11
|
* member state of checkbox is now called isCheckedJoel Bodenmann2013-06-021-3/+3
|
* some more checkbox fixesJoel Bodenmann2013-06-021-2/+3
|
* GWIN checkbox fixJoel Bodenmann2013-06-021-1/+0
|
* added default themeJoel Bodenmann2013-06-021-28/+9
|
* Fix license issues and GOS issues in TDISPinmarket2013-06-023-78/+38
|
* GOS updatesinmarket2013-06-026-20/+84
|
* added basic implementation of checkboxes (functional)Joel Bodenmann2013-06-022-4/+182
|
* doxygen fixesJoel Bodenmann2013-06-011-8/+1
|
* TDISP updateJoel Bodenmann2013-06-013-252/+421
|
* added obsolete #warning to gdispInit()Joel Bodenmann2013-05-301-2/+2
|
* API fixJoel Bodenmann2013-05-271-2/+2
|
* added slider enable/disable APIJoel Bodenmann2013-05-271-0/+24
|
* More GOS module changesinmarket2013-05-269-189/+513
| | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support
* GOS module, for operating system independanceinmarket2013-05-2518-109/+1014
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* docsJoel Bodenmann2013-05-202-62/+64
|
* doxygen fixJoel Bodenmann2013-05-202-0/+2
|
* added enable and disable APIs to high level GWIN codeJoel Bodenmann2013-05-201-0/+23
|