summaryrefslogtreecommitdiff
path: root/gtk/gtk_window.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress issues with < 1x1 (i)frames for now in GTK frontendDaniel Silverstone2010-04-121-4/+11
* Fix window updates when main window is scrolled.Michael Drake2010-04-111-3/+10
* Fix warnings about scroll and value possibly getting used uninitialised.Michael Drake2010-04-091-1/+2
* Status bar width now set in proportion to actual window width. Correctly reta...Michael Drake2010-04-081-13/+14
* Remove min status bar width limitation. Set initial status bar width when gui...Michael Drake2010-04-081-0/+12
* GTK's source suggests scroll wheels generally get twice as much scrollypower ...Daniel Silverstone2010-04-081-4/+4
* Add scroll event supportDaniel Silverstone2010-04-081-192/+247
* Some X servers set MOD2 for some reason. Limit arrow/pgup/down to 'not alt/c...Daniel Silverstone2010-04-081-1/+1
* Add missing setting which was preventing gtk tabs from workingDaniel Silverstone2010-04-081-0/+1
* Partly fix tab closing.James Bursa2010-04-071-3/+7
* Put status bar and horizontal scroll bar next to each other. Each tab now con...James Bursa2010-04-071-88/+100
* Make struct browser_mouse a part of gui_window instead of a malloced pointer....James Bursa2010-04-071-45/+48
* Remove unnecessary assignment.Michael Drake2010-03-281-1/+0
* Pass mouse buttons to core correctly.Michael Drake2010-03-281-12/+21
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-7/+8
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-42/+109
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-5/+10
* Fix menu pointer's hotspot.Michael Drake2009-08-101-2/+2
* Give input focus to drawing area on click. (credit: Paul Blokus)John Mark Bell2009-07-021-2/+1
* Merged revisions 7764-7977,7979-8058 via svnmerge from John Mark Bell2009-06-271-41/+2
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-1/+0
* Reflow to the entire widget width, rather than leaving a 2px border on the ri...John Mark Bell2009-04-211-1/+1
* Apply contributions from Mark Benjamin and Chris Tarnowski, with some reworki...Rob Kendrick2009-04-201-34/+50
* Revert r6973. Apparently, it causes loads of problems.John Mark Bell2009-04-051-21/+0
* Remember the scroll position in the history, so that it's maintained when goi...John Mark Bell2009-03-171-0/+21
* Log gtk gui_window_get_dimensions sizes.Michael Drake2009-03-031-34/+36
* Right-clicking a page now removes the browser caret as well, but isn't proper...Sean Fox2009-01-301-3/+14
* Clicking in the draw area now deselects the URL bar.Sean Fox2009-01-301-0/+3
* Save page support on the context menu.Sean Fox2009-01-301-6/+6
* More GTK warning fixes.Rob Kendrick2008-10-091-2/+4
* Add support for displaying the tab bar if there's only one tab.Daniel Silverstone2008-09-161-1/+3
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-241-22/+22
* Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4680 ...Rob Kendrick2008-07-161-7/+7
* Merged revisions 4114-4265,4267-4272,4275-4285,4287-4325 via svnmerge from John Mark Bell2008-06-111-79/+93
* s/wchar_t/uint32_t/gJohn Mark Bell2008-05-161-3/+4
* Add box tree dump saving, create 'debugging' sub menu to put this and debug r...Rob Kendrick2008-03-221-0/+5
* Round caret hight down by 2 to make up for pixel system differences in nsgtk:...Rob Kendrick2008-03-111-1/+1
* Fix non-ASCII text input for GTK build (Dmitry Artamonow)John Mark Bell2007-12-111-1/+2
* Change curse type used for links to the correct one (GTK 2.12/GNOME 2.20 chan...Rob Kendrick2007-10-041-1/+1
* Use custom RISC OS-like popup menu cursor on select boxesRob Kendrick2007-09-281-1/+36
* Add mention of GTK 2.8 dependancyRob Kendrick2007-09-281-1/+1
* Reflow the if statements as per nsgtk styleDaniel Silverstone2007-08-221-4/+8
* 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