aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Setting the default heap size to 5120 bytes to avoid confusion due to...Joel Bodenmann2016-01-111-2/+2
* Setting the default heap size to 5120 bytes to avoid confusion due to linker ...Joel Bodenmann2016-01-081-2/+2
* typoJoel Bodenmann2016-01-081-1/+1
* Fix Gtimer stop bug.inmarket2015-12-241-2/+2
* Fix for using raw32 on a known but unsupported cpuinmarket2015-12-241-123/+119
* Fix enabled buginmarket2015-12-221-1/+6
* Cleanupinmarket2015-12-221-1/+0
* Fixing 'progress' color of built-in widget stylesJoel Bodenmann2015-12-191-2/+2
* Compiler warningJoel Bodenmann2015-12-191-0/+2
* Fixing textedit widget renderingJoel Bodenmann2015-12-191-10/+14
* Removing obsolete codeJoel Bodenmann2015-12-181-5/+0
* Fixing progressbar widget renderingJoel Bodenmann2015-12-181-5/+6
* Fixing slider widget renderingJoel Bodenmann2015-12-181-1/+1
* Fixing slider widget renderingJoel Bodenmann2015-12-181-10/+13
* Allowing the cursor to be set anywhere in the string of a TextEdit widgetJoel Bodenmann2015-12-131-1/+26
* Removing superfluous struct declarationJoel Bodenmann2015-12-131-3/+0
* Removing default operating system to avoid confusionJoel Bodenmann2015-12-131-5/+1
* Improving keyboard widget default renderer (thanks to TriZet)Joel Bodenmann2015-12-101-70/+150
* Improving keyboard widget default renderer (thanks to TriZet)Joel Bodenmann2015-12-091-31/+50
* using uint32_t instead of unsigned for GEVENT source listener flagsJoel Bodenmann2015-12-082-4/+4
* Fixing compiler errors for non-gcc compilersJoel Bodenmann2015-12-081-1/+2
* Removing debugging code from NIOS portJoel Bodenmann2015-12-041-3/+1
* Removing debugging code from NIOS portJoel Bodenmann2015-12-041-2/+1
* using GFX_PI internally to avoid issues with M_PIJoel Bodenmann2015-11-283-8/+8
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2015-11-2712-77/+112
|\
| * Add ability to emulate malloc() and free() to prevent nasty hard to find link...inmarket2015-11-274-2/+42
| * Fix docoinmarket2015-11-271-30/+12
| * Fix compiler errors and warnings on image handling with multiple image format...inmarket2015-11-254-42/+55
| * Warning removal as supplied by woodstckinmarket2015-11-252-2/+2
| * Fix from crteensy for Arduino when compiling with a strict(er) compilerinmarket2015-11-251-1/+1
* | Adding support for NIOS-II platformJoel Bodenmann2015-11-277-2/+121
|/
* Prevent naming conflicts when compiling multiple image formats with GFXSINGLE...inmarket2015-11-243-173/+173
* Make all include paths in ugfx relative.inmarket2015-11-2196-154/+155
* Update and then move compiler specific code into its own fileinmarket2015-11-191-0/+905
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2015-11-184-18/+14
|\
| * Fix endian macro'sinmarket2015-11-182-13/+13
| * More compiler specific stuffinmarket2015-11-182-5/+1
* | Fixing commentJoel Bodenmann2015-11-181-1/+1
|/
* Fixing conflicting type qualifiers for ‘VirtualKeyboard_English1’Joel Bodenmann2015-11-151-1/+1
* Removing superfluous paranthesisJoel Bodenmann2015-11-151-1/+1
* Fix virtual keyboardWoody Hawthorne2015-11-152-3/+3
* Fix (potential) compiler warnings about redefining PIWoody Hawthorne2015-11-151-0/+2
* Fixing typo in macrosJoel Bodenmann2015-11-142-3/+3
* Fixing vertical center alignment issue when word-wrap is turned onJoel Bodenmann2015-11-141-4/+23
* Fix compiler detection for Keil uVision V5inmarket2015-11-122-3/+3
* More endian updates. Images should now work for any endian machine even stran...inmarket2015-11-122-12/+85
* Clean up endian support for images based on new system definesinmarket2015-11-118-207/+150
* Fix grammer errorinmarket2015-11-111-1/+1
* More compiler define fixesinmarket2015-11-111-1/+1
* Add missing defines and move some config variablesinmarket2015-11-111-46/+40