summaryrefslogtreecommitdiff
path: root/riscos/dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-08-05 19:27:31 by rjw]Richard Wilson2004-08-051-6/+1
| | | | | | Fix for hotlist toolbar not being updated for directory double clicks. Fix for OS3.7 buffered redraw error masking. Fix for error reporting stopping functionality. svn path=/import/netsurf/; revision=1181
* [project @ 2004-07-27 20:44:46 by jmb]John Mark Bell2004-07-271-12/+83
| | | | | | | Language configuration menu Make adjust clicks on font size arrows style guide compliant svn path=/import/netsurf/; revision=1154
* [project @ 2004-07-27 15:49:28 by bursa]James Bursa2004-07-271-342/+298
| | | | | | Implement proxy authentication. Bring templates in line with style guide (icon sizes and fill display fields), and remove dead icons. Clean up choices dialog code. Fix persistent dialog code. Make browser choices the default pane. svn path=/import/netsurf/; revision=1153
* [project @ 2004-07-27 02:34:13 by jmb]John Mark Bell2004-07-271-4/+13
| | | | | | | | Fix redraw issue with themes config Prevent deselection of all radio icons Fix read from NULL pointer when setting homepage URL svn path=/import/netsurf/; revision=1152
* [project @ 2004-07-26 20:13:45 by atimmins]Andrew Timmins2004-07-261-0/+20
| | | | | | Updated to support new config options (homepage, open on startup). Bug fixes with new config pane window (sticky selected radio icon bug!). Also includes up-to-date French templates. svn path=/import/netsurf/; revision=1150
* [project @ 2004-07-25 19:25:26 by atimmins]Andrew Timmins2004-07-251-7/+79
| | | | | | Updated to support paned config dialog. svn path=/import/netsurf/; revision=1143
* [project @ 2004-07-17 13:00:38 by bursa]James Bursa2004-07-171-13/+17
| | | | | | Simplify gui_window structure. Clean up various parts of the gui code. svn path=/import/netsurf/; revision=1092
* [project @ 2004-07-16 16:33:44 by rjw]Richard Wilson2004-07-161-15/+20
| | | | | | Various fixes for the GUI. Persistant windows are closed when upon a change of content. Hotlist saves in the same format as !Browse. Neater login window. Support for interactive help from hotlist windows. svn path=/import/netsurf/; revision=1081
* [project @ 2004-07-12 19:55:49 by rjw]Richard Wilson2004-07-121-3/+30
| | | | | | Improved caret handling for persistant windows. Window submenu moved from Display to Utilities. svn path=/import/netsurf/; revision=1073
* [project @ 2004-07-11 23:14:24 by rjw]Richard Wilson2004-07-111-2/+12
| | | | | | Hotlist folder/entry creation. svn path=/import/netsurf/; revision=1072
* [project @ 2004-07-11 21:45:51 by rjw]Richard Wilson2004-07-111-0/+14
| | | | | | Inversion of hotlist icon functionality. Automatic placement of caret for dialog windows. Escape closes dialog windows. svn path=/import/netsurf/; revision=1071
* [project @ 2004-07-08 22:05:35 by rjw]Richard Wilson2004-07-081-1/+4
| | | | | | Lose compiler warnings. Fix for dragging hotlist item to itself failing. Initial work on adding/editing entries. svn path=/import/netsurf/; revision=1061
* [project @ 2004-07-08 17:28:56 by rjw]Richard Wilson2004-07-081-1/+80
| | | | | | Save window cancel button implementation. Persistant child window handling. svn path=/import/netsurf/; revision=1056
* [project @ 2004-06-27 14:41:14 by rjw]Richard Wilson2004-06-271-3/+9
| | | | | | Improved window positioning svn path=/import/netsurf/; revision=1018
* [project @ 2004-06-21 15:25:35 by bursa]James Bursa2004-06-211-2/+3
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=988
* [project @ 2004-06-12 17:43:37 by bursa]James Bursa2004-06-121-3/+4
| | | | | | Fix limit zooming by ^Q / ^W. Increase limit to 1000. svn path=/import/netsurf/; revision=967
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-1/+2
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-06-05 16:07:13 by bursa]James Bursa2004-06-051-1/+1
| | | | | | Rename template "config_th_pa" to "config_th_p" to fix suspected 12-character problem with Wimp_LoadTemplate. svn path=/import/netsurf/; revision=929
* [project @ 2004-05-24 20:47:32 by rjw]Richard Wilson2004-05-241-1/+25
| | | | | | Simple theme pane handling. svn path=/import/netsurf/; revision=894
* [project @ 2004-05-22 23:04:44 by bursa]James Bursa2004-05-221-233/+234
| | | | | | Work on new theme choices dialog. svn path=/import/netsurf/; revision=889
* [project @ 2004-05-08 20:44:00 by bursa]James Bursa2004-05-081-15/+70
| | | | | | Break out ro_gui_dialog_load_template(). Replace xcalloc() with malloc() and add some error handling. svn path=/import/netsurf/; revision=844
* [project @ 2004-05-07 19:14:54 by bursa]James Bursa2004-05-071-2/+18
| | | | | | Implement multitasking warning dialog. Warn user if resolvers not set. svn path=/import/netsurf/; revision=841
* [project @ 2004-05-06 20:37:48 by bursa]James Bursa2004-05-061-3/+14
| | | | | | Remove obsolete theme files. Hide some unimplemented toolbar icons. F2 moves caret to URL bar and clears it to "www.". Simplify some of the toolbar code. Fix menu-related crash (reported by Jerome Mathevet). svn path=/import/netsurf/; revision=836
* [project @ 2004-05-05 00:02:13 by jmb]John Mark Bell2004-05-051-1/+2
| | | | | | | | | Implement saving of Links as URI, URL and Text Implement saving of page objects in their original format Implement export of page images as Sprite Fix NULL pointer causing ofla when extracting page charset from libxml svn path=/import/netsurf/; revision=826
* [project @ 2004-05-04 22:21:37 by rjw]Richard Wilson2004-05-041-105/+8
| | | | | | Revised GUI. svn path=/import/netsurf/; revision=823
* [project @ 2004-05-03 21:00:14 by joty]John Tytgat2004-05-031-3/+6
| | | | | | | | | | ro_gui_set_icon_string() : - anti-flicker test didn't work when string is longer than icon text buffer length - make sure we have a NUL char terminated string when new icon text is longer than icon buffer. svn path=/import/netsurf/; revision=820
* [project @ 2004-05-02 00:21:40 by jmb]John Mark Bell2004-05-021-1/+0
| | | | | | Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
* [project @ 2004-04-17 16:45:46 by rjw]Richard Wilson2004-04-171-4/+52
| | | | | | | Improved Scale window GUI functionality. Improved icon update code. svn path=/import/netsurf/; revision=789
* [project @ 2004-04-13 23:19:44 by bursa]James Bursa2004-04-131-15/+0
| | | | | | Remove some obsolete options. svn path=/import/netsurf/; revision=777
* [project @ 2004-04-12 21:46:08 by jmb]John Mark Bell2004-04-121-1/+2
| | | | | | Add popup tooltip containing URL when mouse is over history window entry svn path=/import/netsurf/; revision=766
* [project @ 2004-04-03 02:59:34 by jmb]John Mark Bell2004-04-031-1/+2
| | | | | | Implement page info dialog box. svn path=/import/netsurf/; revision=709
* [project @ 2004-03-08 00:03:58 by bursa]James Bursa2004-03-081-0/+22
| | | | | | Implement Accept-Language option. svn path=/import/netsurf/; revision=591
* [project @ 2004-02-27 14:09:15 by bursa]James Bursa2004-02-271-4/+0
| | | | | | Implement option_language. svn path=/import/netsurf/; revision=574
* [project @ 2004-02-26 00:44:42 by bursa]James Bursa2004-02-261-15/+22
| | | | | | Implement drag saving of drawfiles and clean up drag/drop/save code. svn path=/import/netsurf/; revision=568
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-22/+47
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-02-13 23:18:29 by bursa]James Bursa2004-02-131-1/+1
| | | | | | Fix proxy host icon. svn path=/import/netsurf/; revision=539
* [project @ 2004-02-13 23:07:42 by bursa]James Bursa2004-02-131-1/+54
| | | | | | Add font size configuration and fix proxy options bug. svn path=/import/netsurf/; revision=538
* [project @ 2004-02-13 16:09:12 by bursa]James Bursa2004-02-131-73/+109
| | | | | | Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
* [project @ 2004-01-25 21:40:45 by jmb]John Mark Bell2004-01-251-1/+3
| | | | | | Plot preview sprite with mask and palette svn path=/import/netsurf/; revision=505
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-4/+20
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-8/+19
| | | | | | | Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
* [project @ 2003-12-26 22:12:39 by jmb]John Mark Bell2003-12-261-5/+1
| | | | | | | | Move constant global data into a new file. This makes things a bit tidier. Add help: and home: shortcut URLs. svn path=/import/netsurf/; revision=449
* [project @ 2003-12-26 18:18:17 by jmb]John Mark Bell2003-12-261-0/+10
| | | | | | Keypress handling in dialog boxes. svn path=/import/netsurf/; revision=446
* [project @ 2003-12-21 22:05:05 by jmb]John Mark Bell2003-12-211-4/+2
| | | | | | Clean up version string related mess. svn path=/import/netsurf/; revision=438
* [project @ 2003-12-19 17:11:07 by bursa]James Bursa2003-12-191-3/+2
| | | | | | Add netsurf_version string. svn path=/import/netsurf/; revision=435
* [project @ 2003-12-19 01:25:15 by jmb]John Mark Bell2003-12-191-2/+2
| | | | | | Fixup to work with existing code svn path=/import/netsurf/; revision=434
* [project @ 2003-12-19 01:00:22 by jmb]John Mark Bell2003-12-191-3/+8
| | | | | | | Add build date to Info dialog. Move populate_version into utils svn path=/import/netsurf/; revision=433
* [project @ 2003-12-19 00:40:28 by bursa]James Bursa2003-12-191-87/+63
| | | | | | Fix Themes menu, optimize toolbar opening. svn path=/import/netsurf/; revision=431
* [project @ 2003-11-15 00:26:41 by bursa]James Bursa2003-11-151-1/+0
| | | | | | New history window. svn path=/import/netsurf/; revision=418
* [project @ 2003-11-08 21:47:10 by jmb]John Mark Bell2003-11-081-0/+3
| | | | | | | | | Sync Info box and About Page version numbers. If no version is specified in the Messages file, it defaults to "CVS Test Build" Remove unnecessary TODOs in plugin.c svn path=/import/netsurf/; revision=415