Commit Graph

130 Commits (28a2d8ca791b8bc74e52a26773ab3863bc37f145)

Author SHA1 Message Date
Joel Bodenmann 28a2d8ca79 Renaming GFX_NO_OS_INIT to GFX_OS_NO_INIT 2015-08-16 17:21:01 +02:00
inmarket 64752ab52c Small bug fix + doco 2015-07-11 16:22:47 +10:00
inmarket 475dd871b8 Doco for latest change 2015-06-08 14:18:46 +10:00
inmarket 34d7b62607 Doco update 2015-06-08 11:33:48 +10:00
Joel Bodenmann 4a808fe590 Opening 2.4 development 2015-05-16 21:17:56 +02:00
inmarket 88a43f5fc0 Doc update 2015-05-10 17:16:26 +10:00
Joel Bodenmann 4c6a074964 Updating docs 2015-04-30 10:40:11 +02:00
inmarket 1ce3f20fa4 Add GWIN virtual keyboard widget 2015-04-12 17:07:38 +10:00
inmarket b04148ca2b Update Doc 2015-04-08 15:00:45 +10:00
inmarket 6c0409f25b New Mikromedia-Plus-STM32-M4 board by lliypuk (with mods) 2015-02-23 18:17:26 +10:00
inmarket 07a63f7143 Compile error and emulation errors for GFILE_NEED_STDIO 2015-02-21 09:23:33 +10:00
inmarket 50cbdbc288 Big improvements to GWIN arrow button drawing.
Some symmetry issues fixed.
Now optionally support exact 45 degree arrow heads.
With 45 degree arrow heads if the height/width ratios are right a triangular button is produced.
2015-02-14 14:20:45 +10:00
inmarket b8eab8f035 More fixes to TLS8204 driver 2015-02-07 01:12:46 +10:00
Joel Bodenmann 32ab371e4e Documentation 2015-02-01 17:38:59 +01:00
inmarket b316263833 Implement a "Toggle Button" using a checkbox with a custom draw.
Updated the widgets demo to show this.
2015-01-23 17:57:13 +10:00
inmarket fa8167b94d Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well.
Naming is more consistent with the new scheme.
May affect some third party drivers (header file renames).
2015-01-21 17:26:24 +10:00
inmarket 8745bb81cf More doco updates 2015-01-13 13:59:07 +10:00
inmarket a22a32e8db Update Doco 2015-01-13 13:50:13 +10:00
Joel Bodenmann ce9503a118 updated docs/release.txt 2014-12-06 12:02:09 +01:00
Joel Bodenmann 746527632c Opening development on version 2.3 2014-11-23 15:19:55 +01:00
Joel Bodenmann 3405741fec Adjusting docs/releases.txt for release 2014-11-23 15:12:26 +01:00
Joel Bodenmann d304a54917 Removing docs/roadmap.txt 2014-11-23 15:11:54 +01:00
inmarket 87242d0a6c Add MatrixFloat2D and MatrixFixed2D operations to GMISC.
Add polygon demo
2014-11-21 17:09:44 +10:00
Joel Bodenmann 74c23de1d2 docs 2014-11-17 21:52:15 +01:00
Joel Bodenmann 6bc091035a Updating releases.txt 2014-11-12 21:01:13 +01:00
Joel Bodenmann f65b189673 Added MAX11802 driver - NOT WORKING YET - read_xyz() not ported yet 2014-11-09 21:55:15 +01:00
inmarket 5b806ef66b Merge branch 'master' into newmouse 2014-10-27 16:48:19 +10:00
inmarket 3825cec8f8 Added new arc sector drawing routines (Thanks to steved for the inspiration).
Added demo to match.
2014-10-27 16:44:53 +10:00
inmarket a18511cdc1 doco 2014-09-26 16:34:29 +10:00
inmarket a0ed314840 Update release information 2014-09-13 14:54:17 +10:00
inmarket e4880b7269 Doco 2014-08-20 12:24:56 +10:00
Joel Bodenmann bf164b4583 added SPFD54124B driver by user shilow 2014-08-20 00:39:52 +02:00
inmarket 75e1e7a5e2 Add GFILE support for PetitFS (a very tiny FAT implementation) 2014-08-15 02:22:02 +10:00
inmarket 10902154ae GFILE: restructure files, add File Listing, add C String files
Fix compile error for ChibiOS BaseStreamFile based GFILES'.
2014-08-12 16:43:45 +10:00
inmarket 14f372bef8 doco 2014-08-08 19:02:07 +10:00
Joel Bodenmann d85375c4b4 doc 2014-08-08 09:47:19 +02:00
Joel Bodenmann b2b09319e4 doc 2014-08-06 18:21:44 +02:00
Joel Bodenmann 89d0d4ecae whitespaces 2014-08-05 10:00:54 +02:00
inmarket 9826378b96 Operating System initialisation can now be turned off in gfxconf.h 2014-07-29 12:00:47 +10:00
inmarket f08f35a9e4 Support for rawrtos real time operating system 2014-07-29 11:01:08 +10:00
inmarket ae50541fd7 Update releases documentation 2014-07-18 09:28:52 +10:00
inmarket db4719bd1d Release doco update 2014-07-15 12:41:07 +10:00
Joel Bodenmann 1fe4bcde39 Added gwinDrawThickLine() wrapper for corresponding GDISP call 2014-07-11 20:41:50 +02:00
Joel Bodenmann 5c13e08e76 added gfileSync() and autosync feature 2014-06-29 16:15:46 +02:00
Joel Bodenmann 490bd82dd2 doc 2014-06-27 19:24:52 +02:00
Joel Bodenmann 9fc1e51b44 FatFS implementation 2014-06-27 19:02:27 +02:00
inmarket 285bd0f4d6 GDISP framebuffer driver + an implementation for the linux kernel framebuffer device 2014-05-22 17:21:19 +10:00
inmarket bc3ebd6ae9 GWIN: Make sure invisible windows are redrawn before visible windows.
Redrawing compile options made visible for the user project.
2014-05-22 09:35:36 +10:00
Joel Bodenmann 1edc0a2d5a Added containers_nested demo 2014-05-21 14:56:02 +02:00
Joel Bodenmann 0b204ed8e3 Reworking the GWIN doxygen documentation. 2014-05-20 18:05:38 +02:00