summaryrefslogtreecommitdiff
path: root/riscos/dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2003-11-07 23:51:13 by bursa]James Bursa2003-11-071-8/+4
| | | | | | Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408
* [project @ 2003-10-23 00:09:16 by jmb]John Mark Bell2003-10-231-2/+5
| | | | | | | | | | Enable logging into sites which require Basic Authentication Has a couple of issues: 1) Opens the page in the first window in the list 2) Doesn't save the login details so you have to log in to each page. 3) The call to ro_gui_401login_open shouldn't be there. svn path=/import/netsurf/; revision=372
* [project @ 2003-08-28 19:21:27 by bursa]James Bursa2003-08-281-3/+1
| | | | | | Start implementing download window. svn path=/import/netsurf/; revision=255
* [project @ 2003-08-27 20:09:57 by bursa]James Bursa2003-08-271-12/+370
| | | | | | Fix negative dimensions, more gui cleanup. svn path=/import/netsurf/; revision=252
* [project @ 2003-08-26 22:37:32 by bursa]James Bursa2003-08-261-0/+256
Break out dialog related code from gui.c. svn path=/import/netsurf/; revision=251