summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-244-18/+91
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* Ensure top level browser window has focus by default.Michael Drake2011-06-221-1/+2
| | | | svn path=/trunk/netsurf/; revision=12495
* Purge more favicon remnants.Michael Drake2011-06-221-7/+0
| | | | svn path=/trunk/netsurf/; revision=12494
* Give the selection context the current bw when it's created.Michael Drake2011-06-161-0/+2
| | | | svn path=/trunk/netsurf/; revision=12485
* Delete redundant function declaration.Michael Drake2011-06-151-2/+0
| | | | svn path=/trunk/netsurf/; revision=12480
* Fix paste in form inputs in iframes.Michael Drake2011-06-151-2/+3
| | | | svn path=/trunk/netsurf/; revision=12479
* Remove logging.Michael Drake2011-06-151-1/+0
| | | | svn path=/trunk/netsurf/; revision=12478
* Improve scale with iframes.Michael Drake2011-06-151-4/+10
| | | | svn path=/trunk/netsurf/; revision=12477
* Only call gui_window_new_content for browser windows with gui windows.Michael Drake2011-06-141-1/+2
| | | | svn path=/trunk/netsurf/; revision=12475
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-147-90/+407
| | | | svn path=/trunk/netsurf/; revision=12474
* Disable extra logging. Here treeview init is down to ~5 seconds from ~20.Chris Young2011-06-041-1/+1
| | | | | | | Still more room for improvement, as adding nodes appears to recalculate the widths of all the parent nodes even though (the text and icon of) those haven't changed. svn path=/trunk/netsurf/; revision=12463
* Don't expand cookies tree by defaultChris Young2011-06-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=12462
* Rudimentary text width caching to speed up many duplicate "Today", ↵Chris Young2011-06-041-4/+16
| | | | | | "Yesterday" calcs svn path=/trunk/netsurf/; revision=12461
* Remove at least one instance of unnecessary recalculationChris Young2011-06-041-13/+19
| | | | svn path=/trunk/netsurf/; revision=12460
* Extra logging to track the source of node size calculationsChris Young2011-06-041-4/+21
| | | | | | A couple of minor changes to prevent unnecessary recalculation svn path=/trunk/netsurf/; revision=12459
* Remove redundant code.Michael Drake2011-06-041-9/+0
| | | | svn path=/trunk/netsurf/; revision=12458
* Purge unused variable.Michael Drake2011-05-171-3/+1
| | | | svn path=/trunk/netsurf/; revision=12425
* check for dereference of teh right valueVincent Sanders2011-05-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12424
* Avoid dereferencing NULLJohn Mark Bell2011-05-161-1/+2
| | | | svn path=/trunk/netsurf/; revision=12421
* Clean up after content factoryJohn Mark Bell2011-05-161-0/+3
| | | | svn path=/trunk/netsurf/; revision=12415
* Fix url node iconsJohn Mark Bell2011-05-111-0/+1
| | | | svn path=/trunk/netsurf/; revision=12383
* Increase pointer drag range. Setting the clamps correctly seems to cause us ↵Michael Drake2011-05-111-8/+8
| | | | | | not to get the movement event when we hit the clamp (at least on RISC OS). svn path=/trunk/netsurf/; revision=12380
* Fix content drags within scrollable areas. Various tidyups.Michael Drake2011-05-111-21/+24
| | | | svn path=/trunk/netsurf/; revision=12378
* Rename scroll offset in scrollbar message data, although nothing seems to ↵Michael Drake2011-05-102-2/+2
| | | | | | use that callback message. svn path=/trunk/netsurf/; revision=12374
* Move scrollbar widget API documentation to header.Michael Drake2011-05-102-94/+123
| | | | svn path=/trunk/netsurf/; revision=12373
* Scrollbar widget changes: Update functon parameters to have names that ↵Michael Drake2011-05-102-225/+197
| | | | | | aren't wrong. Remove confusion and wrongness from API documentation. General source tidy. svn path=/trunk/netsurf/; revision=12372
* Continue improving comments. Fix bugs in scrollbar_set_extents. Rename ↵Michael Drake2011-05-101-64/+66
| | | | | | things so their name matches what they are. svn path=/trunk/netsurf/; revision=12368
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-097-933/+961
| | | | svn path=/trunk/netsurf/; revision=12363
* Pedantic whitespace changes.Michael Drake2011-05-091-0/+28
| | | | svn path=/trunk/netsurf/; revision=12352
* Remove forward declaration.Michael Drake2011-05-091-62/+59
| | | | svn path=/trunk/netsurf/; revision=12351
* consolidate content redraw Vincent Sanders2011-05-084-4/+4
| | | | | | more cleanups ready for image content refactor svn path=/trunk/netsurf/; revision=12317
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-069-118/+71
| | | | svn path=/trunk/netsurf/; revision=12283
* Fix build with NDEBUG definedJohn Mark Bell2011-04-032-4/+16
| | | | svn path=/trunk/netsurf/; revision=12154
* move logging initialisationVincent Sanders2011-04-022-14/+10
| | | | svn path=/trunk/netsurf/; revision=12152
* Fix bug #3253090: don't schedule updates of the cookie treeJohn Mark Bell2011-03-281-3/+3
| | | | svn path=/trunk/netsurf/; revision=12141
* commandline option settingVincent Sanders2011-03-183-30/+105
| | | | svn path=/trunk/netsurf/; revision=12106
* Improve options outputVincent Sanders2011-03-171-15/+17
| | | | | | improve options:config styling svn path=/trunk/netsurf/; revision=12084
* Temporary hack to stop crashing in Amiga frontend. Roll on frames ↵Chris Young2011-03-161-0/+8
| | | | | | re-implementation! svn path=/trunk/netsurf/; revision=12079
* Stop gtk printing from exploding if its unable to initialise the jobVincent Sanders2011-03-151-40/+3
| | | | | | | add interface to clone a high level cache handle make generic printing core call new hlcache interface svn path=/trunk/netsurf/; revision=12068
* Like HTML, text-plain contents have no intrinsic dimensions.Michael Drake2011-03-151-1/+3
| | | | svn path=/trunk/netsurf/; revision=12057
* Move schedule.h to utils/John Mark Bell2011-03-133-35/+3
| | | | svn path=/trunk/netsurf/; revision=12039
* Ensure we stop the hlcache schedule before we quit the guiDaniel Silverstone2011-03-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=12036
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-135-8/+37
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* Make schedule/schedule_remove use a typedef for their callback argumentDaniel Silverstone2011-03-121-2/+4
| | | | svn path=/trunk/netsurf/; revision=11985
* Lose nasty codeJohn Mark Bell2011-03-121-5/+0
| | | | svn path=/trunk/netsurf/; revision=11984
* Fix stupidJohn Mark Bell2011-03-122-10/+9
| | | | svn path=/trunk/netsurf/; revision=11976
* Saturated maths in css fixed point Vincent Sanders2011-03-122-7/+6
| | | | svn path=/trunk/netsurf/; revision=11975
* Ensure we don't free an unallocated handleDaniel Silverstone2011-03-121-3/+3
| | | | svn path=/trunk/netsurf/; revision=11973
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+2
| | | | svn path=/trunk/netsurf/; revision=11968
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-102-2/+2
| | | | svn path=/trunk/netsurf/; revision=11964