summaryrefslogtreecommitdiff
path: root/riscos/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* + Change core to handle different front end click behaviourMichael Drake2008-06-061-2/+4
| | | | | | | | | styles. (Act on mouse button press or on button release.) + Click hold on CSS scrollbar arrows now pauses before starting to auto-repeat. + Click hold on scrollbar wells will now auto-repeat. svn path=/trunk/netsurf/; revision=4268
* Use local filetype directly, if we're "downloading" a local fileJohn Mark Bell2008-05-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=4189
* const fixes in plotters and history coreRob Kendrick2008-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=4083
* Make F9 dump box tree to an editor for easier debugging.James Bursa2007-08-201-0/+1
| | | | svn path=/trunk/netsurf/; revision=3529
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Move window scaling from platform-specific code to desktop/browser.c. Modify ↵James Bursa2007-08-071-4/+0
| | | | | | gtk gui to handle scaling in the same way as RO. svn path=/trunk/netsurf/; revision=3478
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-3/+3
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Remove collusion between window, menus and search code in order to clear John Mark Bell2007-03-261-1/+0
| | | | | | | | search selection state - this should happen automagically through wimp_event callbacks now. Also tidy search.c so I can read it better ;) svn path=/trunk/netsurf/; revision=3227
* Format frame content to correct initial size. Scale iframe co-ordinates.Richard Wilson2007-01-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=3134
* Replace font_menu with new rufl built-in font menu.James Bursa2006-12-081-1/+0
| | | | svn path=/trunk/netsurf/; revision=3111
* Use new UTF-8 status bar. Use top-window dimensions for new windows from ↵Richard Wilson2006-11-301-2/+2
| | | | | | framesets. svn path=/trunk/netsurf/; revision=3082
* Update project URL.Michael Drake2006-11-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix 1553282.Richard Wilson2006-09-081-11/+0
| | | | svn path=/trunk/netsurf/; revision=2932
* Simplify and tidy up RISC OS gui_ functions. Fix toolbar height changing ↵Richard Wilson2006-09-061-4/+2
| | | | | | issues for framesets. svn path=/trunk/netsurf/; revision=2924
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-061-27/+0
| | | | svn path=/trunk/netsurf/; revision=2922
* Experimental new frames code.Richard Wilson2006-09-021-1/+5
| | | | svn path=/trunk/netsurf/; revision=2906
* Move ro_gui_wimp_desktop_font() from wimp.c to font.c. Simplify code and add ↵James Bursa2006-08-211-0/+6
| | | | | | logging of result. svn path=/trunk/netsurf/; revision=2876
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=2755
* Centralise keypress handling (download and query dialogs still need porting ↵John Mark Bell2006-07-131-2/+0
| | | | | | | | over to wimp_event) Make core browser window invalidate caret callback on mouse clicks svn path=/trunk/netsurf/; revision=2746
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-6/+8
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* Join update boxes if possible to decrease rendering time (optimise bouncing ↵Richard Wilson2006-07-091-0/+1
| | | | | | 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-3/+7
| | | | svn path=/trunk/netsurf/; revision=2717
* Remove redundant mouseaction code.Richard Wilson2006-04-221-3/+0
| | | | svn path=/trunk/netsurf/; revision=2553
* [project @ 2006-03-25 20:30:35 by bursa]James Bursa2006-03-251-5/+1
| | | | | | Split local history into portable and RISC OS specific code. Improve layout of history tree. svn path=/import/netsurf/; revision=2164
* [project @ 2006-03-24 03:44:33 by adrianl]Adrian Lees2006-03-241-0/+3
| | | | | | Use thumbnails for iconised windows svn path=/import/netsurf/; revision=2157
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-041-30/+0
| | | | | | Continue work towards favicon support. svn path=/import/netsurf/; revision=2104
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-231-1/+6
| | | | | | | | | | Handle invalid SSL certificates better - UI still needs work. Modify fetch callback data parameter type to remove compiler warnings. Constify things. Lose global ssl_verify_certificates option. Fix issue when closing a dialog without input focus. svn path=/import/netsurf/; revision=2092
* [project @ 2006-02-15 23:09:53 by adrianl]Adrian Lees2006-02-151-20/+0
| | | | | | Extend text selection, copying, saving and searching code to handle textplain contents; modified textplain code to accept other line terminators svn path=/import/netsurf/; revision=2081
* [project @ 2006-02-12 21:23:21 by adrianl]Adrian Lees2006-02-121-0/+1
| | | | | | Show all matches svn path=/import/netsurf/; revision=2076
* [project @ 2006-01-25 02:43:07 by rjw]Richard Wilson2006-01-251-0/+1
| | | | | | Language configuration tool svn path=/import/netsurf/; revision=2038
* [project @ 2006-01-02 22:07:36 by rjw]Richard Wilson2006-01-021-5/+3
| | | | | | Remove redundant externs. svn path=/import/netsurf/; revision=1960
* [project @ 2006-01-02 21:24:42 by jmb]John Mark Bell2006-01-021-0/+2
| | | | | | Finish font configuration. svn path=/import/netsurf/; revision=1953
* [project @ 2006-01-02 15:57:14 by rjw]Richard Wilson2006-01-021-61/+0
| | | | | | Remove redundant declarations svn path=/import/netsurf/; revision=1949
* [project @ 2006-01-02 00:37:10 by rjw]Richard Wilson2006-01-021-18/+0
| | | | | | Move print dialog icon definitions. svn path=/import/netsurf/; revision=1935
* [project @ 2005-12-31 04:38:27 by rjw]Richard Wilson2005-12-311-39/+28
| | | | | | Don't buffer any events. Use new wimp_event system. svn path=/import/netsurf/; revision=1915
* [project @ 2005-11-20 20:16:08 by bursa]James Bursa2005-11-201-2/+6
| | | | | | Rewrite DrawFile export completely. Text is now exported again. Images are not yet exported. svn path=/import/netsurf/; revision=1880
* [project @ 2005-07-19 03:56:17 by adrianl]Adrian Lees2005-07-191-6/+6
| | | | | | Search-as-you-type svn path=/import/netsurf/; revision=1805
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-1/+1
| | | | | | | | | | | | | | | | | | - 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-3/+7
| | | | | | Thumbnails displayed and dragged for full page save; spelling correction svn path=/import/netsurf/; revision=1793
* [project @ 2005-05-10 22:49:41 by rjw]Richard Wilson2005-05-101-0/+1
| | | | | | Implement RETURN for search and open url dialogs. Add recent URL menu to open url dialog. svn path=/import/netsurf/; revision=1716
* [project @ 2005-05-02 02:09:54 by adrianl]Adrian Lees2005-05-021-1/+3
| | | | | | Fix abort/quit confirmation; keyboard operation in download windows; allow spaces in filenames svn path=/import/netsurf/; revision=1708
* [project @ 2005-04-23 02:58:27 by adrianl]Adrian Lees2005-04-231-0/+7
| | | | | | Query windows, desktop save protocol, confirm abort/quit when downloads in progress svn path=/import/netsurf/; revision=1679
* [project @ 2005-04-21 21:36:23 by adrianl]Adrian Lees2005-04-211-0/+5
| | | | | | Dragging URLs into toolbar URL icon; keyboard actions in textareas conform to Wimp's icon editing; display of scale % fixed for 120% svn path=/import/netsurf/; revision=1676
* [project @ 2005-04-20 23:22:49 by rjw]Richard Wilson2005-04-201-1/+0
| | | | | | Remove background blending option, fix tree menu bug. svn path=/import/netsurf/; revision=1675
* [project @ 2005-04-20 12:24:41 by adrianl]Adrian Lees2005-04-201-0/+1
| | | | | | text import from global clipboard, other apps & files and additional keys for editing text in textareas svn path=/import/netsurf/; revision=1673
* [project @ 2005-04-17 23:32:09 by adrianl]Adrian Lees2005-04-171-0/+1
| | | | | | better keyboard support for scale and find dialogs svn path=/import/netsurf/; revision=1665
* [project @ 2005-04-15 05:54:44 by adrianl]Adrian Lees2005-04-151-21/+16
| | | | | | Text selection, page drag scrolling, drag-saving images and a few SaveAs improvements svn path=/import/netsurf/; revision=1640
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-071-33/+11
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-03-20 19:28:49 by rjw]Richard Wilson2005-03-201-1/+2
| | | | | | Further toolbar customisation work. svn path=/import/netsurf/; revision=1555
* [project @ 2005-03-20 14:57:51 by rjw]Richard Wilson2005-03-201-0/+6
| | | | | | Add missing change. svn path=/import/netsurf/; revision=1552