Commit Graph

2723 Commits (f28e9d9eef51776b7ed9dfe573d39776c7336049)

Author SHA1 Message Date
Joel Bodenmann f28e9d9eef New sample board file (replacing some misleading existing ones) 2016-02-10 23:29:08 +01:00
Joel Bodenmann a1ab0a67ba Merge branch 'master' of bitbucket.org:tectu/ugfx 2016-02-03 18:10:21 +01:00
Joel Bodenmann cb2ae4c77e Adding mcufont encoder binary for FreeBSD 2016-02-03 18:10:05 +01:00
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 50a3048e59 typo 2016-01-08 07:31:22 +01:00
Joel Bodenmann 6937cc3f0f Adding comments to graph demo 2016-01-08 07:27:26 +01:00
inmarket 4b891ebc04 Fix Gtimer stop bug. 2015-12-24 09:54:57 +10:00
inmarket 1971d889dc Fix for using raw32 on a known but unsupported cpu 2015-12-24 09:54:33 +10:00
inmarket 8d825a8101 Updated mcufontenconder linux binary to be staticly linked to prevent library problems 2015-12-23 22:52:40 +10:00
inmarket 00578fb370 Update linux binary for mcufontencoder 2015-12-23 11:01:37 +10:00
inmarket a7cf866da2 Small fixes to ILI9342 2015-12-22 13:25:27 +10:00
inmarket a21db25ecf Update Windows binary for mcufontencoder 2015-12-22 13:21:05 +10:00
inmarket 6b70d3a63f Fix enabled bug 2015-12-22 13:20:36 +10:00
inmarket 184f1e0d9b Cleanup 2015-12-22 13:20:05 +10:00
inmarket 23b29df4c1 Add gdisp driver readme to list the type of each driver. 2015-12-22 13:19:45 +10:00
Joel Bodenmann 1008effc01 More mcufont encoder fixes 2015-12-20 17:57:46 +01:00
Joel Bodenmann 8b42161f3f Fixing bug in mcufont encoder 2015-12-19 18:45:27 +01:00
Joel Bodenmann 0211a32e1f Fixing 'progress' color of built-in widget styles 2015-12-19 00:56:53 +01:00
Joel Bodenmann 185c970da9 Compiler warning 2015-12-19 00:51:47 +01:00
Joel Bodenmann a1c81e3449 Fixing textedit widget rendering 2015-12-19 00:51:18 +01:00
Joel Bodenmann 1e77535317 Removing obsolete code 2015-12-18 23:03:41 +01:00
Joel Bodenmann e75f165bb4 Fixing progressbar widget rendering 2015-12-18 22:49:59 +01:00
Joel Bodenmann 0befb2ffce Fixing slider widget rendering 2015-12-18 22:48:36 +01:00
Joel Bodenmann e500c8cd8e Fixing slider widget rendering 2015-12-18 22:47:33 +01:00
Joel Bodenmann 43be869ab7 Remove obsolete file 2015-12-17 22:37:13 +01:00
Joel Bodenmann e33d7d353b Added ILI9342 driver 2015-12-17 22:36:51 +01:00
Joel Bodenmann 371e68beee Allowing the cursor to be set anywhere in the string of a TextEdit widget 2015-12-13 18:46:53 +01:00
Joel Bodenmann 682a5efc42 Removing superfluous struct declaration 2015-12-13 11:41:56 +01:00
Joel Bodenmann a517873148 Removing default operating system to avoid confusion 2015-12-13 11:40:59 +01:00
Joel Bodenmann b89ce7c7b3 Improving keyboard widget default renderer (thanks to TriZet) 2015-12-10 21:58:12 +01:00
Joel Bodenmann a51e2b3511 Improving keyboard widget default renderer (thanks to TriZet) 2015-12-09 21:28:28 +01:00
Joel Bodenmann 922b19d91e using uint32_t instead of unsigned for GEVENT source listener flags 2015-12-08 11:31:02 +01:00
Joel Bodenmann 5bead36045 Fixing compiler errors for non-gcc compilers 2015-12-08 11:03:13 +01:00
Joel Bodenmann fca2766ed8 Removing debugging code from NIOS port 2015-12-04 22:33:40 +01:00
Joel Bodenmann 7d040805c7 Removing debugging code from NIOS port 2015-12-04 22:33: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 02e793e5db using GFX_PI internally to avoid issues with M_PI 2015-11-28 23:41:24 +01:00
Joel Bodenmann 5a99092b79 Merge branch 'master' of https://bitbucket.org/Tectu/ugfx 2015-11-27 20:39:28 +01:00
Joel Bodenmann eaf0b19fb8 Adding support for NIOS-II platform 2015-11-27 20:39:23 +01:00
inmarket f16ee70272 Some gdisp drivers release_bus() calls are in the wrong spot compared to post_init_board() 2015-11-27 11:08:10 +10:00
inmarket a5cde14428 ChibiOS does not work reliably with GCC -O0 with recent compilers.
Change to -O1
2015-11-27 10:28:41 +10:00
inmarket 627e780b6c Make no hardware keyboard the default for the textedit demo 2015-11-27 10:17:14 +10:00
inmarket d60706032e Fix frame demo so that malloc is emulated as rand() needs it on some platforms 2015-11-27 10:16:40 +10:00
inmarket 0313756ea3 Add ability to emulate malloc() and free() to prevent nasty hard to find link errors from C library routines that need malloc 2015-11-27 10:15:46 +10:00
inmarket 3681542e24 Fix doco 2015-11-27 10:14:45 +10:00
inmarket 739b3b1699 Update some makefiles and openocd config files 2015-11-27 10:13:23 +10:00