summaryrefslogtreecommitdiff
path: root/gtk/gtk_window.c
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure that when directly setting scroll extents, we clamp them to the GtkAdj...Daniel Silverstone2007-08-221-4/+13
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-45/+56
* Ensure that we can scroll properly with the keyboard in nsgtkDaniel Silverstone2007-08-071-5/+5
* Move window scaling from platform-specific code to desktop/browser.c. Modify ...James Bursa2007-08-071-59/+53
* Add popup version of main menu bar to nsgtk, accessable via right-mouse buttonRob Kendrick2007-07-091-2/+5
* Ensure that when a gui_window dies in nsgtk it kills its browser and gets tha...Daniel Silverstone2007-06-201-0/+5
* Read dimensions from viewport not drawing area. This causes renders to not go...Daniel Silverstone2007-06-181-2/+2
* Changes to allow building on Solaris.Rob Kendrick2007-06-151-1/+2
* Make sure the GTK frontend can get and set scroll positionDaniel Silverstone2007-06-151-4/+18
* 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-101-28/+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-301-9/+9
* nsgtk warning squashesRob Kendrick2007-05-061-1/+2
* 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-301-4/+17
* Reformat and apply Darren Salt's scrollwheel and keyboard scrolling patch, al...Rob Kendrick2007-03-061-1/+91
* Another warning squash in gtk/Rob Kendrick2007-02-101-0/+1
* Fix almost all warnings in gtk/Rob Kendrick2007-02-101-1/+1
* Fix mouse events. Fix some GTK warnings.James Bursa2007-01-271-1/+1
* Update project URL (partially lost during merge)John Mark Bell2006-11-271-2/+2
* Merge GTK frames branch to trunk.John Mark Bell2006-11-271-837/+299
* Update project URL.Michael Drake2006-11-271-8/+8
* Add browser_window_reformat() and use it instead of content_reformat() to rem...James Bursa2006-11-261-1/+1
* Add menu item to toggle debug rendering to nsgtkRob Kendrick2006-11-111-0/+11
* Finish GTK about boxRob Kendrick2006-11-041-0/+27
* Fix GTK buildJohn Mark Bell2006-09-101-6/+12
* Possibly fix the GTK build and implement frameset scaling.Richard Wilson2006-09-081-20/+21
* Fix GTK buildJohn Mark Bell2006-09-071-13/+9
* Make GTK build compile again (don't expect frames to work, however)John Mark Bell2006-09-061-75/+92
* Implement user-defined new window placement in nsgtkRob Kendrick2006-08-291-3/+33
* Set caret position in URL bar to the end when core updates itRob Kendrick2006-08-281-0/+1
* Make nsgtk's gui_window_remove_caret actually remove the caretRob Kendrick2006-08-281-2/+6
* Force nsgtk caret plotting to use GDK. Move plotting to stand-alone function.Rob Kendrick2006-08-281-2/+20
* Improve resource finding, and start groundwork on making it installable - you...Rob Kendrick2006-08-241-1/+1
* Very simple global history implementation for nsgtk, misc fixesRob Kendrick2006-08-181-0/+11
* Redraw nsgtk browser windows when Choices...Apply is clicked.Rob Kendrick2006-08-171-6/+37
* Fix nsgtk choices window. I have no idea why it worked before.Rob Kendrick2006-08-171-1/+0
* Merge new glade nsgtk window code into trunk.Rob Kendrick2006-08-151-693/+779
* Do not send referer when Home button is used. Fix some compile warnings.James Bursa2006-08-061-6/+3
* Turn more recent GTK calls into properties sets for compatibility with GTK 2.6Rob Kendrick2006-07-311-3/+4
* Fix key press event handling in drawing area for nsgtkRob Kendrick2006-07-301-1/+1
* nsgtk URL completion: fix problem with pressing enter on a completion not wor...Rob Kendrick2006-07-281-10/+5
* Initial work on URL completion in nsgtk. Some problems still exist.Rob Kendrick2006-07-251-2/+34
* Initial code to support usable Choices window in nsgtk. Unsupported choices ...Rob Kendrick2006-07-231-0/+1
* Add tracking of open windows to nsgtkRob Kendrick2006-07-211-3/+23
* Tidies for eventual gladification of main browser window in nsgtkRob Kendrick2006-07-201-97/+104
* Add simple (currently non-functional) options window for nsgtkRob Kendrick2006-07-191-1/+13