summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Disable int3Ashish Gupta2017-10-251-1/+1
|
* 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
|
* Restrict build by enforcing Makefile.configAshish Gupta2017-10-251-0/+28
|
* Reconcile differences for fb frontendAshish Gupta2017-10-256-172/+9
|
* Add builderAshish Gupta2017-10-251-0/+55
|
* Add old work to rebase bucket.Ashish Gupta2017-10-252-2/+3
|
* Add netsurf compilation to docsAshish Gupta2017-10-251-1/+5
|
* Add building-kolibrios docAshish Gupta2017-10-251-0/+50
|
* Minor makefile fixes for kolibriosAshish Gupta2017-10-251-3/+2
|
* Move sys_uptime() inside kolibrios dirAshish Gupta2017-10-254-585/+12
|
* Release nightly for KolibriOS.Ashish Gupta2017-10-256-10/+60
| | | | Check board.kolibrios.org forum thread for Netsurf for more details.
* Towards integration with shared build systemAshish Gupta2017-10-253-55/+67
|
* Enable GIF PNG JPEG image formatsAshish Gupta2017-10-253-1/+9
|
* Get rid of internal font building from MakefileAshish Gupta2017-10-251-29/+1
|
* Clean up debug board logging and other crapAshish Gupta2017-10-256-34/+14
|
* Switch to freetype fonts!Ashish Gupta2017-10-254-10/+11
|
* Changes to gui.c as framebuffer frontend has changedAshish Gupta2017-10-251-21/+34
|
* Do multiple FETCH_DATA callbacks from http fetcher instead of just one large ↵Ashish Gupta2017-10-251-8/+27
| | | | callback
* Tidy up some things.Ashish Gupta2017-10-254-26/+32
|
* Fix description for FETCH_HEADERAshish Gupta2017-10-252-22/+6
| | | | Remove redundant FETCH_XXX description from the curl fetcher.
* Add http kolibrios fetcherAshish Gupta2017-10-252-0/+350
|
* Properly initialize heap to avoid malloc failuresAshish Gupta2017-10-253-7/+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-258-370/+36
|
* Move port for kolibrios ahead.Ashish Gupta2017-10-2516-362/+132
| | | | Look at diff from master and reconcile.
* Fix up makefiles to build with make TARGET=kolibrios installAshish Gupta2017-10-253-10/+11
|
* Add options for kolibrios (nskolibrios)Ashish Gupta2017-10-251-0/+2
|
* Steal framebuffer and reuse in kolibrios portAshish Gupta2017-10-2525-82/+97
|
* Step 2 : Abuse _TARGET_IS_KOLIBRIOS and build with make TARGET=kolibriosAshish Gupta2017-10-2514-130/+222
|
* 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 GCC7 warning for ‘~’ on a boolean expression.Michael Drake2017-10-231-1/+1
|
* Squash remaining GCC7 -Wimplicit-fallthrough warnings.Michael Drake2017-10-233-3/+4
|
* Squash some GCC7 -Wimplicit-fallthrough warnings.Michael Drake2017-10-222-27/+27
|
* Duktape: Make declarations match definitions for inline functions.Michael Drake2017-10-211-4/+4
|
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2017-10-211-2/+2
| | | | Restore ff20edbfbe35ce2be631456ffbe8ae6ca9fd05f5 for 2.2.0 import.
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2017-10-211-1/+1
| | | | Restore 9a8577feadd13d0634f773953096a0ec3e7cb1eb for 2.2.0 import.
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2017-10-211-6/+6
| | | | Restore 6d63f7959af64a45b0643d0610fcbdb0c07bfbc4 for 2.2.0 import.
* Handle HOME and END keys in framebufferAshish Gupta2017-10-211-0/+16
|
* Duktape: Prevent clang static analysis.Michael Drake2017-10-211-0/+3
| | | | Restore 336326af3aab93f31474fa6de28782457ae4a1c0 for 2.2.0 import.
* Duktape: Update to 2.2.0 release.Michael Drake2017-10-213-12439/+14327
|
* CSS: Wrappers for computed style getters that return unsupported values.Michael Drake2017-10-204-19/+90
| | | | We don't yet handle the Flexbox-related values for certain properties.