summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add support for ca_path to GTK startupDaniel Silverstone2007-06-271-1/+7
| | | | svn path=/trunk/netsurf/; revision=3370
* 10ms in a cs, not 100Daniel Silverstone2007-06-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=3367
* Make the gtk_schedule stuff more robust, only run schedules inside gui_poll ↵Daniel Silverstone2007-06-252-39/+96
| | | | | | and generally cause less issues for the as-yet non-reentrant core. svn path=/trunk/netsurf/; revision=3366
* Fix length of buffer in previous change - one too short beforeRob Kendrick2007-06-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=3358
* Implement Open File... in nsgtkRob Kendrick2007-06-224-2/+107
| | | | svn path=/trunk/netsurf/; revision=3357
* Make new_window work for nsgtkDaniel Silverstone2007-06-201-0/+6
| | | | svn path=/trunk/netsurf/; revision=3356
* Ensure that when a gui_window dies in nsgtk it kills its browser and gets ↵Daniel Silverstone2007-06-203-1/+7
| | | | | | that to kill it. Makes the browser less crashy if one closes an in-flight window svn path=/trunk/netsurf/; revision=3355
* Make text of nsgtk status bar selectableRob Kendrick2007-06-181-1/+2
| | | | svn path=/trunk/netsurf/; revision=3354
* Read dimensions from viewport not drawing area. This causes renders to not ↵Daniel Silverstone2007-06-182-4/+2
| | | | | | go overheight. As a result, remove the scheduled callback for after throbbing. This means we don't get the white flash on GTK page completion. svn path=/trunk/netsurf/; revision=3352
* Changes to allow building on Solaris.Rob Kendrick2007-06-152-2/+3
| | | | | | | | | * Tested on Solaris Express: Developer Edition, which is between Solaris 10 and 11. * Used gcc, libmng etc packages using pkg-get and blastwave's resources. * Had to build lemon and re2c manually. svn path=/trunk/netsurf/; revision=3350
* Pre-seed mime type hash with essentials for use on OSes with useless ↵Rob Kendrick2007-06-151-8/+14
| | | | | | /etc/mime.types files svn path=/trunk/netsurf/; revision=3349
* Make sure the GTK frontend can get and set scroll positionDaniel Silverstone2007-06-151-4/+18
| | | | svn path=/trunk/netsurf/; revision=3345
* Merge scheme switcher branch in.Daniel Silverstone2007-06-101-0/+1
| | | | svn path=/trunk/netsurf/; revision=3330
* Don't bother resizing/repositioning frames when the core asks us to if it ↵Rob Kendrick2007-06-101-2/+16
| | | | | | would result in no difference. Hopefully this fixes nsgtk consuming all available CPU on sites like news.bbc.co.uk svn path=/trunk/netsurf/; revision=3328
* Simplify nsgtk periodic reflow. Should hopefully help in flicker.Rob Kendrick2007-06-102-29/+6
| | | | svn path=/trunk/netsurf/; revision=3325
* Whoops - remove legacy line calling function that nolonger exists.Rob Kendrick2007-06-101-2/+0
| | | | svn path=/trunk/netsurf/; revision=3324
* Fix destruction of nsgtk windows involving frames, fixes crashes on sites ↵Rob Kendrick2007-06-101-1/+7
| | | | | | such as news.bbc.co.uk svn path=/trunk/netsurf/; revision=3323
* Add some debugging LOG calls to GTK gui_window_destroyRob Kendrick2007-06-101-2/+7
| | | | svn path=/trunk/netsurf/; revision=3322