summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Initial basic notes on the refactor necessary to get nsgtk supporting the ↵Daniel Silverstone2006-09-291-0/+36
| | | | | | new frames code svn path=/trunk/netsurf/; revision=2969
* 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-063-93/+111
| | | | | | Squash warnings in GTK plotters. svn path=/trunk/netsurf/; revision=2921
* misc changes to nsgtk's glade window templatesRob Kendrick2006-08-291-20/+22
| | | | svn path=/trunk/netsurf/; revision=2902
* Implement user-defined new window placement in nsgtkRob Kendrick2006-08-292-21/+65
| | | | 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
* Give more helpful log message if unable to create ~/.netsurfRob Kendrick2006-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=2892
* nsgtk font defaults in case of no Choices file, misc file cleanupsRob Kendrick2006-08-244-4689/+10
| | | | svn path=/trunk/netsurf/; revision=2890
* Update bullet point symlink for nsgtkRob Kendrick2006-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=2889
* Improve resource finding, and start groundwork on making it installable - ↵Rob Kendrick2006-08-246-14/+4729
| | | | | | you must now run the "netsurf" shellscript to run nsgtk, and not nsgtk directly. svn path=/trunk/netsurf/; revision=2888
* Add some symlinks inside gtk/ for resources with Unix-style namingRob Kendrick2006-08-2410-0/+10
| | | | svn path=/trunk/netsurf/; revision=2885
* Make failures to load throbber and glade windows definitions fatalRob Kendrick2006-08-221-1/+6
| | | | svn path=/trunk/netsurf/; revision=2884
* Fix typo in widget nameRob Kendrick2006-08-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2882
* Very simple global history implementation for nsgtk, misc fixesRob Kendrick2006-08-185-4/+484
| | | | svn path=/trunk/netsurf/; revision=2867