summaryrefslogtreecommitdiff
path: root/gtk/gtk_gui.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-12-19 22:50:23 by bursa]James Bursa2005-12-191-1/+2
| | | | | | Add headers and get rid of all externs in .c files. svn path=/import/netsurf/; revision=1901
* [project @ 2005-12-19 21:54:51 by bursa]James Bursa2005-12-191-1/+50
| | | | | | Fix busy polling in gtk build. svn path=/import/netsurf/; revision=1900
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-1/+31
| | | | | | | | | | | | | | | | | | - Convert Messages files to UTF-8 encoding. - Replace local_encoding_name() with platform specific utf8_[to,from]_local_encoding() functions - this allows mapping of 8bit characters 0x80->0x9f (inclusive). - All text that is rendered by the RISC OS Wimp is now converted to the system local encoding prior to display. - Lose the horrendous hack that was messages_get_key() - Menu text is now translated to system local encoding on the fly (if necessary) rather than at menu creation time. This allows the system alphabet to change under us and our menus remain usable. - The Languages menu now lists all languages that are present in the LangNames file. In the case of selecting the UI language, those languages which are not available are shaded. svn path=/import/netsurf/; revision=1796
* [project @ 2005-04-17 16:42:05 by bursa]James Bursa2005-04-171-0/+1
| | | | | | Fix the debug and gtk builds. svn path=/import/netsurf/; revision=1661
* [project @ 2005-04-17 03:30:35 by adrianl]Adrian Lees2005-04-171-0/+10
| | | | | | Search text highlighting in browser windows svn path=/import/netsurf/; revision=1657
* [project @ 2005-02-27 16:03:02 by bursa]James Bursa2005-02-271-0/+2
| | | | | | Fix the GTK build. svn path=/import/netsurf/; revision=1527
* [project @ 2004-10-17 22:13:34 by jmb]John Mark Bell2004-10-171-1/+27
| | | | | | Lose hard-coded stylesheet URLs. svn path=/import/netsurf/; revision=1323
* [project @ 2004-10-17 21:51:06 by bursa]James Bursa2004-10-171-2/+2
| | | | | | Update to use plotters for HTML redraw. svn path=/import/netsurf/; revision=1322
* [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-27 05:21:00 by jmb]John Mark Bell2004-09-271-1/+1
| | | | | | Improve !Boot file and support protocol fallback positions. svn path=/import/netsurf/; revision=1287
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-031-0/+4
| | | | | | Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265
* [project @ 2004-08-15 19:10:08 by jmb]John Mark Bell2004-08-151-13/+3
| | | | | | Make GTK build work again svn path=/import/netsurf/; revision=1236
* [project @ 2004-07-28 23:14:04 by bursa]James Bursa2004-07-281-6/+6
| | | | | | Update gtk build with gui_init2(). svn path=/import/netsurf/; revision=1161
* [project @ 2004-07-22 12:03:37 by bursa]James Bursa2004-07-221-17/+17
| | | | | | Make the gtk build compile again and implement mouse clicks. svn path=/import/netsurf/; revision=1137
* [project @ 2004-06-22 18:48:33 by bursa]James Bursa2004-06-221-0/+133
Experimental gtk interface. svn path=/import/netsurf/; revision=993