summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* Delete .svn directory (wtf?!)Ashish Gupta2017-10-253-2/+0
|
* Hook into existing framebuffer sources rather than relying on a copyAshish Gupta2017-10-2545-9255/+47
|
* Remove bloat x3Ashish Gupta2017-10-255-355/+1
|
* Remove bloat x2Ashish Gupta2017-10-2515-842/+0
|
* Get rid of bloatAshish Gupta2017-10-256-195/+0
|
* Add HOME and END key handling in framebufferAshish Gupta2017-10-251-0/+16
|
* Fix debug. When rebasing, do not preserveAshish Gupta2017-10-251-57/+0
|
* Set homepage to board loginAshish Gupta2017-10-251-3/+2
|
* Fix pollingAshish Gupta2017-10-251-78/+43
|
* Enable debugAshish Gupta2017-10-251-0/+2
|
* Fix mkimg for building without /home/autobuildAshish Gupta2017-10-251-1/+3
|
* Get rid of int3Ashish Gupta2017-10-251-1/+0
|
* Fix toolAshish Gupta2017-10-251-1/+3
|
* Fix tools kolibriosAshish Gupta2017-10-251-5/+6
|
* Fix respathAshish Gupta2017-10-251-1/+1
|
* Fix up resourcesAshish Gupta2017-10-2522-11/+2750
|
* Add tools for building on Linux for KolibriOSAshish Gupta2017-10-252-0/+103
|
* Add local_historyAshish Gupta2017-10-252-0/+297
|
* Add corewindowAshish Gupta2017-10-252-0/+369
|
* Reconcile differences for fb frontendAshish Gupta2017-10-255-172/+8
|
* Add old work to rebase bucket.Ashish Gupta2017-10-252-2/+3
|
* Move sys_uptime() inside kolibrios dirAshish Gupta2017-10-253-571/+12
|
* Release nightly for KolibriOS.Ashish Gupta2017-10-253-8/+18
| | | | Check board.kolibrios.org forum thread for Netsurf for more details.
* Towards integration with shared build systemAshish Gupta2017-10-251-1/+17
|
* Enable GIF PNG JPEG image formatsAshish Gupta2017-10-252-0/+8
|
* Get rid of internal font building from MakefileAshish Gupta2017-10-251-29/+1
|
* Clean up debug board logging and other crapAshish Gupta2017-10-254-16/+12
|
* Switch to freetype fonts!Ashish Gupta2017-10-253-9/+10
|
* Changes to gui.c as framebuffer frontend has changedAshish Gupta2017-10-251-21/+34
|
* Tidy up some things.Ashish Gupta2017-10-252-12/+15
|
* Properly initialize heap to avoid malloc failuresAshish Gupta2017-10-252-5/+8
|
* Update kolibrios frontend to use invalidate window area API (Applied change ↵Ashish Gupta2017-10-251-15/+25
| | | | becd386)
* Get logging working.Ashish Gupta2017-10-253-354/+26
|
* Move port for kolibrios ahead.Ashish Gupta2017-10-2511-353/+71
| | | | Look at diff from master and reconcile.
* Fix up makefiles to build with make TARGET=kolibrios installAshish Gupta2017-10-252-5/+10
|
* Steal framebuffer and reuse in kolibrios portAshish Gupta2017-10-2524-78/+88
|
* Step 2 : Abuse _TARGET_IS_KOLIBRIOS and build with make TARGET=kolibriosAshish Gupta2017-10-256-101/+82
|
* Add kolibrios/ dir : Step 1 towards porting this to Kolibri OSAshish Gupta2017-10-25127-0/+24000
|
* Windows: Use bitmap width as minimum width, since content width may be 0.Michael Drake2017-10-251-1/+1
|
* Remove excess loggingChris Young2017-10-241-1/+0
|
* Squash remaining GCC7 -Wimplicit-fallthrough warnings.Michael Drake2017-10-231-0/+2
|
* Handle HOME and END keys in framebufferAshish Gupta2017-10-211-0/+16
|
* Update version for next development cycleVincent Sanders2017-10-151-1/+1
|
* Framebuffer: Don't create 0x0 bitmaps if content width is 0.Michael Drake2017-10-131-5/+5
|
* Ensure X DPI set correctlyChris Young2017-10-031-1/+1
|
* Widen available values for DPIChris Young2017-10-031-2/+2
|
* Button disable state updates should now work correctly on OS3Chris Young2017-09-261-4/+2
|
* OS3 was not checking the GA_Disabled tag valueChris Young2017-09-261-1/+2
|
* Fix attributeChris Young2017-09-241-1/+1
|
* Initialise DPI earlier so that it works for treeviewsDaniel Silverstone2017-09-191-7/+7
|