summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only change selectable toolbar objects on click.Ole Loots2012-11-291-1/+2
* Merge branch 'master' into mono/removing-windom-dependencyOle Loots2012-11-2848-798/+1944
|\
| * Fix integer overflow in percentage calculation, credits: Peter Slegg.Ole Loots2012-11-281-1/+1
| * Hotlist toolbar needs to be ABOVE the tab barChris Young2012-11-281-4/+4
| * Don't force a redraw after adding the toolbar, because we (currently) only ad...Chris Young2012-11-281-3/+0
| * Actually show the toolbar. It looks awful.Chris Young2012-11-281-0/+8
| * Create a toolbar from the "Toolbar" folder within the hotlist. Note: makes no...Chris Young2012-11-282-1/+91
| * make window load event delivery workVincent Sanders2012-11-282-13/+21
| * initial event fireing implementationVincent Sanders2012-11-288-0/+161
| * extend corestings with event typesVincent Sanders2012-11-282-4/+278
| * html renderer error path fixups for meta refreshVincent Sanders2012-11-261-21/+23
| * remove example binding its out of date and in nsgenbind anywayVincent Sanders2012-11-261-229/+0
| * add correct copyright headersVincent Sanders2012-11-262-4/+26
| * Improve html renderer error reportingVincent Sanders2012-11-263-207/+225
| * add message retrival of error codes ensuring there are messages for all codesVincent Sanders2012-11-265-93/+112
| * add errorcode content broadcast APIVincent Sanders2012-11-262-0/+22
| * Merge remote-tracking branch 'origin/mmu_man/beos-fixes'Vincent Sanders2012-11-2617-148/+712
| |\
| | * beos: Don't link with libxml2 anymoreFrançois Revol2012-11-251-1/+1
| | * beos: comment on why the rdef file includes hexdump for iconsFrançois Revol2012-11-251-1/+4
| | * beos: debug output cleanupFrançois Revol2012-11-252-10/+0
| | * Mention the origin of the icons added by AdrienFrançois Revol2012-11-251-0/+2
| | * beos: Fix replicating with empty URL in archiveFrançois Revol2012-11-251-3/+4
| | * beos: More debug output cleanupFrançois Revol2012-11-251-3/+3
| | * beos: Silence debug outputFrançois Revol2012-11-254-17/+17
| | * beos: Partial replicant instanciation fixFrançois Revol2012-11-254-9/+45
| | * C89François Revol2012-11-251-1/+1
| | * beos: Fix toolbar borderFrançois Revol2012-11-251-1/+4
| | * beos: gcc2 fixFrançois Revol2012-11-251-1/+2
| | * beos: Fix gui_poll()François Revol2012-11-251-8/+41
| | * beos: gcc2 fixesFrançois Revol2012-11-252-1/+9
| | * Whitespace cleanupFrançois Revol2012-11-251-2/+2
| | * Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-2414-129/+616
| * | update event handler to cope with nsgenbind changesVincent Sanders2012-11-251-2/+2
| |/
| * use unshared type handler for all events on windowVincent Sanders2012-11-233-6/+32
| * Check if box with imagemap at point has area at point.Michael Drake2012-11-222-6/+7
| * make nsurl_access() not assert with being passed a NULL url as it is assumed ...Vincent Sanders2012-11-221-1/+3
| * rationalise the JSAPI macro usage requires nsgenbind changesVincent Sanders2012-11-221-24/+39
| * use correct unref functionsVincent Sanders2012-11-211-7/+7
| * improve location interface implementationVincent Sanders2012-11-214-4/+123
| * update JSAPI_PS() signature to cope with new nsgenbindVincent Sanders2012-11-201-18/+18
| * add window enumeration testVincent Sanders2012-11-193-0/+56
| * cleanup formatting in binding filesVincent Sanders2012-11-193-35/+6
* | Started refactoring of global redraw handling.Ole Loots2012-11-2812-96/+173
* | Refactored a lot of browser window code,... still totally WIP.Ole Loots2012-11-2719-1498/+995
* | Fixed typo, caused small scroll bug.Ole Loots2012-11-221-3/+3
* | Hotlist now works without windom.Ole Loots2012-11-227-70/+95
* | Improved WM_FULLED handling (prev. size is getting restored)Ole Loots2012-11-221-133/+238
* | Completet scroll preprocessing, Hotlist fully works.Ole Loots2012-11-224-64/+82
* | Implemented scroll handling in gemtk.Ole Loots2012-11-217-550/+669
* | Initial work at making scrolling workOle Loots2012-11-204-74/+139