summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-3019-131/+131
| | | | | | | | | | | | | | 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
* Add UNIX-specific fetch_filetype() support. Uses /etc/mime.types by ↵Rob Kendrick2007-05-293-0/+216
| | | | | | default, but can build minimal mappings if it doesn't exist. New code allows file:// directory listings to be generated, although these are not sorted unlike under RISC OS, as POSIX dirent() doesn't specify sorting. svn path=/trunk/netsurf/; revision=3305
* New NetSurf logo for nsgtkRob Kendrick2007-05-171-0/+0
| | | | svn path=/trunk/netsurf/; revision=3285
* Make nsgtk warn_user fflush(stdout) rather fflush(stderr)Rob Kendrick2007-05-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=3271
* nsgtk warning squashesRob Kendrick2007-05-061-1/+2
| | | | svn path=/trunk/netsurf/; revision=3270
* GTK warn_user() implementationRob Kendrick2007-05-062-2/+135
| | | | svn path=/trunk/netsurf/; revision=3269
* 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-302-4/+20
| | | | svn path=/trunk/netsurf/; revision=3258
* Fix casts in parameter to gdk_window_raise().James Bursa2007-04-181-3/+3
| | | | svn path=/trunk/netsurf/; revision=3255
* nsgtk warning squashesRob Kendrick2007-04-071-4/+5
| | | | svn path=/trunk/netsurf/; revision=3250
* Apply Darren Salt's patch to implement Open Location/Ctrl-L in nsgtkRob Kendrick2007-03-062-1/+12
| | | | svn path=/trunk/netsurf/; revision=3200
* Reformat and apply Darren Salt's scrollwheel and keyboard scrolling patch, ↵Rob Kendrick2007-03-062-4/+121
| | | | | | although I still can't get the keyboard scrolling to work. svn path=/trunk/netsurf/; revision=3199
* Fix nsgtk bitmap code warningsRob Kendrick2007-02-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=3188
* 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-106-51/+12
| | | | svn path=/trunk/netsurf/; revision=3173
* Add default icon for nsgtk windows, tidy default locations for resources a ↵Rob Kendrick2007-02-102-5/+325
| | | | | | little svn path=/trunk/netsurf/; revision=3172
* Misc nsgtk window improvements, smaller shipped NetSurf logoRob Kendrick2007-02-092-24/+51
| | | | svn path=/trunk/netsurf/; revision=3171
* Fix more off-by-ones in nsgtk's image plotting and clipping. AFAICT, this ↵Rob Kendrick2007-02-021-7/+5
| | | | | | is now perfect. svn path=/trunk/netsurf/; revision=3164
* Fix off-by-one in nsgtk image plotter that resulted in all images being ↵Rob Kendrick2007-02-021-1/+1
| | | | | | subject to a bilinear resample. svn path=/trunk/netsurf/; revision=3162
* Misc nsgtk fixes and improvements in makefile, choices dialogue and info windowRob Kendrick2007-02-022-4/+9
| | | | svn path=/trunk/netsurf/; revision=3161
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=3154
* Fix mouse events. Fix some GTK warnings.James Bursa2007-01-272-5/+9
| | | | svn path=/trunk/netsurf/; revision=3150
* Update project URL (partially lost during merge)John Mark Bell2006-11-276-8/+9
| | | | | | 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-2712-881/+1181
| | | | svn path=/trunk/netsurf/; revision=3075
* Update project URL.Michael Drake2006-11-2724-116/+116
| | | | 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-112-17/+36
| | | | svn path=/trunk/netsurf/; revision=3047
* Fix pango font splitting's discovery of the width of the first line of a wrap.Rob Kendrick2006-11-111-4/+7
| | | | svn path=/trunk/netsurf/; revision=3046
* Pad status bar in nsgtk so not so snug with window borderRob Kendrick2006-11-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=3045
* Remove dangling bullet point PNG symlink that's nolonger requiredRob Kendrick2006-11-051-1/+0
| | | | svn path=/trunk/netsurf/; revision=3037
* Fudge off-by-one bitmap plotting in nsgtk plotters. Will investigate actual ↵Rob Kendrick2006-11-051-0/+2
| | | | | | cause later. svn path=/trunk/netsurf/; revision=3032
* Finish GTK about boxRob Kendrick2006-11-044-235/+325
| | | | svn path=/trunk/netsurf/; revision=3030
* Beginnings of a GNOME-compliant about box for nsgtkRob Kendrick2006-11-042-0/+592
| | | | svn path=/trunk/netsurf/; revision=3029