summaryrefslogtreecommitdiff
path: root/riscos/dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=5189
* - Teached ro_gui_set_icon_string() and ro_gui_get_icon_string() about the ↵John Tytgat2008-08-051-3/+3
| | | | | | | | | | | | difference between direct and indirect icons. - ro_gui_get_icon_string(): - Constify return value of ro_gui_get_icon_string() as you really shouldn't change its contents via this pointer. - Enfore NUL string termination as return value (instead of other control char termination) - Merged ro_gui_set_icon_string_le() into ro_gui_set_icon_string() by adding ro_gui_set_icon_string() and extra to_utf8 parameter. - ro_gui_strncmp(): added svn path=/trunk/netsurf/; revision=4907
* - Compiler warning squashJohn Tytgat2008-07-261-1/+1
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* 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-1/+1
| | | | | | 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-20/+20
| | | | | | | | | | | | | | 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
* Call close functions when automatically closing child windows and when ↵Richard Wilson2007-03-261-3/+3
| | | | | | automatically handlign Cancel buttons. svn path=/trunk/netsurf/; revision=3225
* Dynamically update scale view (implement 1556975) and prevent double redraws.Richard Wilson2007-03-031-0/+10
| | | | svn path=/trunk/netsurf/; revision=3191
* Fix invalid window initialisationRichard Wilson2006-12-011-3/+1
| | | | svn path=/trunk/netsurf/; revision=3083
* Update project URL.Michael Drake2006-11-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix 1553282.Richard Wilson2006-09-081-33/+14
| | | | svn path=/trunk/netsurf/; revision=2932
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-061-1/+0
| | | | svn path=/trunk/netsurf/; revision=2922
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-161-1/+7
| | | | svn path=/trunk/netsurf/; revision=2755
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-0/+4
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* Finish history cloning.Richard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2547
* [project @ 2006-03-25 22:48:32 by jmb]John Mark Bell2006-03-251-14/+3
| | | | | | | Assert that template names are <=11 chars long. Rename con_language to con_lang svn path=/import/netsurf/; revision=2165
* [project @ 2006-03-25 20:13:51 by bursa]James Bursa2006-03-251-1/+11
| | | | | | Make dialogs open fully on screen even if they are already open. svn path=/import/netsurf/; revision=2163
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-231-18/+26
| | | | | | | | | | 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-0/+1
| | | | | | 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-01-25 12:49:51 by rjw]Richard Wilson2006-01-251-0/+14
| | | | | | Possible workaround for OS template loading bug. svn path=/import/netsurf/; revision=2041
* [project @ 2006-01-25 00:33:00 by rjw]Richard Wilson2006-01-251-1/+2
| | | | | | Supress error message if parent window is already closed. svn path=/import/netsurf/; revision=2037
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-081-18/+12
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2006-01-06 21:25:34 by rjw]Richard Wilson2006-01-061-5/+18
| | | | | | Simplify code and make tree windows defined in the templates. svn path=/import/netsurf/; revision=1999
* [project @ 2006-01-01 13:58:31 by rjw]Richard Wilson2006-01-011-0/+2
| | | | | | Re-introduce clicking in URL completion window svn path=/import/netsurf/; revision=1925
* [project @ 2005-12-31 04:40:48 by rjw]Richard Wilson2005-12-311-1295/+361
| | | | | | Use new wimp_event system. svn path=/import/netsurf/; revision=1916
* [project @ 2005-10-06 03:13:06 by jmb]John Mark Bell2005-10-061-4/+6
| | | | | | Propogate initial language selection to frontend such that relevant menu entry is ticked. svn path=/import/netsurf/; revision=1870
* [project @ 2005-07-27 17:54:10 by adrianl]Adrian Lees2005-07-271-2/+1
| | | | | | Remove stray log message svn path=/import/netsurf/; revision=1827
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-32/+30
| | | | | | | | | | | | | | | | | | - 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-25/+27
| | | | | | Thumbnails displayed and dragged for full page save; spelling correction svn path=/import/netsurf/; revision=1793
* [project @ 2005-05-11 00:54:56 by rjw]Richard Wilson2005-05-111-5/+0
| | | | | | Remove redundant code. Improve rendering of hr elements. svn path=/import/netsurf/; revision=1717
* [project @ 2005-05-10 22:49:41 by rjw]Richard Wilson2005-05-101-2/+72
| | | | | | Implement RETURN for search and open url dialogs. Add recent URL menu to open url dialog. svn path=/import/netsurf/; revision=1716
* [project @ 2005-04-23 02:58:27 by adrianl]Adrian Lees2005-04-231-1/+1
| | | | | | Query windows, desktop save protocol, confirm abort/quit when downloads in progress svn path=/import/netsurf/; revision=1679
* [project @ 2005-04-18 00:42:03 by adrianl]Adrian Lees2005-04-181-1/+1
| | | | | | Corrected scaling bug introduced by previous change svn path=/import/netsurf/; revision=1666
* [project @ 2005-04-17 23:32:09 by adrianl]Adrian Lees2005-04-171-13/+45
| | | | | | 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-12/+14
| | | | | | 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-23/+87
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-03-14 13:58:43 by rjw]Richard Wilson2005-03-141-21/+2
| | | | | | Minimise flicker when viewing non-HTML files. svn path=/import/netsurf/; revision=1535
* [project @ 2005-03-13 09:04:44 by rjw]Richard Wilson2005-03-131-1/+1
| | | | | | Update title and extent on scale change. svn path=/import/netsurf/; revision=1534
* [project @ 2005-03-13 01:23:10 by rjw]Richard Wilson2005-03-131-5/+9
| | | | | | Scale view is now applied to all content types. Ctrl+Q/Ctrl+W no longer step along a linear scale. svn path=/import/netsurf/; revision=1533
* [project @ 2005-02-24 22:00:40 by bursa]James Bursa2005-02-241-27/+14
| | | | | | Reimplement font family support, part 2 (font menus in choices). svn path=/import/netsurf/; revision=1525
* [project @ 2005-02-22 23:36:14 by bursa]James Bursa2005-02-221-91/+62
| | | | | | Reimplement font family support, part 1. svn path=/import/netsurf/; revision=1524
* [project @ 2005-02-20 13:19:19 by bursa]James Bursa2005-02-201-6/+5
| | | | | | Font rewrite, part 3. Note that Draw export and printing are broken by these changes. svn path=/import/netsurf/; revision=1519
* [project @ 2005-02-07 23:00:09 by rjw]Richard Wilson2005-02-071-1/+1
| | | | | | Stop toolbar scrolling by 1px, make theme saving use leafnames, improve error handling svn path=/import/netsurf/; revision=1499
* [project @ 2005-02-07 14:18:33 by rjw]Richard Wilson2005-02-071-1/+2
| | | | | | Create nested themes at the correct place in the choices window svn path=/import/netsurf/; revision=1495
* [project @ 2005-02-03 13:18:22 by rjw]Richard Wilson2005-02-031-5/+2
| | | | | | Implementation of URL suggestion svn path=/import/netsurf/; revision=1488
* [project @ 2005-01-23 16:09:05 by rjw]Richard Wilson2005-01-231-1/+6
| | | | | | Further work on theme installing svn path=/import/netsurf/; revision=1463
* [project @ 2004-11-04 01:19:46 by rjw]Richard Wilson2004-11-041-0/+33
| | | | | | Toolbar separator icons are now displayed. svn path=/import/netsurf/; revision=1342
* [project @ 2004-11-02 23:23:07 by rjw]Richard Wilson2004-11-021-13/+130
| | | | | | Fix for recent GIF decoding bug. Rectangular pixel mode-friendly sprites for hotlist. Slight change to history image size to please Tinct. Support for foreground and background image quality settings. Support for error diffusion and bi-linear filtering (Tinct still requires some further work) svn path=/import/netsurf/; revision=1336
* [project @ 2004-10-01 23:48:15 by jmb]John Mark Bell2004-10-011-0/+5
| | | | | | Add GUI config option for HTTP referer sending svn path=/import/netsurf/; revision=1300
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-011-1/+1
| | | | | | | | | | | | A somewhat better implementation of referrers which no longer sends the referer if the URL schemes don't match. Things to do: 1) Preservation of referer across redirects (see comment in browser.c:284) 2) GUI templates/code for configuration of referer sending (simple on/off toggle only) 3) Make referer sending when fetching objects/stylesheets for a page pay attention to option_send_referer? 4) Handle the case where the referer is in the form of http://moo:foo@mysite.com/ (ie the login details embedded in the referer - not good). svn path=/import/netsurf/; revision=1297