aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CleanupJoel Bodenmann2015-08-141-1/+1
* First implementation of widget focus changing using the TAB keyJoel Bodenmann2015-08-141-25/+41
* Adding gwinIsWidget()Joel Bodenmann2015-08-132-8/+47
* Adding gwinSetFocus() and gwinGetFocus()Joel Bodenmann2015-08-133-1/+49
* Compiler warningJoel Bodenmann2015-08-131-1/+1
* Doxygen fixJoel Bodenmann2015-08-131-1/+1
* Working on widget focus (not finished yet)Joel Bodenmann2015-08-121-14/+37
* First (simple) implementation of textbox behaviorJoel Bodenmann2015-08-121-4/+19
* Adding TextEdit dummy widget (not implemented yet)Joel Bodenmann2015-08-128-2/+191
* CodingstyleJoel Bodenmann2015-08-121-5/+7
* Passing keyboard events to widgets (not finished yet)Joel Bodenmann2015-08-1213-0/+81
* Fixing includeJoel Bodenmann2015-08-101-1/+1
* Merge branch 'master' into Alternate_Raw32_SchedulerJoel Bodenmann2015-07-241-3/+9
|\
| * Fixing STM32LTDC driver for STM32F4 seriesJoel Bodenmann2015-07-241-3/+9
* | STM32LTDC Cleanup and support for 180 degree rotationJoel Bodenmann2015-07-241-31/+62
* | Revert unnecessary change in the sliders demo config file from previous commitJoel Bodenmann2015-07-221-1/+0
* | Adding first version of STM32F7 discovery touch driverJoel Bodenmann2015-07-226-206/+222
* | Adding FT5336 touch driver. Not tested yet.Joel Bodenmann2015-07-218-5/+697
* | Significant improvements in alternative scheduler.inmarket2015-07-1620-1415/+1130
* | STM32F746 cleanupinmarket2015-07-162-4/+1
* | Merge branch 'master' into Alternate_Raw32_Schedulerinmarket2015-07-132-77/+215
|\|
| * STM32F746Discovery board file now HAL free (SDRAM still to go)Joel Bodenmann2015-07-131-75/+213
| * Updating gmake scripts readme.txtJoel Bodenmann2015-07-121-2/+2
| * Adding readme to bubbles demoJoel Bodenmann2015-07-121-0/+4
| * Cleaning up config file of bubbles demoJoel Bodenmann2015-07-121-17/+17
* | Adding readme to bubbles demoJoel Bodenmann2015-07-121-0/+4
* | Cleaning up config file of bubbles demoJoel Bodenmann2015-07-121-17/+17
* | Fixing syntax errors in order to be able to compile scheduler code (still not...Joel Bodenmann2015-07-121-45/+45
* | Merge branch 'master' into Alternate_Raw32_SchedulerJoel Bodenmann2015-07-121-15/+1
|\|
| * Fixing broken macro in STM32LTDC driver (sorry for being stupid)Joel Bodenmann2015-07-121-15/+1
| * Cleanup STM32LTDC driverJoel Bodenmann2015-07-121-14/+26
* | Some fixes in ASM codeJoel Bodenmann2015-07-121-11/+11
* | Cleanup STM32LTDC driverJoel Bodenmann2015-07-121-14/+26
* | Merge branch 'master' into Alternate_Raw32_SchedulerJoel Bodenmann2015-07-1230-7/+6882
|\|
| * Adding DMA2D to STM32F429i-DiscoveryJoel Bodenmann2015-07-123-0/+127
| * Adding DMA2D support to STM32LTDC driverJoel Bodenmann2015-07-123-2/+126
| * Small bug fix + docoinmarket2015-07-112-1/+4
| * Merge branch 'STM32F7_Discovery'inmarket2015-07-1121-6/+6119
| |\
| | * Working STM32F746G-Discovery board + example for raw32inmarket2015-07-1112-69/+2251
| | * Improving formatting of makefile verbose outputJoel Bodenmann2015-07-101-7/+17
| | * working on the LTDC driver (not done yet and also hacky code)Joel Bodenmann2015-07-102-4/+6
| | * Renaming example dir to keep naming consistentJoel Bodenmann2015-07-101-0/+0
| | * Merge branch 'STM32F7_Discovery' of https://bitbucket.org/Tectu/ugfx into STM...Joel Bodenmann2015-07-106-0/+134
| | |\
| | | * Example make for stm32m7 using ugfx make system (not complete)inmarket2015-07-104-0/+97
| | | * Makefile additions for stm32m7 and raw32inmarket2015-07-102-0/+37
| | * | More work on the F7 discoveryJoel Bodenmann2015-07-102-1/+6
| | |/
| | * Some more work on the F7 discoveryJoel Bodenmann2015-07-096-466/+39
| | * Renaming driver to STM32LTDC as this will be a generic oneJoel Bodenmann2015-07-098-9/+9
| | * Adding correct display parametersJoel Bodenmann2015-07-082-7/+7
| | * Merge branch 'master' into STM32F7_Discoveryinmarket2015-07-089-116/+135
| | |\