summaryrefslogtreecommitdiff
path: root/riscos/dialog.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
* [project @ 2004-09-29 20:13:42 by jmb]John Mark Bell2004-09-291-1/+1
| | | | | | | Write heuristically-generated font names to choices file - should speed up program load a bit. Heuristic is re-run each time the choices file is saved. svn path=/import/netsurf/; revision=1294
* [project @ 2004-09-13 23:56:18 by jmb]John Mark Bell2004-09-131-87/+262
| | | | | | | Make fonts user-configurable. This loses font-style support, though it shouldn't be hard to put it back again. svn path=/import/netsurf/; revision=1274
* [project @ 2004-09-07 23:05:34 by rjw]Richard Wilson2004-09-071-16/+50
| | | | | | Updates for new theme format along with a few minor bug fixes. svn path=/import/netsurf/; revision=1269
* [project @ 2004-08-31 18:01:22 by rjw]Richard Wilson2004-08-311-14/+5
| | | | | | Further theme related fixes svn path=/import/netsurf/; revision=1257
* [project @ 2004-08-30 21:57:47 by rjw]Richard Wilson2004-08-301-2/+21
| | | | | | Various small theme related fixes svn path=/import/netsurf/; revision=1256
* [project @ 2004-08-30 21:03:48 by rjw]Richard Wilson2004-08-301-187/+219
| | | | | | Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254
* [project @ 2004-08-14 12:44:17 by joty]John Tytgat2004-08-141-1/+0
| | | | | | Removed useless current_zoom_gui variable. svn path=/import/netsurf/; revision=1229
* [project @ 2004-08-09 06:28:56 by jmb]John Mark Bell2004-08-091-2/+13
| | | | | | | Printing support. Some issues remain - see the todo list at the top of print.c for more details svn path=/import/netsurf/; revision=1199
* [project @ 2004-08-08 20:16:17 by rjw]Richard Wilson2004-08-081-22/+28
| | | | | | Internal changes for theme handling. Tinct is now an external resource. svn path=/import/netsurf/; revision=1196
* [project @ 2004-08-08 11:39:31 by joty]John Tytgat2004-08-081-0/+1
| | | | | | | Explicit #include of some header files to avoid Norcroft depth 8 limitation when using UnixLib version currently at CVS trunk. svn path=/import/netsurf/; revision=1193
* [project @ 2004-08-06 23:45:21 by rjw]Richard Wilson2004-08-061-8/+11
| | | | | | Scale view window are now persistent. Fix for incorrect buffering option saving. Background images extend to the full window dimensions. svn path=/import/netsurf/; revision=1189
* [project @ 2004-08-05 22:03:56 by jmb]John Mark Bell2004-08-051-26/+7
| | | | | | Tidy up and bugfix search implementation svn path=/import/netsurf/; revision=1183
* [project @ 2004-08-05 20:32:00 by jmb]John Mark Bell2004-08-051-1/+29
| | | | | | Text search. Press F4 to access it svn path=/import/netsurf/; revision=1182
* [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