summaryrefslogtreecommitdiff
path: root/riscos/window.c
Commit message (Collapse)AuthorAgeFilesLines
* Ctrl + resize scales the content to the new width.Richard Wilson2006-07-121-0/+3
| | | | svn path=/trunk/netsurf/; revision=2735
* Join update boxes if possible to decrease rendering time (optimise bouncing ↵Richard Wilson2006-07-091-102/+174
| | | | | | bunny testcase.) svn path=/trunk/netsurf/; revision=2724
* Make adjust-back/forwards/up open content in a new window (implement 1431600)Richard Wilson2006-07-051-6/+56
| | | | svn path=/trunk/netsurf/; revision=2717
* Make adjust-clicking submit open a new window (fix 1430135)Richard Wilson2006-07-051-2/+6
| | | | svn path=/trunk/netsurf/; revision=2716
* Fix 1516353 and implement 1352354Richard Wilson2006-07-041-0/+17
| | | | svn path=/trunk/netsurf/; revision=2711
* Respect CMOS configuration for full-size toggles on small contents.Richard Wilson2006-07-041-1/+7
| | | | svn path=/trunk/netsurf/; revision=2709
* Implement up toolbar icon and menu option.Richard Wilson2006-07-031-0/+4
| | | | svn path=/trunk/netsurf/; revision=2705
* Delegate redraw optimisations to the knockout rendering system (fix garbage ↵Richard Wilson2006-07-031-85/+18
| | | | | | being displayed in certain situations with buffered rendering) svn path=/trunk/netsurf/; revision=2703
* Allow any content to be dragged into a text area (fix 1461378)Richard Wilson2006-07-031-4/+1
| | | | svn path=/trunk/netsurf/; revision=2701
* Re-instate the knockout renderers after a nested flush(). Make so knockout ↵Richard Wilson2006-07-021-5/+0
| | | | | | rendering is always used. svn path=/trunk/netsurf/; revision=2693
* Implement knockout rendering (controlled by 'knockout_rendering' option or ↵Richard Wilson2006-07-011-0/+5
| | | | | | Ctrl+F11, default is off). This attempts to minimise the amount of overlapping redraw performed, and thus can drasticly reduce the rendering time of many pages. svn path=/trunk/netsurf/; revision=2682
* Lose compiler warningsJohn Mark Bell2006-06-251-2/+3
| | | | svn path=/trunk/netsurf/; revision=2645
* Fix typo in Pinboard workaround (stops it being overly zealous)Rob Kendrick2006-06-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=2644
* Add workaround to bug in Pinboard not displaying some windows when iconisedRob Kendrick2006-06-231-0/+9
| | | | svn path=/trunk/netsurf/; revision=2641
* Fix handling of backspace in URL entry fieldJohn Mark Bell2006-06-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=2614
* New keybindings similar to other browsers:John Mark Bell2006-06-011-0/+18
| | | | | | | Backspace -> back Shift + Backspace -> forward svn path=/trunk/netsurf/; revision=2610
* Eliminate error at end of page drag scrolling on SelectAdrian Lees2006-05-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=2608
* Add Ctrl-Shift-Q and Ctrl-Shift-W to change scale in 10% steps.James Bursa2006-05-061-1/+7
| | | | svn path=/trunk/netsurf/; revision=2593
* Reinstate Ctrl+R (full reload).Michael Drake2006-05-021-0/+1
| | | | svn path=/trunk/netsurf/; revision=2584
* Finish history cloning.Richard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2547
* Fix redraw issues for CONTENT_CSSJohn Mark Bell2006-04-131-0/+3
| | | | svn path=/trunk/netsurf/; revision=2528
* Unify information databasesJohn Mark Bell2006-04-091-1/+5
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-03-24 03:44:33 by adrianl]Adrian Lees2006-03-241-0/+130
| | | | | | Use thumbnails for iconised windows svn path=/import/netsurf/; revision=2157
* [project @ 2006-03-23 10:25:50 by tlsa]Michael Drake2006-03-231-2/+2
| | | | | | Add remaining pointer types to RISC OS build. svn path=/import/netsurf/; revision=2154
* [project @ 2006-03-22 23:37:59 by tlsa]Michael Drake2006-03-221-3/+3
| | | | | | More pointer types for RISC OS build. svn path=/import/netsurf/; revision=2150
* [project @ 2006-03-19 17:49:32 by dsilvers]Daniel Silverstone2006-03-191-0/+9
| | | | | | Add support for a few more CSS cursors and tidy the GUI_POINTER_* stuff to support what we already had svn path=/import/netsurf/; revision=2135
* [project @ 2006-03-10 11:28:16 by jmb]John Mark Bell2006-03-101-4/+4
| | | | | | Add missing "struct" svn path=/import/netsurf/; revision=2126
* [project @ 2006-03-10 11:10:21 by dsilvers]Daniel Silverstone2006-03-101-0/+1
| | | | | | Include gui.h for gui_window struct svn path=/import/netsurf/; revision=2125
* [project @ 2006-03-10 09:09:03 by dsilvers]Daniel Silverstone2006-03-101-2/+2
| | | | | | Minor refactor to pass the gui_window to gui_window_set_pointer and gui_window_hide_pointer svn path=/import/netsurf/; revision=2123
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-041-0/+2
| | | | | | Continue work towards favicon support. svn path=/import/netsurf/; revision=2104
* [project @ 2006-02-26 02:25:19 by rjw]Richard Wilson2006-02-261-0/+1
| | | | | | Add support for ICO files. svn path=/import/netsurf/; revision=2096
* [project @ 2006-02-25 18:50:34 by rjw]Richard Wilson2006-02-251-0/+3
| | | | | | Support for BMP files svn path=/import/netsurf/; revision=2095
* [project @ 2006-02-11 19:10:42 by adrianl]Adrian Lees2006-02-111-7/+5
| | | | | | Corrected UTF8 conversion of imported text svn path=/import/netsurf/; revision=2074
* [project @ 2006-02-01 22:31:27 by adrianl]Adrian Lees2006-02-011-2/+2
| | | | | | Eliminate spurious char at end of imported text svn path=/import/netsurf/; revision=2052
* [project @ 2006-01-26 23:52:01 by tlsa]Michael Drake2006-01-261-1/+1
| | | | | | Revert accidentally checked in file. svn path=/import/netsurf/; revision=2048
* [project @ 2006-01-26 23:38:22 by tlsa]Michael Drake2006-01-261-1/+1
| | | | | | Remove rule.netsurf/!NetSurf/Resources/AdBlock,f79 svn path=/import/netsurf/; revision=2046
* [project @ 2006-01-25 17:28:29 by rjw]Richard Wilson2006-01-251-0/+86
| | | | | | Implement feature request 1365051. svn path=/import/netsurf/; revision=2043
* [project @ 2006-01-22 17:25:30 by jmb]John Mark Bell2006-01-221-7/+32
| | | | | | | Convert local files to UTF-8 when dragged in (assumes they're encoded in the system local encoding). Fix potential buffer overflow in utf8_from_local_encoding svn path=/import/netsurf/; revision=2025
* [project @ 2006-01-06 21:21:34 by rjw]Richard Wilson2006-01-061-1/+0
| | | | | | Trim headers. svn path=/import/netsurf/; revision=1997
* [project @ 2006-01-02 22:06:59 by rjw]Richard Wilson2006-01-021-1/+3
| | | | | | Allow toolbars for non gui-windows svn path=/import/netsurf/; revision=1959
* [project @ 2005-12-31 04:40:48 by rjw]Richard Wilson2005-12-311-9/+16
| | | | | | Use new wimp_event system. svn path=/import/netsurf/; revision=1916
* [project @ 2005-09-29 15:24:48 by adrianl]Adrian Lees2005-09-291-3/+14
| | | | | | Allow drag-saving of URLs from URL icon of browser windows svn path=/import/netsurf/; revision=1867
* [project @ 2005-07-24 03:13:51 by adrianl]Adrian Lees2005-07-241-7/+2
| | | | | | Convert title to local encoding before display svn path=/import/netsurf/; revision=1819
* [project @ 2005-07-20 23:27:27 by adrianl]Adrian Lees2005-07-201-0/+61
| | | | | | 2D scrolling of text areas/frames; First cut at selection in textareas; Further text editing actions (Word left/right; Page up/down; Cut block; Delete line start/end) svn path=/import/netsurf/; revision=1812
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-18/+5
| | | | | | | | | | | | | | | | | | - Convert Messages files to UTF-8 encoding. - Replace local_encoding_name() with platform specific utf8_[to,from]_local_encoding() functions - this allows mapping of 8bit characters 0x80->0x9f (inclusive). - All text that is rendered by the RISC OS Wimp is now converted to the system local encoding prior to display. - Lose the horrendous hack that was messages_get_key() - Menu text is now translated to system local encoding on the fly (if necessary) rather than at menu creation time. This allows the system alphabet to change under us and our menus remain usable. - The Languages menu now lists all languages that are present in the LangNames file. In the case of selecting the UI language, those languages which are not available are shaded. svn path=/import/netsurf/; revision=1796
* [project @ 2005-07-16 05:54:45 by adrianl]Adrian Lees2005-07-161-1/+8
| | | | | | Thumbnails displayed and dragged for full page save; spelling correction svn path=/import/netsurf/; revision=1793
* [project @ 2005-07-02 18:17:51 by bursa]James Bursa2005-07-021-1/+31
| | | | | | Rewrite calculation of box minimum and maximum widths to improve layout of many pages. Move calculation of column types and border collapsing to box tree normalising stage, since they are layout independent. Add window height parameter to layout and make <html> and <body> at least window height. svn path=/import/netsurf/; revision=1777
* [project @ 2005-06-07 21:58:17 by jmb]John Mark Bell2005-06-071-2/+6
| | | | | | Fix stupid assertions. svn path=/import/netsurf/; revision=1745
* [project @ 2005-06-07 21:29:26 by jmb]John Mark Bell2005-06-071-11/+7
| | | | | | | Lose cnv_str_local_enc and friends. UTF-8 conversion functions now return an enumerated type allowing for fallbacks, if appropriate. svn path=/import/netsurf/; revision=1744
* [project @ 2005-06-07 16:35:13 by jmb]John Mark Bell2005-06-071-3/+17
| | | | | | Convert status bar text to local encoding. Fixes bug 1215998 svn path=/import/netsurf/; revision=1743