summaryrefslogtreecommitdiff
path: root/gtk/gtk_window.c
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 box tree dump saving, create 'debugging' sub menu to put this and debug ↵Rob Kendrick2008-03-221-0/+5
| | | | | | rendering option in. Make debug rendering option cause all open windows to redraw. svn path=/trunk/netsurf/; revision=4036
* 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
* 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
* 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
* 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
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-45/+56
| | | | | | 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
* Move window scaling from platform-specific code to desktop/browser.c. Modify ↵James Bursa2007-08-071-59/+53
| | | | | | gtk gui to handle scaling in the same way as RO. svn path=/trunk/netsurf/; revision=3478
* Add popup version of main menu bar to nsgtk, accessable via right-mouse buttonRob Kendrick2007-07-091-2/+5
| | | | svn path=/trunk/netsurf/; revision=3390
* Ensure that when a gui_window dies in nsgtk it kills its browser and gets ↵Daniel Silverstone2007-06-201-0/+5
| | | | | | that to kill it. Makes the browser less crashy if one closes an in-flight window svn path=/trunk/netsurf/; revision=3355
* Read dimensions from viewport not drawing area. This causes renders to not ↵Daniel Silverstone2007-06-181-2/+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-151-1/+2
| | | | | | | | | * 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
* Make sure the GTK frontend can get and set scroll positionDaniel Silverstone2007-06-151-4/+18
| | | | svn path=/trunk/netsurf/; revision=3345
* 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-101-28/+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
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-9/+9
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* nsgtk warning squashesRob Kendrick2007-05-061-1/+2
| | | | svn path=/trunk/netsurf/; revision=3270
* Initialise some of the gui_window structure for nsgtk to remove a ↵Rob Kendrick2007-05-051-1/+4
| | | | | | conditional jump on uninitalised data later on svn path=/trunk/netsurf/; revision=3265
* Add a few asserts to catch some bugs.James Bursa2007-04-301-4/+17
| | | | svn path=/trunk/netsurf/; revision=3258
* Reformat and apply Darren Salt's scrollwheel and keyboard scrolling patch, ↵Rob Kendrick2007-03-061-1/+91
| | | | | | although I still can't get the keyboard scrolling to work. svn path=/trunk/netsurf/; revision=3199
* Another warning squash in gtk/Rob Kendrick2007-02-101-0/+1
| | | | svn path=/trunk/netsurf/; revision=3174
* Fix almost all warnings in gtk/Rob Kendrick2007-02-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=3173
* Fix mouse events. Fix some GTK warnings.James Bursa2007-01-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3150
* Update project URL (partially lost during merge)John Mark Bell2006-11-271-2/+2
| | | | | | Merge r3071 into gtk_window.c after gtk frames merge (again, lost in merge) svn path=/trunk/netsurf/; revision=3076
* Merge GTK frames branch to trunk.John Mark Bell2006-11-271-837/+299
| | | | svn path=/trunk/netsurf/; revision=3075
* Update project URL.Michael Drake2006-11-271-8/+8
| | | | svn path=/trunk/netsurf/; revision=3073
* Add browser_window_reformat() and use it instead of content_reformat() to ↵James Bursa2006-11-261-1/+1
| | | | | | remove browser_window calls from html.c. svn path=/trunk/netsurf/; revision=3071
* Add menu item to toggle debug rendering to nsgtkRob Kendrick2006-11-111-0/+11
| | | | svn path=/trunk/netsurf/; revision=3047
* Finish GTK about boxRob Kendrick2006-11-041-0/+27
| | | | svn path=/trunk/netsurf/; revision=3030
* Fix GTK buildJohn Mark Bell2006-09-101-6/+12
| | | | svn path=/trunk/netsurf/; revision=2950
* Possibly fix the GTK build and implement frameset scaling.Richard Wilson2006-09-081-20/+21
| | | | svn path=/trunk/netsurf/; revision=2933
* Fix GTK buildJohn Mark Bell2006-09-071-13/+9
| | | | svn path=/trunk/netsurf/; revision=2927
* Make GTK build compile again (don't expect frames to work, however)John Mark Bell2006-09-061-75/+92
| | | | | | Squash warnings in GTK plotters. svn path=/trunk/netsurf/; revision=2921
* Implement user-defined new window placement in nsgtkRob Kendrick2006-08-291-3/+33
| | | | svn path=/trunk/netsurf/; revision=2901
* Set caret position in URL bar to the end when core updates itRob Kendrick2006-08-281-0/+1
| | | | svn path=/trunk/netsurf/; revision=2899
* Make nsgtk's gui_window_remove_caret actually remove the caretRob Kendrick2006-08-281-2/+6
| | | | svn path=/trunk/netsurf/; revision=2898
* Force nsgtk caret plotting to use GDK. Move plotting to stand-alone function.Rob Kendrick2006-08-281-2/+20
| | | | svn path=/trunk/netsurf/; revision=2897
* Improve resource finding, and start groundwork on making it installable - ↵Rob Kendrick2006-08-241-1/+1
| | | | | | you must now run the "netsurf" shellscript to run nsgtk, and not nsgtk directly. svn path=/trunk/netsurf/; revision=2888
* Very simple global history implementation for nsgtk, misc fixesRob Kendrick2006-08-181-0/+11
| | | | svn path=/trunk/netsurf/; revision=2867
* Redraw nsgtk browser windows when Choices...Apply is clicked.Rob Kendrick2006-08-171-6/+37
| | | | svn path=/trunk/netsurf/; revision=2860
* Fix nsgtk choices window. I have no idea why it worked before.Rob Kendrick2006-08-171-1/+0
| | | | svn path=/trunk/netsurf/; revision=2858
* Merge new glade nsgtk window code into trunk.Rob Kendrick2006-08-151-693/+779
| | | | svn path=/trunk/netsurf/; revision=2853
* Do not send referer when Home button is used. Fix some compile warnings.James Bursa2006-08-061-6/+3
| | | | svn path=/trunk/netsurf/; revision=2814