summaryrefslogtreecommitdiff
path: root/riscos/window.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2003-12-27 23:49:31 by jmb]John Mark Bell2003-12-271-26/+20
| | | | | | | | Add about:cookies. Tidy special URL handling code (it's now been moved into url_join in utils.c). svn path=/import/netsurf/; revision=461
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-8/+9
| | | | | | | 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-1/+8
| | | | | | | | 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 00:17:55 by bursa]James Bursa2003-12-261-15/+22
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-12-21 22:10:15 by jmb]John Mark Bell2003-12-211-1/+1
| | | | | | Tidy up and integrate frames code. Still incomplete. svn path=/import/netsurf/; revision=439
* [project @ 2003-12-21 02:27:22 by bursa]James Bursa2003-12-211-7/+91
| | | | | | Improved scrolling by mouse and keyboard. svn path=/import/netsurf/; revision=437
* [project @ 2003-12-19 00:40:28 by bursa]James Bursa2003-12-191-30/+32
| | | | | | Fix Themes menu, optimize toolbar opening. svn path=/import/netsurf/; revision=431
* [project @ 2003-12-15 12:58:58 by bursa]James Bursa2003-12-151-21/+15
| | | | | | Limit default window size, fix some warnings. svn path=/import/netsurf/; revision=430
* [project @ 2003-12-14 18:10:59 by bursa]James Bursa2003-12-141-4/+4
| | | | | | Toggle size to full height only, fix empty window crash. svn path=/import/netsurf/; revision=429
* [project @ 2003-12-12 01:33:38 by bursa]James Bursa2003-12-121-99/+161
| | | | | | Improve toggle-size and window extent behaviour. svn path=/import/netsurf/; revision=428
* [project @ 2003-12-11 01:23:57 by bursa]James Bursa2003-12-111-0/+97
| | | | | | Clean up key handling and implement scrolling using cursor keys. svn path=/import/netsurf/; revision=425
* [project @ 2003-11-20 00:16:31 by bursa]James Bursa2003-11-201-69/+30
| | | | | | Clean up and simplify themes, remove old history code. svn path=/import/netsurf/; revision=420
* [project @ 2003-11-15 00:26:41 by bursa]James Bursa2003-11-151-2/+4
| | | | | | New history window. svn path=/import/netsurf/; revision=418
* [project @ 2003-11-07 23:51:13 by bursa]James Bursa2003-11-071-0/+612
Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408