summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-0828-197/+495
* Ensure that we can scroll properly with the keyboard in nsgtkDaniel Silverstone2007-08-071-5/+5
* Fix warnings in nsgtk caused by recent changes.Rob Kendrick2007-08-072-1/+16
* Move window scaling from platform-specific code to desktop/browser.c. Modify ...James Bursa2007-08-073-62/+66
* Clear new bitmaps to transparent black on creation of gtk bitmaps.Rob Kendrick2007-07-191-0/+5
* Add bitmap_save() handler for nsgtk bitmaps. Saves in PNG format.Rob Kendrick2007-07-181-0/+9
* Implement removing of menu bar, tool bar and status bar from menu.Rob Kendrick2007-07-092-51/+76
* Remove debugging printf(). Whoops.Rob Kendrick2007-07-091-1/+0
* Add popup version of main menu bar to nsgtk, accessable via right-mouse buttonRob Kendrick2007-07-094-9/+92
* Ctrl+F11 -> fullscreen (nsgtk only)John Mark Bell2007-07-092-17/+65
* Ignore blank option_homepage_urlJohn Mark Bell2007-06-281-4/+4
* There's no referer header if the user's just hit return in the URL bar.John Mark Bell2007-06-281-22/+18
* Add stop-gap SSL cert verification. Currently ignores problems and continues...Rob Kendrick2007-06-271-1/+11
* Add support for ca_path to GTK startupDaniel Silverstone2007-06-271-1/+7
* 10ms in a cs, not 100Daniel Silverstone2007-06-251-1/+1
* Make the gtk_schedule stuff more robust, only run schedules inside gui_poll a...Daniel Silverstone2007-06-252-39/+96
* Fix length of buffer in previous change - one too short beforeRob Kendrick2007-06-221-1/+1
* Implement Open File... in nsgtkRob Kendrick2007-06-224-2/+107
* Make new_window work for nsgtkDaniel Silverstone2007-06-201-0/+6
* Ensure that when a gui_window dies in nsgtk it kills its browser and gets tha...Daniel Silverstone2007-06-203-1/+7
* Make text of nsgtk status bar selectableRob Kendrick2007-06-181-1/+2
* Read dimensions from viewport not drawing area. This causes renders to not go...Daniel Silverstone2007-06-182-4/+2
* Changes to allow building on Solaris.Rob Kendrick2007-06-152-2/+3
* Pre-seed mime type hash with essentials for use on OSes with useless /etc/mim...Rob Kendrick2007-06-151-8/+14
* Make sure the GTK frontend can get and set scroll positionDaniel Silverstone2007-06-151-4/+18
* Merge scheme switcher branch in.Daniel Silverstone2007-06-101-0/+1
* Don't bother resizing/repositioning frames when the core asks us to if it wou...Rob Kendrick2007-06-101-2/+16
* Simplify nsgtk periodic reflow. Should hopefully help in flicker.Rob Kendrick2007-06-102-29/+6
* Whoops - remove legacy line calling function that nolonger exists.Rob Kendrick2007-06-101-2/+0
* Fix destruction of nsgtk windows involving frames, fixes crashes on sites suc...Rob Kendrick2007-06-101-1/+7
* Add some debugging LOG calls to GTK gui_window_destroyRob Kendrick2007-06-101-2/+7
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-3019-131/+131
* Add UNIX-specific fetch_filetype() support. Uses /etc/mime.types by default,...Rob Kendrick2007-05-293-0/+216
* New NetSurf logo for nsgtkRob Kendrick2007-05-171-0/+0
* Make nsgtk warn_user fflush(stdout) rather fflush(stderr)Rob Kendrick2007-05-061-1/+1
* nsgtk warning squashesRob Kendrick2007-05-061-1/+2
* GTK warn_user() implementationRob Kendrick2007-05-062-2/+135
* Initialise some of the gui_window structure for nsgtk to remove a conditional...Rob Kendrick2007-05-051-1/+4
* Add a few asserts to catch some bugs.James Bursa2007-04-302-4/+20
* Fix casts in parameter to gdk_window_raise().James Bursa2007-04-181-3/+3
* nsgtk warning squashesRob Kendrick2007-04-071-4/+5
* Apply Darren Salt's patch to implement Open Location/Ctrl-L in nsgtkRob Kendrick2007-03-062-1/+12
* Reformat and apply Darren Salt's scrollwheel and keyboard scrolling patch, al...Rob Kendrick2007-03-062-4/+121
* Fix nsgtk bitmap code warningsRob Kendrick2007-02-231-2/+2
* Another warning squash in gtk/Rob Kendrick2007-02-101-0/+1
* Fix almost all warnings in gtk/Rob Kendrick2007-02-106-51/+12
* Add default icon for nsgtk windows, tidy default locations for resources a li...Rob Kendrick2007-02-102-5/+325
* Misc nsgtk window improvements, smaller shipped NetSurf logoRob Kendrick2007-02-092-24/+51
* Fix more off-by-ones in nsgtk's image plotting and clipping. AFAICT, this is...Rob Kendrick2007-02-021-7/+5
* Fix off-by-one in nsgtk image plotter that resulted in all images being subje...Rob Kendrick2007-02-021-1/+1