summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix up BeOS for r12574 API change.Michael Drake2011-07-061-5/+3
| | | | svn path=/trunk/netsurf/; revision=12577
* Fix up Atari for r12574 API change.Michael Drake2011-07-061-6/+6
| | | | svn path=/trunk/netsurf/; revision=12576
* Fix up Amiga for r12574 API change.Michael Drake2011-07-061-5/+3
| | | | svn path=/trunk/netsurf/; revision=12575
* Pass struct rect to gui_window_update_box(), rather than union content_msg_data.Michael Drake2011-07-062-10/+13
| | | | svn path=/trunk/netsurf/; revision=12574
* Fix update_box coords when issued from scaled iframe.Michael Drake2011-07-061-4/+4
| | | | svn path=/trunk/netsurf/; revision=12573
* Use prescribed method for discovering browser window position.Michael Drake2011-07-061-15/+4
| | | | svn path=/trunk/netsurf/; revision=12572
* Iframe scrollbars.Michael Drake2011-07-054-24/+401
| | | | svn path=/trunk/netsurf/; revision=12571
* Set focus browser_window in place_caret.Michael Drake2011-07-042-5/+3
| | | | svn path=/trunk/netsurf/; revision=12570
* Correctly select FILLPEN or FOREGROUNDPEN for scroller knob colourChris Young2011-07-032-12/+22
| | | | svn path=/trunk/netsurf/; revision=12569
* Pick scroller gadget colours from the screen's DrawInfo pensChris Young2011-07-032-0/+17
| | | | svn path=/trunk/netsurf/; revision=12568
* Pass correct plotter table for Drawfile export.Michael Drake2011-07-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12567
* Fix an issue with GETTITLE returning an incorrect string on occasionChris Young2011-07-031-8/+10
| | | | | | Fix warnings svn path=/trunk/netsurf/; revision=12566
* Don't crash when freeing diskobjectChris Young2011-07-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12565
* Fix AppIcons for non-HTML contentsChris Young2011-07-032-14/+25
| | | | svn path=/trunk/netsurf/; revision=12564
* Make AmiDock icon behave a little more sensibly when all windows are iconified.Chris Young2011-07-031-0/+3
| | | | svn path=/trunk/netsurf/; revision=12563
* Iconfication; only enabled when running on WB screen at presentChris Young2011-07-035-42/+75
| | | | svn path=/trunk/netsurf/; revision=12562
* When opening new tabs next to the active one, open them sequentially until ↵Chris Young2011-07-023-2/+11
| | | | | | | | | the tab is switched away from. This is more akin to how Firefox etc do it. Make this the default. svn path=/trunk/netsurf/; revision=12561
* Don't prompt for build selection if there is no static build presentChris Young2011-07-021-14/+20
| | | | svn path=/trunk/netsurf/; revision=12560
* Add an option to open new tabs next to the current tab. Needs some ↵Chris Young2011-07-028-3/+33
| | | | | | | | | additional logic as opening multiple tabs results in the new tabs being in reverse order to that expected. svn path=/trunk/netsurf/; revision=12559
* Put a search icon where the old search favicon wasChris Young2011-07-027-1/+51
| | | | svn path=/trunk/netsurf/; revision=12558
* Update to new APIChris Young2011-07-022-2/+2
| | | | svn path=/trunk/netsurf/; revision=12557
* Function to find out if browser window has a selection. Front ends should ↵Michael Drake2011-07-023-9/+31
| | | | | | use this API. RISC OS front end updated. svn path=/trunk/netsurf/; revision=12556