Joel Bodenmann
ca0be9403f
Replacing logo for Doxygen
2016-02-01 16:31:25 +01:00
Joel Bodenmann
a76c176840
Revert "Setting the default heap size to 5120 bytes to avoid confusion due to linker errors when no malloc() / free() are available"
...
This reverts commit ed9a422d81
.
2016-01-11 08:03:16 +01:00
Joel Bodenmann
1ad99cbe4a
Adding missing entry to changelog
2016-01-09 18:53:12 +01:00
Joel Bodenmann
ed9a422d81
Setting the default heap size to 5120 bytes to avoid confusion due to linker errors when no malloc() / free() are available
2016-01-08 21:42:12 +01:00
Joel Bodenmann
0211a32e1f
Fixing 'progress' color of built-in widget styles
2015-12-19 00:56:53 +01:00
Joel Bodenmann
e33d7d353b
Added ILI9342 driver
2015-12-17 22:36:51 +01:00
Joel Bodenmann
b89ce7c7b3
Improving keyboard widget default renderer (thanks to TriZet)
2015-12-10 21:58:12 +01:00
Joel Bodenmann
013f993d54
docs
2015-11-29 00:06:59 +01:00
Joel Bodenmann
af2c663f57
Adding Altera MAX10 NEEK board files
2015-11-29 00:05:24 +01:00
Joel Bodenmann
eaf0b19fb8
Adding support for NIOS-II platform
2015-11-27 20:39:23 +01:00
Joel Bodenmann
5e508a3a59
Releasing version 2.4
2015-11-07 17:57:52 +01:00
Joel Bodenmann
48c7b6a0c7
Doc
2015-11-07 17:52:21 +01:00
Joel Bodenmann
6397a56e0b
Doxygen
2015-11-07 16:33:28 +01:00
Joel Bodenmann
ea4cadec78
Revert "Adding justification parameter to gwinLabelCreate()"
...
This reverts commit e8a769c382
.
2015-11-07 00:39:08 +01:00
Joel Bodenmann
e8a769c382
Adding justification parameter to gwinLabelCreate()
2015-11-06 22:47:42 +01:00
Joel Bodenmann
881af3e5c9
Docs
2015-11-05 10:05:42 +01:00
inmarket
383be6964e
GTimer fix for fast tick rate systems
2015-11-05 17:08:00 +10:00
Joel Bodenmann
d4f43afcd2
Adding readme.txt to docs directory
2015-11-03 22:09:14 +01:00
Joel Bodenmann
d3cea5c390
Docs
2015-11-02 12:22:33 +01:00
Joel Bodenmann
f4c46e313d
Whitespaces
2015-10-30 16:10:59 +01:00
Joel Bodenmann
0da190f22f
Whitespaces
2015-10-30 16:09:58 +01:00
Joel Bodenmann
c3e39cae95
Docs
2015-10-30 16:06:02 +01:00
inmarket
00aeab86eb
Merge branch 'master' into Keil
2015-10-23 18:28:42 +10:00
inmarket
48a9d334b7
Replace all inline definitions with GFXINLINE
2015-10-23 18:24:49 +10:00
Joel Bodenmann
a111346fcd
Updating changelog
2015-10-20 06:13:48 +02:00
inmarket
80299276b7
Merge branch 'master' into TextEdit
2015-10-06 12:10:11 +10:00
inmarket
a35ee53d0a
More STM32F746 updates + doco
2015-10-06 12:05:06 +10:00
Joel Bodenmann
02d493a346
Merge branch 'master' into TextEdit
...
Conflicts:
docs/releases.txt
2015-08-16 17:23:05 +02:00
Joel Bodenmann
28a2d8ca79
Renaming GFX_NO_OS_INIT to GFX_OS_NO_INIT
2015-08-16 17:21:01 +02:00
Joel Bodenmann
058a873e9e
Adding GWIN_FOCUS_HIGHLIGHT_WIDTH
2015-08-16 14:37:12 +02:00
Joel Bodenmann
668b161f0e
Adding color to widget style for focused widgets
2015-08-14 23:51:28 +02:00
Joel Bodenmann
f7075e25ed
More work on the TextEdit
2015-08-14 20:48:41 +02:00
Joel Bodenmann
3ba3be201c
Adding gwinSetFocus() and gwinGetFocus()
2015-08-13 01:13:36 +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