summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Default BeOS implementation for save_complete_gui_save() and save_complete_ht...François Revel2010-01-021-0/+87
* C89.François Revel2010-01-023-7/+9
* Fix getting the box style to a BFont. for the clipboard.François Revel2010-01-021-1/+4
* Accomodate for plotter API change.François Revel2010-01-021-1/+1
* Actually fake stdbool inclusion here as well.François Revel2010-01-021-1/+2
* Remove copy-paste leftover ?François Revel2010-01-021-2/+0
* Handle new parameter to fetch_send_callback().François Revel2010-01-021-12/+12
* s/TRANSPARENT/NS_TRANSPARENT/François Revel2010-01-021-5/+5
* Center scrollbars and make colours paler.Michael Drake2009-12-292-8/+8
* Change scrollbar rendering colours and offsets a bit. Could use some more att...Michael Drake2009-12-281-25/+19
* Remove loads of magic numbers from gui_create_browser_window. Place toolbar i...Michael Drake2009-12-281-90/+103
* Change scrollbar arrow pngs.Michael Drake2009-12-284-0/+0
* Updated Italian translation from Samir HawamdehChris Young2009-12-281-104/+104
* Only attempt to fall back to /favicon.ico if the document's base URI points to John Mark Bell2009-12-261-0/+17
* Don't set proxy option for file: URLs to workaround some versions of libcurl ...James Bursa2009-12-251-1/+4
* It helps to allocate enough memory for 40 LONGs, and that memory needs to be ...Chris Young2009-12-231-4/+4
* Search and a couple of other new optionsChris Young2009-12-238-20/+162
* Functional search bar; search icon doesn't refresh if the search area is resizedChris Young2009-12-222-1/+14
* Non-functional search barChris Young2009-12-214-3/+88
* Vertically centre the main row of toolbar gadgets as it looks much neater.Chris Young2009-12-201-0/+5
* Make nsgtk_throbber_initialise_from_png() actually check for allocation failure.John Mark Bell2009-12-201-38/+81
* Files required for web searchChris Young2009-12-192-0/+2
* Copy and update SearchEngines fileChris Young2009-12-191-1/+28
* Save favicon as part of icon for save_complete drawers and PDFsChris Young2009-12-193-1/+92
* Don't fail on non-HTML/CSS types - we just don't want an icon saving so is no...Chris Young2009-12-191-1/+1
* Make favicons work properly with tabsChris Young2009-12-192-18/+33
* Preliminary favicon support - doesn't display properly due to endian issue inChris Young2009-12-192-0/+42
* themesfolder is on stack. Do not free().John Mark Bell2009-12-181-3/+0
* Ensure scaffolding object exists before using itJohn Mark Bell2009-12-181-1/+6
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-1816-50/+124
* Simple web search implementationChris Young2009-12-182-4/+23
* Fix compilationChris Young2009-12-181-4/+4
* I've decided that the user probably doesn't care if setting the filetype of s...John Mark Bell2009-12-181-3/+5
* Fix framebuffer buildJohn Mark Bell2009-12-183-11/+66
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-17127-5103/+11392
* Allow hiding of Docky icon by setting hide_docky_icon:1Chris Young2009-12-131-1/+4
* Added keyboard navigation of tabs, using Alt+Left/RightChris Young2009-12-131-0/+38
* ensure source rectangle on copy operations has its upper co-ordinates setVincent Sanders2009-12-071-0/+8
* optimise 1x1 bitmap plottingVincent Sanders2009-12-051-5/+18
* Make pan routines use new screen copy APIVincent Sanders2009-12-042-47/+43
* Another blatent use-after-freeJohn Mark Bell2009-12-031-2/+1
* Fix blatent use-after-free bug.John Mark Bell2009-12-031-3/+3
* Squash leak.John Mark Bell2009-12-021-0/+2
* Modern OSLib (as of 3 months ago) no longer has colourtrans_CURRENT_MODE.John Mark Bell2009-12-022-3/+3
* Remove extraneous comma.Michael Drake2009-11-301-1/+1
* Purge unnecessary libs from requirements.Michael Drake2009-11-301-7/+5
* Make the gui click handlers responsible for deciding whether to act on DOWN o...John Mark Bell2009-11-232-5/+32
* Treat decomposed URLs with no path component as being for the path "/".John Mark Bell2009-11-221-0/+7
* Insert missing breaks. If these cases really should fall through, they need c...John Mark Bell2009-11-221-1/+3
* Actually check for realloc failingJohn Mark Bell2009-11-221-4/+11