summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix memory leakChris Young2011-07-281-1/+2
| | | | svn path=/trunk/netsurf/; revision=12630
* Fix GCC 4.6 warnings in coreJohn Mark Bell2011-07-264-27/+3
| | | | svn path=/trunk/netsurf/; revision=12629
* Selection is now subordinate to html and text content types, and ↵Michael Drake2011-07-267-151/+167
| | | | | | disassociated from browser windows. Note: search currently uses hlcache_handle_get_content() to go from bw to h to get at c for search highlighting via selection. svn path=/trunk/netsurf/; revision=12626
* Remove unused hlcache_handle from search context.Michael Drake2011-07-261-4/+1
| | | | svn path=/trunk/netsurf/; revision=12625
* Skip over credentials when lower casing hostJohn Mark Bell2011-07-241-1/+13
| | | | svn path=/trunk/netsurf/; revision=12624
* Shared URL nodes in the treeview actually want to be readonly. They ↵John Mark Bell2011-07-244-32/+32
| | | | | | certainly have no business not copying transient data. svn path=/trunk/netsurf/; revision=12623
* Fix motion event handling in GTK treeviewJohn Mark Bell2011-07-242-26/+31
| | | | svn path=/trunk/netsurf/; revision=12622
* Fix double frees on download failureJohn Mark Bell2011-07-231-1/+4
| | | | svn path=/trunk/netsurf/; revision=12621
* Abort loading content when closing windowJohn Mark Bell2011-07-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=12620
* use human_friendly_bytesizeChris Young2011-07-231-3/+3
| | | | svn path=/trunk/netsurf/; revision=12619
* Show existing file size when file already exists on downloadChris Young2011-07-2314-17/+62
| | | | svn path=/trunk/netsurf/; revision=12618
* Fill in conspiciusly-empty else; fix warningsChris Young2011-07-231-11/+12
| | | | svn path=/trunk/netsurf/; revision=12617
* Fix warningsChris Young2011-07-2313-84/+91
| | | | svn path=/trunk/netsurf/; revision=12616
* Fix ASL hook functionChris Young2011-07-231-10/+18
| | | | svn path=/trunk/netsurf/; revision=12615
* Fix transition from LOADING to ERROR state after content has been locked for ↵John Mark Bell2011-07-205-12/+22
| | | | | | conversion svn path=/trunk/netsurf/; revision=12614
* Plug another hole in the logic for stopping HTML contentsJohn Mark Bell2011-07-201-0/+4
| | | | svn path=/trunk/netsurf/; revision=12613
* Make html_stop handle being called during construction of the box tree (i.e. ↵John Mark Bell2011-07-191-3/+36
| | | | | | | | as the result of a call to gui_multitask from the LOADING state) Fixup accounting of active objects when stopped in the READY state and ensure correct transition to the DONE state when necessary svn path=/trunk/netsurf/; revision=12612
* Fix race when stopping an HTML content mid-loadJohn Mark Bell2011-07-193-30/+61
| | | | svn path=/trunk/netsurf/; revision=12611
* Revert r12609 and assert parent content state.Michael Drake2011-07-191-4/+4
| | | | svn path=/trunk/netsurf/; revision=12610
* Don't try to redraw newly fetched objects' areas in parent html document if ↵Michael Drake2011-07-191-1/+4
| | | | | | parent doc is still in LOADING state. svn path=/trunk/netsurf/; revision=12609
* Correct aspect ratio correctly and support widescreen displaysChris Young2011-07-173-6/+19
| | | | svn path=/trunk/netsurf/; revision=12607
* Ensure buttons update (stop button activates) when new URL starts to loadChris Young2011-07-161-0/+2
| | | | svn path=/trunk/netsurf/; revision=12606
* Update from Samir HawamdehChris Young2011-07-161-12/+13
| | | | svn path=/trunk/netsurf/; revision=12605
* Update from Samir HawamdehChris Young2011-07-151-7/+8
| | | | svn path=/trunk/netsurf/; revision=12604
* Remove assumption of gui window from search.Michael Drake2011-07-143-11/+48
| | | | svn path=/trunk/netsurf/; revision=12603
* Don't need current_redraw_browser for box scrollbars any more.Michael Drake2011-07-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12602
* Fix up Amiga front end.Michael Drake2011-07-133-4/+4
| | | | svn path=/trunk/netsurf/; revision=12601
* Fix up BeOS front end.Michael Drake2011-07-131-3/+4
| | | | svn path=/trunk/netsurf/; revision=12600
* Fix up Windows front end. Stop it poking inside selection contexts.Michael Drake2011-07-131-6/+8
| | | | svn path=/trunk/netsurf/; revision=12599
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-1318-169/+294
| | | | | | | Selection no longer uses current_redraw_browser. Fix long-standing selection bugs on platforms that use action on release behaviour. svn path=/trunk/netsurf/; revision=12598
* Caret position is already scaled in core.Michael Drake2011-07-111-3/+1
| | | | svn path=/trunk/netsurf/; revision=12597
* Scale caret height in coreMichael Drake2011-07-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=12596
* Refactor http utilitiesJohn Mark Bell2011-07-0827-580/+1380
| | | | svn path=/trunk/netsurf/; revision=12595
* Direct access of png_structp members is deprecatedJohn Mark Bell2011-07-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=12594
* Remove remaining internal browser window usage from render/textinput.Michael Drake2011-07-071-97/+86
| | | | svn path=/trunk/netsurf/; revision=12593
* Remove unused structure.Michael Drake2011-07-071-18/+0
| | | | svn path=/trunk/netsurf/; revision=12592
* Remove unnecessary #include.Michael Drake2011-07-071-1/+0
| | | | svn path=/trunk/netsurf/; revision=12591
* Function namespacing.Michael Drake2011-07-072-80/+98
| | | | svn path=/trunk/netsurf/; revision=12590
* Remove ghost caret.Michael Drake2011-07-073-116/+2
| | | | svn path=/trunk/netsurf/; revision=12589
* Fix build.Michael Drake2011-07-071-23/+1
| | | | svn path=/trunk/netsurf/; revision=12588
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with ↵Michael Drake2011-07-0711-2178/+2314
| | | | | | browser windows only. HTML content specific stuff moved to render/textinput.{c|h} and disassociated from browser windows. svn path=/trunk/netsurf/; revision=12587
* Reduce forward declaration of functions.Michael Drake2011-07-071-1183/+1158
| | | | svn path=/trunk/netsurf/; revision=12586
* Remove pointless content_msg_data.Michael Drake2011-07-061-4/+0
| | | | svn path=/trunk/netsurf/; revision=12585
* Pass struct rect to browser_window_update_box(), rather than union ↵Michael Drake2011-07-062-17/+17
| | | | | | content_msg_data. svn path=/trunk/netsurf/; revision=12584
* Fix up Windows for r12574 API change.Michael Drake2011-07-061-6/+5
| | | | svn path=/trunk/netsurf/; revision=12583
* Fix up RISC OS for r12574 API change.Michael Drake2011-07-061-6/+5
| | | | svn path=/trunk/netsurf/; revision=12582
* Fix up Monkey for r12574 API change.Michael Drake2011-07-061-4/+3
| | | | svn path=/trunk/netsurf/; revision=12581
* Fix up GTK for r12574 API change.Michael Drake2011-07-061-6/+5
| | | | svn path=/trunk/netsurf/; revision=12580
* Fix up Framebuffer for r12574 API change.Michael Drake2011-07-061-7/+5
| | | | svn path=/trunk/netsurf/; revision=12579
* Fix up Cocoa for r12574 API change.Michael Drake2011-07-061-4/+3
| | | | svn path=/trunk/netsurf/; revision=12578