summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release nightly for KolibriOS.Ashish Gupta2017-10-256-10/+60
* 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
* Tidy up some things.Ashish Gupta2017-10-254-26/+32
* Fix description for FETCH_HEADERAshish Gupta2017-10-252-22/+6
* 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 b...Ashish Gupta2017-10-251-15/+25
* Get logging working.Ashish Gupta2017-10-258-370/+36
* Move port for kolibrios ahead.Ashish Gupta2017-10-2516-362/+132
* 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
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2017-10-211-1/+1
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2017-10-211-6/+6
* Handle HOME and END keys in framebufferAshish Gupta2017-10-211-0/+16
* Duktape: Prevent clang static analysis.Michael Drake2017-10-211-0/+3
* 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
* Update version for next development cycleVincent Sanders2017-10-152-3/+3
* Merge branch 'heads/release/3.7'Vincent Sanders2017-10-150-0/+0
|\
| * Update version files for releaserelease/3.7Vincent Sanders2017-10-151-6/+1
|/
* Update credits and licence files copyright yearsVincent Sanders2017-10-156-26/+26
* CSS hints: Ensure length and unit are initialised for vertical-align.Michael Drake2017-10-131-0/+2
* 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
* Treeview: Ignore mouse leaving the treeview window.Michael Drake2017-09-271-0/+5
* 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
* Treeview: Deactivate search on cancel.Michael Drake2017-09-251-0/+1
* Fix attributeChris Young2017-09-241-1/+1
* add a clang format that roughly conforms to the netsurf styleVincent Sanders2017-09-241-0/+94
* Merge remote-tracking branch 'origin/tlsa/dsilvers/scrolloffset'Vincent Sanders2017-09-244-22/+109
|\
| * Browser history: Don't segfault when visiting pages with frames.Michael Drake2017-09-231-1/+2
| * Browser history: Create new history entries early in the READY state.Michael Drake2017-09-231-17/+17