Commit Graph

  • af76c04767 Compile fixes inmarket 2015-08-16 22:05:32 +1000
  • 15e7342fd7 Updates to focus. inmarket 2015-08-16 21:53:47 +1000
  • 377fe644d1 Coding style, comments, duplicate symbols and other minor fixes inmarket 2015-08-16 14:30:25 +1000
  • c451880d80 Adding keyboard event handler to checkbox widget Joel Bodenmann 2015-08-16 01:41:33 +0200
  • 9915fb625e Adding keyboard event handler to button widget Joel Bodenmann 2015-08-16 01:36:33 +0200
  • 63c5e4949f Adding KEYUP events Joel Bodenmann 2015-08-16 01:35:46 +0200
  • bd353d37e3 Typo Joel Bodenmann 2015-08-16 01:24:18 +0200
  • ef813f44d3 Improving doxygen Joel Bodenmann 2015-08-16 00:42:22 +0200
  • 668b161f0e Adding color to widget style for focused widgets Joel Bodenmann 2015-08-14 23:51:28 +0200
  • 755b7a45ab Adding missing break statement Joel Bodenmann 2015-08-14 23:42:49 +0200
  • 22ecd9a95f Adding TextEdit demo Joel Bodenmann 2015-08-14 21:20:34 +0200
  • 7f70789bc3 Adding border option to TextEdit widget Joel Bodenmann 2015-08-14 21:12:56 +0200
  • f7075e25ed More work on the TextEdit Joel Bodenmann 2015-08-14 20:48:41 +0200
  • 608290a261 Adding more font metrics Joel Bodenmann 2015-08-14 19:36:01 +0200
  • 668257c872 Prevent buffer overflow Joel Bodenmann 2015-08-14 18:55:36 +0200
  • 03bc3f25a7 CleanUp Joel Bodenmann 2015-08-14 18:53:43 +0200
  • 2c99e8c686 Adding handler for the DELETE button to the TextEdit widget Joel Bodenmann 2015-08-14 18:53:05 +0200
  • b828bf567b Optimizing string shift operations by using memcpy() Joel Bodenmann 2015-08-14 18:47:55 +0200
  • fcaa429729 First working Version of TextEdit widget Joel Bodenmann 2015-08-14 18:33:16 +0200
  • 5163381177 Adding TextEdit rules Joel Bodenmann 2015-08-14 16:24:05 +0200
  • 898a423479 Fixing doxygen Joel Bodenmann 2015-08-14 15:09:41 +0200
  • 95d34760e8 Cleanup Joel Bodenmann 2015-08-14 14:12:51 +0200
  • 9f5e19c151 First implementation of widget focus changing using the TAB key Joel Bodenmann 2015-08-14 14:11:03 +0200
  • e7e4f813e1 Adding gwinIsWidget() Joel Bodenmann 2015-08-13 10:36:56 +0200
  • 3ba3be201c Adding gwinSetFocus() and gwinGetFocus() Joel Bodenmann 2015-08-13 01:13:36 +0200
  • 37a088efb7 Compiler warning Joel Bodenmann 2015-08-13 01:12:34 +0200
  • 5fb63ebed6 Doxygen fix Joel Bodenmann 2015-08-13 00:37:39 +0200
  • 765b1df8c5 Working on widget focus (not finished yet) Joel Bodenmann 2015-08-12 23:28:59 +0200
  • f1ede211fb First (simple) implementation of textbox behavior Joel Bodenmann 2015-08-12 20:22:34 +0200
  • 46ba0420c3 Adding TextEdit dummy widget (not implemented yet) Joel Bodenmann 2015-08-12 19:36:14 +0200
  • 213013e68e Codingstyle Joel Bodenmann 2015-08-12 19:35:44 +0200
  • 16d213d4ed Passing keyboard events to widgets (not finished yet) Joel Bodenmann 2015-08-12 17:32:38 +0200
  • cf06739b4e Fixing include Joel Bodenmann 2015-08-10 18:54:53 +0200
  • 83b29284aa Merge branch 'master' into Alternate_Raw32_Scheduler Joel Bodenmann 2015-07-24 14:02:15 +0200
  • c72c20179e Fixing STM32LTDC driver for STM32F4 series Joel Bodenmann 2015-07-24 14:02:05 +0200
  • 9a292562e6 STM32LTDC Cleanup and support for 180 degree rotation Joel Bodenmann 2015-07-24 01:57:37 +0200
  • 5f40aa6c58 Revert unnecessary change in the sliders demo config file from previous commit Joel Bodenmann 2015-07-22 21:14:26 +0200
  • 940eda4cd4 Adding first version of STM32F7 discovery touch driver Joel Bodenmann 2015-07-22 21:11:28 +0200
  • 78dc6e4b8e Adding FT5336 touch driver. Not tested yet. Joel Bodenmann 2015-07-21 15:04:49 +0200
  • c1d239bbda Significant improvements in alternative scheduler. Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7. inmarket 2015-07-16 19:02:59 +1000
  • b3028a78d1 STM32F746 cleanup inmarket 2015-07-16 18:55:04 +1000
  • ea0f9922e7 Merge branch 'master' into Alternate_Raw32_Scheduler inmarket 2015-07-13 16:40:06 +1000
  • 8b60b51623 STM32F746Discovery board file now HAL free (SDRAM still to go) Joel Bodenmann 2015-07-13 03:08:24 +0200
  • cce83c62b1 Updating gmake scripts readme.txt Joel Bodenmann 2015-07-12 16:54:50 +0200
  • 6a2813d249 Adding readme to bubbles demo Joel Bodenmann 2015-07-12 14:12:38 +0200
  • 693bd03e64 Cleaning up config file of bubbles demo Joel Bodenmann 2015-07-12 14:11:21 +0200
  • 8449863ad0 Adding readme to bubbles demo Joel Bodenmann 2015-07-12 14:12:38 +0200
  • d34dbaf450 Cleaning up config file of bubbles demo Joel Bodenmann 2015-07-12 14:11:21 +0200
  • 73da22e110 Fixing syntax errors in order to be able to compile scheduler code (still not working but compiling) Joel Bodenmann 2015-07-12 13:56:37 +0200
  • e4f295ec6d Merge branch 'master' into Alternate_Raw32_Scheduler Joel Bodenmann 2015-07-12 13:20:02 +0200
  • 1749ff7c3e Fixing broken macro in STM32LTDC driver (sorry for being stupid) Joel Bodenmann 2015-07-12 13:19:22 +0200
  • f31cb526e9 Cleanup STM32LTDC driver Joel Bodenmann 2015-07-12 13:13:44 +0200
  • 185cb998e2 Some fixes in ASM code Joel Bodenmann 2015-07-12 13:08:48 +0200
  • 6a75ab2588 Cleanup STM32LTDC driver Joel Bodenmann 2015-07-12 13:06:31 +0200
  • 0367815bab Merge branch 'master' into Alternate_Raw32_Scheduler Joel Bodenmann 2015-07-12 03:23:54 +0200
  • 3e6c7accdc Adding DMA2D to STM32F429i-Discovery Joel Bodenmann 2015-07-12 02:54:17 +0200
  • 83bd8c21a3 Adding DMA2D support to STM32LTDC driver Joel Bodenmann 2015-07-12 01:43:23 +0200
  • 64752ab52c Small bug fix + doco inmarket 2015-07-11 16:22:47 +1000
  • a84f6e0ee7 Merge branch 'STM32F7_Discovery' inmarket 2015-07-11 16:16:21 +1000
  • 38b0cdd5e8 Working STM32F746G-Discovery board + example for raw32 Working STM32LTDC video driver inmarket 2015-07-11 16:13:05 +1000
  • daab60de98 Improving formatting of makefile verbose output Joel Bodenmann 2015-07-10 16:42:06 +0200
  • 5a1f527fcf working on the LTDC driver (not done yet and also hacky code) Joel Bodenmann 2015-07-10 14:50:12 +0200
  • 6af2d41ea3 Renaming example dir to keep naming consistent Joel Bodenmann 2015-07-10 12:55:16 +0200
  • 6f181c17e6 Fix in FT5x06 touch driver Joel Bodenmann 2015-07-10 12:19:17 +0200
  • e69fff5100 Revert "Fix in FT5x06 touch driver" Joel Bodenmann 2015-07-10 12:18:49 +0200
  • a3d67e76e5 Fix in FT5x06 touch driver Joel Bodenmann 2015-07-10 12:00:04 +0200
  • 150d62141c Merge branch 'STM32F7_Discovery' of https://bitbucket.org/Tectu/ugfx into STM32F7_Discovery Joel Bodenmann 2015-07-10 11:56:31 +0200
  • 36906d8877 More work on the F7 discovery Joel Bodenmann 2015-07-10 11:56:25 +0200
  • 1dad1ed21f Makefile additions for stm32m7 and raw32 inmarket 2015-07-10 18:11:36 +1000
  • dbeb320fd3 Example make for stm32m7 using ugfx make system (not complete) Changes to some stm32f746 files inmarket 2015-07-10 18:12:52 +1000
  • 1137ed6ee7 Makefile additions for stm32m7 and raw32 inmarket 2015-07-10 18:11:36 +1000
  • d4f2cb0d72 Some more work on the F7 discovery Joel Bodenmann 2015-07-09 03:12:16 +0200
  • c58dabc9c9 Renaming driver to STM32LTDC as this will be a generic one Joel Bodenmann 2015-07-09 00:43:04 +0200
  • 926c8e507b Adding correct display parameters Joel Bodenmann 2015-07-08 23:55:02 +0200
  • 9198aa8fac Renaming JSON files used by the uGFX-Studio Joel Bodenmann 2015-07-08 22:45:51 +0200
  • ba6c037e4c Renaming JSON files used by the uGFX-Studio Joel Bodenmann 2015-07-08 22:13:32 +0200
  • b9dcbc8506 Fixing typo in Raw32 code Joel Bodenmann 2015-07-08 22:06:18 +0200
  • 732bccb57a Merge branch 'master' into STM32F7_Discovery inmarket 2015-07-08 22:30:39 +1000
  • ed75f5e8c3 Updated gos/threads and gos/threads_advanced demos. inmarket 2015-07-08 15:21:53 +1000
  • 324ab8a11a Updated gos/threads and gos/threads_advanced demos. inmarket 2015-07-08 15:21:53 +1000
  • 57156a3636 Merge branch 'master' into Alternate_Raw32_Scheduler inmarket 2015-07-08 13:57:00 +1000
  • 8318e8dc29 Provide better access to compiler optimisations for the raw scheduler inmarket 2015-07-08 13:53:54 +1000
  • 9d62e631cf Allow a zero sized clipping region inmarket 2015-07-08 13:34:53 +1000
  • 93e5235124 Merge branch 'master' into Alternate_Raw32_Scheduler inmarket 2015-07-08 13:22:58 +1000
  • 0d54fae731 Correction of stackbase for mingw32 inmarket 2015-07-08 13:14:42 +1000
  • ac231c558c Adding some board file stuff for the F7 discovery (nothing done yet, just adding the required files) Joel Bodenmann 2015-07-08 03:26:23 +0200
  • f5f18fc2d3 Whitespaces Joel Bodenmann 2015-07-08 02:55:33 +0200
  • c610eeb65c Remove obsolete ILI9341 stuff. Joel Bodenmann 2015-07-08 02:52:22 +0200
  • 43758829b8 Fixing include paths Joel Bodenmann 2015-07-08 02:48:18 +0200
  • 49f32f5ce7 Starting STM32F7 Discovery driver development Joel Bodenmann 2015-07-08 02:41:20 +0200
  • f2ee56661c Alternate Raw32 scheduler. Works for main thread + one other thread. Currently fails with 2 other threads. STM32M4 code tested and working. inmarket 2015-07-08 09:53:16 +1000
  • 2f6aaa9586 Add win32.chibios and win32.raw32 OPT_OS options to the make system. inmarket 2015-07-08 09:51:17 +1000
  • 96bed0cd75 Fix single file make issues with GOS Raw32 on the Win32 platform. inmarket 2015-07-08 09:50:15 +1000
  • af2b0f29b5 Merge remote-tracking branch 'origin/master' inmarket 2015-07-08 09:31:22 +1000
  • d7624145b6 Spelling fixes. inmarket 2015-07-08 09:31:10 +1000
  • e99cc3cd8b Fixing stack alignment issue in Arduino scheduler Joel Bodenmann 2015-07-08 01:22:36 +0200
  • 6d329077bc Fixing stack alignment issue in RAW32 scheduler Joel Bodenmann 2015-07-08 01:13:35 +0200
  • 986aad310a Doxygen update Joel Bodenmann 2015-07-05 13:20:16 +0200
  • 5992d06dee Improving progressbar doxygen Joel Bodenmann 2015-07-05 11:53:32 +0200
  • 380c41b766 Improving Pixmap API Joel Bodenmann 2015-07-03 17:08:28 +0200