summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing includeJohn Mark Bell2010-01-211-0/+1
* Add missing includeJohn Mark Bell2010-01-211-0/+1
* Yeah, so it helps if you get the conditional correct.John Mark Bell2010-01-211-1/+1
* Fix compilation when BMP/PNG/GIF support is disabled.John Mark Bell2010-01-213-4/+29
* Add missing includeJohn Mark Bell2010-01-211-0/+1
* Revert float ordering optimisation (r9846) due to effect on stacking order.Michael Drake2010-01-201-37/+3
* Updated German translation. Thanks to Sebastian Barthel.Michael Drake2010-01-201-181/+181
* Refactor main into the frontendsVincent Sanders2010-01-207-14/+35
* fix framebuffer command line/default option usageVincent Sanders2010-01-203-30/+71
* Order containing block's list of floats in descending order of the y-position...Michael Drake2010-01-171-3/+37
* When placing floats below, keep track of y-position, for future floats in cur...Michael Drake2010-01-161-13/+15
* Use OS4.1 Update 1 launch-handler when available. Will fall back to OpenURL....Chris Young2010-01-165-18/+101
* Add pencil and rufl, since they use the shared build system now too.Michael Drake2010-01-161-2/+4
* Prevent crash if screen could not be opened and prefs are subsequently changed.Chris Young2010-01-151-4/+4
* More helpful font open errorChris Young2010-01-151-1/+27
* remove use of legacy plot interfaceVincent Sanders2010-01-091-11/+26
* Prevent status bar text overflowChris Young2010-01-081-0/+10
* Fix logicChris Young2010-01-081-1/+2
* More useful build information, ditch SVN info if built with NDEBUG.Chris Young2010-01-081-5/+12
* Add missing gui_window_scroll_visible().François Revel2010-01-031-0/+6
* Add beos_save_complete.cpp to the build.François Revel2010-01-021-0/+1
* Mention lpu iconv() option in BUILDING-* guides. Add new section to BeOS buil...Michael Drake2010-01-025-56/+92
* 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