summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix for new cache.Michael Drake2010-04-072-9/+11
| | | | svn path=/trunk/netsurf/; revision=10280
* Fix for new cache.Michael Drake2010-04-072-4/+4
| | | | svn path=/trunk/netsurf/; revision=10279
* Fix for new cache.Michael Drake2010-04-071-62/+81
| | | | svn path=/trunk/netsurf/; revision=10278
* Put status bar and horizontal scroll bar next to each other. Each tab now ↵James Bursa2010-04-0711-188/+211
| | | | | | contains a table containing a layout, status label, and scroll bars. The GtkLayout replaces ScrolledWindow->Fixed->DrawingArea. svn path=/trunk/netsurf/; revision=10277
* hlcache_handle is typedeffed.Michael Drake2010-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10276
* Fix for new cache.Michael Drake2010-04-071-23/+33
| | | | svn path=/trunk/netsurf/; revision=10275
* More new cache fixing.Michael Drake2010-04-071-9/+14
| | | | svn path=/trunk/netsurf/; revision=10274
* More new cache fixing.Michael Drake2010-04-071-2/+3
| | | | svn path=/trunk/netsurf/; revision=10273
* More new cache fixing.Michael Drake2010-04-071-108/+140
| | | | svn path=/trunk/netsurf/; revision=10272
* Make struct browser_mouse a part of gui_window instead of a malloced ↵James Bursa2010-04-072-54/+48
| | | | | | pointer. It was never used separately or outside gtk_window.c or freed. svn path=/trunk/netsurf/; revision=10271
* Fix page info for new cache.Michael Drake2010-04-071-3/+3
| | | | svn path=/trunk/netsurf/; revision=10270
* Add encoding source getter.Michael Drake2010-04-072-0/+17
| | | | svn path=/trunk/netsurf/; revision=10269
* Start fixing for new cache.Michael Drake2010-04-071-19/+24
| | | | svn path=/trunk/netsurf/; revision=10268
* Fix hotlist for new cache.Michael Drake2010-04-071-8/+10
| | | | svn path=/trunk/netsurf/; revision=10267
* Calling a hlcache_handle "content" is confusing.Michael Drake2010-04-072-4/+4
| | | | svn path=/trunk/netsurf/; revision=10266
* Fix fetch_curl_post_convert() for filename_from_path() returning NULL.Michael Drake2010-04-071-0/+3
| | | | svn path=/trunk/netsurf/; revision=10265
* Make filename_from_path() compile.Michael Drake2010-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10264
* Fix box dump for new cache.Michael Drake2010-04-072-4/+4
| | | | svn path=/trunk/netsurf/; revision=10263
* Don't dump box trees on crash, and fix view source for new cache.Michael Drake2010-04-072-14/+18
| | | | svn path=/trunk/netsurf/; revision=10262
* hlcache_handle is typedeffed.Michael Drake2010-04-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=10261
* Fix filetype.c.Michael Drake2010-04-072-5/+5
| | | | svn path=/trunk/netsurf/; revision=10260
* Add mime-type getter.Michael Drake2010-04-073-0/+21
| | | | svn path=/trunk/netsurf/; revision=10259
* Fix textarea crash.John Mark Bell2010-04-072-10/+32
| | | | | | I cannot express just how much I hate the necessity of this change: browser windows (and other code in desktop/) should stop poking around inside content objects svn path=/trunk/netsurf/; revision=10258
* More blatant warning about editing Makefile.defaults.Michael Drake2010-04-062-7/+16
| | | | svn path=/trunk/netsurf/; revision=10257
* Prevent assertion when imported stylesheet fails to load.John Mark Bell2010-04-061-4/+6
| | | | svn path=/trunk/netsurf/; revision=10256
* Format build config output into columns. Only tested native RISC OS build ↵Michael Drake2010-04-061-50/+50
| | | | | | and native GTK and framebuffer builds on Linux. svn path=/trunk/netsurf/; revision=10255
* Fix framebuffer build.Michael Drake2010-04-061-0/+4
| | | | svn path=/trunk/netsurf/; revision=10254
* Attempt to make the config messages clearer. Add auto-detection of ↵James Bursa2010-04-062-25/+40
| | | | | | libsvgtiny option to gtk build. svn path=/trunk/netsurf/; revision=10253
* Port to new download APIJohn Mark Bell2010-04-051-30/+35
| | | | svn path=/trunk/netsurf/; revision=10250
* Apply ifdef. The first major casualty of new-cache.John Mark Bell2010-04-051-1/+9
| | | | svn path=/trunk/netsurf/; revision=10249
* Fix for hlcacheJohn Mark Bell2010-04-051-3/+5
| | | | svn path=/trunk/netsurf/; revision=10248
* Port to new content APIJohn Mark Bell2010-04-052-11/+23
| | | | svn path=/trunk/netsurf/; revision=10246
* Port to new content APIJohn Mark Bell2010-04-052-11/+28
| | | | svn path=/trunk/netsurf/; revision=10245
* Port to new content APIJohn Mark Bell2010-04-052-12/+33
| | | | svn path=/trunk/netsurf/; revision=10244
* Make downloads work again.John Mark Bell2010-04-0518-203/+573
| | | | svn path=/trunk/netsurf/; revision=10243
* Fix compilationJohn Mark Bell2010-04-051-3/+0
| | | | svn path=/trunk/netsurf/; revision=10242
* Remove redundant content message types and associated dataJohn Mark Bell2010-04-051-13/+0
| | | | svn path=/trunk/netsurf/; revision=10241
* Release favicon when HTML content is destroyedJohn Mark Bell2010-04-041-0/+5
| | | | svn path=/trunk/netsurf/; revision=10239
* Make the high-level cache drop contents of unacceptable type on the floor.John Mark Bell2010-04-047-39/+123
| | | | svn path=/trunk/netsurf/; revision=10238
* Suppress error page generation for favicon fetches.John Mark Bell2010-04-041-2/+3
| | | | | | Pass the correct referring URL. svn path=/trunk/netsurf/; revision=10237
* Most of a stop implementation.John Mark Bell2010-04-0434-108/+670
| | | | | | | | | Remaining work: 1) Clone content_html_data 2) Cloning content_css_data requires the charset of the old content 3) Calling hlcache_handle_abort() before a content has been created must clean up the retrieval context. svn path=/trunk/netsurf/; revision=10236
* Events for these windows are handled by the main loop in gui.c, but the ↵Chris Young2010-04-044-16/+14
| | | | | | | | | | structures didn't match up, thereby causing a crash. Needs tidying up; the global part of these window structures should be defined separately, and the events handled in dedicated routines. svn path=/trunk/netsurf/; revision=10235
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-0313-19/+22
| | | | svn path=/trunk/netsurf/; revision=10234
* Don't leak bitmapJohn Mark Bell2010-04-031-0/+2
| | | | svn path=/trunk/netsurf/; revision=10233
* Remove pointless destruction of bitmap: HTML contents will never have one.John Mark Bell2010-04-031-5/+0
| | | | svn path=/trunk/netsurf/; revision=10232
* Use mutator to modify content's title field.John Mark Bell2010-04-039-58/+53
| | | | svn path=/trunk/netsurf/; revision=10231
* Remove verbose_log from options fileChris Young2010-04-033-7/+2
| | | | | | Copy libz as I've built 1.2.4 and it has faster gzip code svn path=/trunk/netsurf/; revision=10230
* Use DataTypes to read text files that are dropped into text boxes, this ↵Chris Young2010-04-021-13/+33
| | | | | | | | allows more exotic formats to be read such as IFF FTXT. svn path=/trunk/netsurf/; revision=10229
* ...and right a bitChris Young2010-04-021-4/+3
| | | | svn path=/trunk/netsurf/; revision=10228
* Move status bar text up a bit...Chris Young2010-04-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=10227