summaryrefslogtreecommitdiff
path: root/riscos/dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-221-3/+2
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-2/+2
| | | | svn path=/trunk/netsurf/; revision=13548
* Don't need to url_normalise, since the core is nsurl based.Michael Drake2011-10-061-3/+2
| | | | svn path=/trunk/netsurf/; revision=12965
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-5/+35
| | | | svn path=/trunk/netsurf/; revision=11741
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-40/+36
| | | | svn path=/trunk/netsurf/; revision=10865
* Aliasing fixesJohn Mark Bell2009-03-281-4/+5
| | | | svn path=/trunk/netsurf/; revision=6959
* Purge WITH_SEARCHJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6604
* Purge WITH_PRINTJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6601
* Purge WITH_AUTHJohn Mark Bell2009-02-221-4/+0
| | | | svn path=/trunk/netsurf/; revision=6600
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6599
* Assorted saving-related changes (WIP)Adrian Lees2009-01-101-30/+34
| | | | svn path=/trunk/netsurf/; revision=6010
* A few usability tweaksAdrian Lees2008-12-261-2/+2
| | | | svn path=/trunk/netsurf/; revision=5922
* 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