summaryrefslogtreecommitdiff
path: root/riscos/window.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-05-26 21:13:07 by rjw]Richard Wilson2004-05-261-22/+13
| | | | | | Fix for FP exceptions. svn path=/import/netsurf/; revision=897
* [project @ 2004-05-25 10:42:28 by bursa]James Bursa2004-05-251-86/+111
| | | | | | Remove obsolete gui_window_in_list(), clean up gui_create_browser_window(). svn path=/import/netsurf/; revision=896
* [project @ 2004-05-24 20:50:57 by rjw]Richard Wilson2004-05-241-3/+31
| | | | | | | Added option for maximum GIF animation speed (currently defaults to 10cs). Fix for scaled animations not being correctly updated due to rounding issues. svn path=/import/netsurf/; revision=895
* [project @ 2004-05-23 12:22:05 by rjw]Richard Wilson2004-05-231-9/+14
| | | | | | Improved style guide compliance and (incomplete) option to save window starting characteristics. svn path=/import/netsurf/; revision=891
* [project @ 2004-05-14 19:59:09 by rjw]Richard Wilson2004-05-141-0/+4
| | | | | | | | Interactive help tokens now fall back to their base key when not available. Help menu is now fully implemented. F1 opens the help page. svn path=/import/netsurf/; revision=864
* [project @ 2004-05-12 10:43:34 by jmb]John Mark Bell2004-05-121-1/+0
| | | | | | Fix my inability to read svn path=/import/netsurf/; revision=857
* [project @ 2004-05-12 08:05:35 by jmb]John Mark Bell2004-05-121-1/+2
| | | | | | Fix input focus when right clicking a link. svn path=/import/netsurf/; revision=855
* [project @ 2004-05-09 21:05:24 by rjw]Richard Wilson2004-05-091-3/+24
| | | | | | Local options are now adhered to (dither, filter, animate). svn path=/import/netsurf/; revision=847
* [project @ 2004-05-09 16:12:24 by rjw]Richard Wilson2004-05-091-0/+15
| | | | | | Improved GIF animation and a decoding bug fix. svn path=/import/netsurf/; revision=845
* [project @ 2004-05-08 18:12:36 by bursa]James Bursa2004-05-081-0/+165
| | | | | | Move some functions from gui.c to window.c. Simplify and add error handling to gui_window_set_pointer(). svn path=/import/netsurf/; revision=842
* [project @ 2004-05-07 19:14:54 by bursa]James Bursa2004-05-071-1/+1
| | | | | | Implement multitasking warning dialog. Warn user if resolvers not set. svn path=/import/netsurf/; revision=841
* [project @ 2004-05-07 00:06:26 by jmb]John Mark Bell2004-05-071-2/+9
| | | | | | Gain input focus when clicked svn path=/import/netsurf/; revision=839
* [project @ 2004-05-06 22:24:37 by rjw]Richard Wilson2004-05-061-27/+47
| | | | | | Background redraw bug fix. svn path=/import/netsurf/; revision=838
* [project @ 2004-05-06 20:37:48 by bursa]James Bursa2004-05-061-0/+9
| | | | | | 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-04 22:21:37 by rjw]Richard Wilson2004-05-041-270/+213
| | | | | | Revised GUI. svn path=/import/netsurf/; revision=823
* [project @ 2004-05-03 22:05:40 by bursa]James Bursa2004-05-031-0/+71
| | | | | | Implement dragging files into <input type="file" ...>. svn path=/import/netsurf/; revision=821
* [project @ 2004-04-26 13:47:51 by bursa]James Bursa2004-04-261-8/+8
| | | | | | Fix scaled GIF animations. svn path=/import/netsurf/; revision=805
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-241-17/+28
| | | | | | Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801
* [project @ 2004-04-12 21:46:08 by jmb]John Mark Bell2004-04-121-0/+5
| | | | | | Add popup tooltip containing URL when mouse is over history window entry svn path=/import/netsurf/; revision=766
* [project @ 2004-04-08 23:46:41 by jmb]John Mark Bell2004-04-081-1/+8
| | | | | | | Improve keypress handling in form text boxes. Note: Not yet implemented for textareas as these need more work anyway. svn path=/import/netsurf/; revision=740
* [project @ 2004-04-03 17:28:04 by jmb]John Mark Bell2004-04-031-2/+2
| | | | | | Wrap window offset every 5 windows. svn path=/import/netsurf/; revision=715
* [project @ 2004-04-03 12:36:48 by jmb]John Mark Bell2004-04-031-2/+6
| | | | | | Add fixed offset when opening new windows. svn path=/import/netsurf/; revision=711
* [project @ 2004-04-02 15:52:28 by bursa]James Bursa2004-04-021-6/+8
| | | | | | Fix scrolling and resizing of scaled windows. svn path=/import/netsurf/; revision=702
* [project @ 2004-03-30 22:47:23 by bursa]James Bursa2004-03-301-2/+1
| | | | | | Disable mouse gesture code, since it is unmaintained and broken. svn path=/import/netsurf/; revision=693
* [project @ 2004-03-30 20:24:00 by jmb]John Mark Bell2004-03-301-0/+9
| | | | | | Make save button work svn path=/import/netsurf/; revision=692
* [project @ 2004-03-27 18:46:08 by bursa]James Bursa2004-03-271-15/+44
| | | | | | Save complete gui and F3 etc. svn path=/import/netsurf/; revision=677
* [project @ 2004-03-25 00:31:45 by jmb]John Mark Bell2004-03-251-1/+1
| | | | | | | Make text export use stdio. Move save_text.[ch] to desktop. svn path=/import/netsurf/; revision=666
* [project @ 2004-03-24 23:51:08 by jmb]John Mark Bell2004-03-241-0/+6
| | | | | | Text Export support. svn path=/import/netsurf/; revision=665
* [project @ 2004-03-21 13:55:51 by bursa]James Bursa2004-03-211-0/+49
| | | | | | Implement gui_window_update_box() and use in response to CONTENT_MSG_REDRAW. svn path=/import/netsurf/; revision=644
* [project @ 2004-03-13 13:03:01 by bursa]James Bursa2004-03-131-3/+0
| | | | | | Disable clean_cookiejar() due to reliability problems. svn path=/import/netsurf/; revision=612
* [project @ 2004-03-09 23:57:40 by bursa]James Bursa2004-03-091-0/+7
| | | | | | Set caret in new window url line. svn path=/import/netsurf/; revision=596
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-16/+7
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-26 17:52:10 by bursa]James Bursa2004-02-261-0/+11
| | | | | | Implement back and forward using history. svn path=/import/netsurf/; revision=572
* [project @ 2004-02-26 17:25:51 by bursa]James Bursa2004-02-261-2/+1
| | | | | | Improvements to history window. svn path=/import/netsurf/; revision=571
* [project @ 2004-02-26 00:44:42 by bursa]James Bursa2004-02-261-2/+2
| | | | | | 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-54/+59
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-02-17 12:41:38 by jmb]John Mark Bell2004-02-171-1/+8
| | | | | | | Begin save complete support. Fix memory leak when using Select PNG renderer. (commented out lines can probably removed) svn path=/import/netsurf/; revision=556
* [project @ 2004-02-14 22:26:35 by jmb]John Mark Bell2004-02-141-0/+5
| | | | | | Draw export module. svn path=/import/netsurf/; revision=541
* [project @ 2004-02-02 00:22:59 by bursa]James Bursa2004-02-021-0/+5
| | | | | | Start at margin / padding / border support. svn path=/import/netsurf/; revision=529
* [project @ 2004-01-31 19:14:06 by jmb]John Mark Bell2004-01-311-1/+1
| | | | | | Fix positioning of caret in URL bar svn path=/import/netsurf/; revision=520
* [project @ 2004-01-31 18:12:08 by jmb]John Mark Bell2004-01-311-3/+7
| | | | | | | Stop grabbing input focus on fetch completion, unless the window already has the input focus. svn path=/import/netsurf/; revision=519
* [project @ 2004-01-26 22:55:23 by rob]Rob Jackson2004-01-261-14/+16
| | | | | | Changes in positioning of variable declarations to allow compile with 2.95.5 compiler again svn path=/import/netsurf/; revision=512
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-201-1/+5
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [project @ 2004-01-05 12:41:24 by jmb]John Mark Bell2004-01-051-1/+0
| | | | | | Remove logging macros svn path=/import/netsurf/; revision=486
* [project @ 2004-01-05 11:28:04 by jmb]John Mark Bell2004-01-051-1/+2
| | | | | | Add some logging. Revert last change. svn path=/import/netsurf/; revision=483
* [project @ 2004-01-05 11:12:32 by jmb]John Mark Bell2004-01-051-1/+1
| | | | | | Fix another monkeybug (last throbber sprite was never displayed) svn path=/import/netsurf/; revision=482
* [project @ 2004-01-05 11:04:54 by jmb]John Mark Bell2004-01-051-1/+1
| | | | | | Fix inappropriate cast. svn path=/import/netsurf/; revision=481
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-3/+10
| | | | | | | 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-28 16:17:31 by jmb]John Mark Bell2003-12-281-0/+16
| | | | | | | | Fix bug in HTTP auth where trying to fetch a page into a non-existent browser window caused NetSurf to fall over. We now check that the window still exists. If not, we ignore the request. svn path=/import/netsurf/; revision=464
* [project @ 2003-12-28 02:35:46 by jmb]John Mark Bell2003-12-281-0/+1
| | | | | | | | | | | Remove expired cookies from the cookiejar. Cookies are removed every time a window is closed and when NetSurf is quit. /me slaps libcurl for not doing it itself. Make cookie_create() read the cookie jar location from the messages file. svn path=/import/netsurf/; revision=463