summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* s/wchar_t/uint32_t/gJohn Mark Bell2008-05-161-3/+4
| | | | | | We always assumed that the keycode type was 32bits wide, anyway. wchar_t isn't guaranteed to be that big, so isn't remotely portable. svn path=/trunk/netsurf/; revision=4165
* Add html extensions to minimal MIME type hashJohn Mark Bell2008-04-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=4110
* const fixes in plotters and history coreRob Kendrick2008-04-071-2/+2
| | | | svn path=/trunk/netsurf/; revision=4083
* Fix crash when attempting to dump non HTML content (Dobos D. Calin)John Mark Bell2008-03-311-2/+9
| | | | svn path=/trunk/netsurf/; revision=4065
* Add support for more GTK accelerators: num pad equivalents, as well as ctrl= ↵James Shaw2008-03-291-0/+4
| | | | | | for zoom in svn path=/trunk/netsurf/; revision=4057
* Make GTK thumbnail creation more robust, return false when unable to create ↵Rob Kendrick2008-03-251-8/+24
| | | | | | pixmap for thumbnail. svn path=/trunk/netsurf/; revision=4049
* Save non-opaque images with a proper mask/full alpha channelAdrian Lees2008-03-241-1/+2
| | | | svn path=/trunk/netsurf/; revision=4047
* Add box tree dump saving, create 'debugging' sub menu to put this and debug ↵Rob Kendrick2008-03-224-297/+375
| | | | | | rendering option in. Make debug rendering option cause all open windows to redraw. svn path=/trunk/netsurf/; revision=4036
* Fix clicking to the RHS of text box widgets - now places caret in correct ↵Rob Kendrick2008-03-221-1/+5
| | | | | | position. Thanks to Dobos D.Calin <calin.dobos@info.uaic.ro>. The second part of this patch has not been included, pending further investigation. svn path=/trunk/netsurf/; revision=4033
* GTK UI tweaks from Mike Lester <element3260@gmail.com>Rob Kendrick2008-03-205-43/+48
| | | | svn path=/trunk/netsurf/; revision=4002
* Add assert for creating pixmap for GTK thumbnails, and a LOG of what it ↵Rob Kendrick2008-03-201-0/+4
| | | | | | tried to do. svn path=/trunk/netsurf/; revision=4001
* Make nsgtk use the welcome page as the default homepage.Michael Drake2008-03-192-3/+3
| | | | svn path=/trunk/netsurf/; revision=3994
* Round caret hight down by 2 to make up for pixel system differences in ↵Rob Kendrick2008-03-111-1/+1
| | | | | | nsgtk: makes caret appear the correct size for text-entry boxes. svn path=/trunk/netsurf/; revision=3926
* Update GTK form style.Michael Drake2008-02-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=3816
* Make text input boxes with height:auto; and no initial value get a sensible ↵Michael Drake2008-02-021-5/+2
| | | | | | height. Make all form elements have their dimensions based on the configured minimum font size, if the current text size is smaller. Remove redundant code for setting radio icon and checkbox sizes. All em/ex based sizes now respect the min font size, when it's in effect. Updated default styles for form elements. svn path=/trunk/netsurf/; revision=3813
* Stop min gif delay option growing every time choices are saved on nsgtk. Use ↵Michael Drake2008-01-291-2/+2
| | | | | | same scale factor as RISC OS. svn path=/trunk/netsurf/; revision=3805
* Add stylesheet for GTK specific rules.Michael Drake2008-01-292-1/+25
| | | | svn path=/trunk/netsurf/; revision=3802
* Fix symlinksJohn Mark Bell2008-01-197-6/+1
| | | | svn path=/trunk/netsurf/; revision=3734
* Fix non-ASCII text input for GTK build (Dmitry Artamonow)John Mark Bell2007-12-111-1/+2
| | | | svn path=/trunk/netsurf/; revision=3667
* Change curse type used for links to the correct one (GTK 2.12/GNOME 2.20 ↵Rob Kendrick2007-10-041-1/+1
| | | | | | changes what we used to something inappropriate) svn path=/trunk/netsurf/; revision=3622
* Add mockup nsgtk downloads window and some support code, remove warning on ↵Rob Kendrick2007-10-025-5300/+3578
| | | | | | recent nsgtk select changes svn path=/trunk/netsurf/; revision=3619
* Fix "no proxy" option.John Mark Bell2007-09-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=3613
* Tweaks to nsgtk's proxy option savingRob Kendrick2007-09-301-2/+24
| | | | svn path=/trunk/netsurf/; revision=3612
* Make loading/saving of memory cache size option work in nsgtkRob Kendrick2007-09-301-1/+4
| | | | svn path=/trunk/netsurf/; revision=3611
* Use custom RISC OS-like popup menu cursor on select boxesRob Kendrick2007-09-281-1/+36
| | | | svn path=/trunk/netsurf/; revision=3603
* Add mention of GTK 2.8 dependancyRob Kendrick2007-09-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=3601
* Attempt to fix popup menu strangeness in nsgtk experienced by some.Rob Kendrick2007-09-261-1/+2
| | | | svn path=/trunk/netsurf/; revision=3593
* nsgtk single and multiple select form widgets now workRob Kendrick2007-09-261-2/+39
| | | | svn path=/trunk/netsurf/; revision=3592
* Remove the old and crap gesture coreDaniel Silverstone2007-09-141-1/+0
| | | | svn path=/trunk/netsurf/; revision=3537
* Reflow the if statements as per nsgtk styleDaniel Silverstone2007-08-221-4/+8
| | | | svn path=/trunk/netsurf/; revision=3531
* Ensure that when directly setting scroll extents, we clamp them to the ↵Daniel Silverstone2007-08-221-4/+13
| | | | | | GtkAdjustment range properly svn path=/trunk/netsurf/; revision=3530
* Include new licencing terms in nsgtk about windowRob Kendrick2007-08-111-1/+51
| | | | svn path=/trunk/netsurf/; revision=3510
* fix nsgtk ssl cert verify windowRob Kendrick2007-08-111-4/+6
| | | | svn path=/trunk/netsurf/; revision=3508
* Initial trivial (temp) implementation of nsgtk SSL cert window. Currently ↵Rob Kendrick2007-08-112-9/+60
| | | | | | segfaults if you accept, however. svn path=/trunk/netsurf/; revision=3507
* nsgtk warning squashRob Kendrick2007-08-111-0/+1
| | | | svn path=/trunk/netsurf/; revision=3498
* Add GTK stub path functionRob Kendrick2007-08-111-1/+15
| | | | svn path=/trunk/netsurf/; revision=3497
* revert 3482 so it can be reapplied as two seperate patchesRob Kendrick2007-08-112-16/+1
| | | | svn path=/trunk/netsurf/; revision=3496
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-0828-197/+495
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Ensure that we can scroll properly with the keyboard in nsgtkDaniel Silverstone2007-08-071-5/+5
| | | | svn path=/trunk/netsurf/; revision=3483
* Fix warnings in nsgtk caused by recent changes.Rob Kendrick2007-08-072-1/+16
| | | | svn path=/trunk/netsurf/; revision=3482
* Move window scaling from platform-specific code to desktop/browser.c. Modify ↵James Bursa2007-08-073-62/+66
| | | | | | gtk gui to handle scaling in the same way as RO. svn path=/trunk/netsurf/; revision=3478
* Clear new bitmaps to transparent black on creation of gtk bitmaps.Rob Kendrick2007-07-191-0/+5
| | | | svn path=/trunk/netsurf/; revision=3439
* Add bitmap_save() handler for nsgtk bitmaps. Saves in PNG format.Rob Kendrick2007-07-181-0/+9
| | | | svn path=/trunk/netsurf/; revision=3437
* Implement removing of menu bar, tool bar and status bar from menu.Rob Kendrick2007-07-092-51/+76
| | | | | | | | Issues that remain: * These options are not saved along with the window position and size * When the menu is detached, keyboard shortcuts cease to work svn path=/trunk/netsurf/; revision=3392
* Remove debugging printf(). Whoops.Rob Kendrick2007-07-091-1/+0
| | | | svn path=/trunk/netsurf/; revision=3391
* Add popup version of main menu bar to nsgtk, accessable via right-mouse buttonRob Kendrick2007-07-094-9/+92
| | | | svn path=/trunk/netsurf/; revision=3390
* Ctrl+F11 -> fullscreen (nsgtk only)John Mark Bell2007-07-092-17/+65
| | | | svn path=/trunk/netsurf/; revision=3389
* Ignore blank option_homepage_urlJohn Mark Bell2007-06-281-4/+4
| | | | svn path=/trunk/netsurf/; revision=3376
* There's no referer header if the user's just hit return in the URL bar.John Mark Bell2007-06-281-22/+18
| | | | svn path=/trunk/netsurf/; revision=3375
* Add stop-gap SSL cert verification. Currently ignores problems and ↵Rob Kendrick2007-06-271-1/+11
| | | | | | continues anyway to allow access to SSL sites. A dialogue box providing the user with an opportunity to decline the certificate is on the TODO list. svn path=/trunk/netsurf/; revision=3371