summaryrefslogtreecommitdiff
path: root/atari/global_evnt.c
Commit message (Collapse)AuthorAgeFilesLines
* Init toolbar.Ole Loots2012-04-101-20/+18
| | | | svn path=/trunk/netsurf/; revision=13849
* Removed obsolete menu item struct member.Ole Loots2012-04-091-29/+29
| | | | svn path=/trunk/netsurf/; revision=13842
* Simplified keyboard-shortcut code: Don't use Messages file for Menu strings ↵Ole Loots2012-04-091-231/+105
| | | | | | and accelerator definitions. These things are now taken from the RSC file. svn path=/trunk/netsurf/; revision=13840
* Added missing declaration of "html_redraw_debug". Ole Loots2012-04-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=13830
* Fix missing include: desktop/options.hOle Loots2012-03-221-1/+2
| | | | svn path=/trunk/netsurf/; revision=13552
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-8/+7
| | | | svn path=/trunk/netsurf/; revision=13548
* Added key shortcut for bookmark, handle menut item "Hide Toolbars"Ole Loots2012-01-251-3/+8
| | | | svn path=/trunk/netsurf/; revision=13407
* Added menu items for foreground_images,background_images for fast access. Ole Loots2012-01-061-4/+26
| | | | svn path=/trunk/netsurf/; revision=13387
* Moved to mouse move handler to global events, and handle different window types.Ole Loots2011-12-121-6/+70
| | | | svn path=/trunk/netsurf/; revision=13269
* toggle menu item when debug rendering is toggled.Ole Loots2011-12-081-1/+4
| | | | svn path=/trunk/netsurf/; revision=13259
* Fix focus elementOle Loots2011-12-061-13/+74
| | | | svn path=/trunk/netsurf/; revision=13251
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=13236
* Stick to OS features for drag feature - handle it almost blocking (improves ↵Ole Loots2011-12-041-1/+0
| | | | | | user experience). svn path=/trunk/netsurf/; revision=13233
* Open window by configured width,Ole Loots2011-11-301-1/+1
| | | | | | removed unused variables svn path=/trunk/netsurf/; revision=13212
* Removed unused declarations.Ole Loots2011-11-301-12/+0
| | | | svn path=/trunk/netsurf/; revision=13210
* Moved static declarations.Ole Loots2011-11-231-5/+15
| | | | svn path=/trunk/netsurf/; revision=13175
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12929
* Added context menu, Ole Loots2011-09-191-15/+17
| | | | | | Allow to set bitmap for iconified window. ( altough it's usesless right now because favicon support has been dropped) svn path=/trunk/netsurf/; revision=12821
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=12550
* Revert remove of cflib and further usage of xaaes nkcc routines. It resulted ↵Ole Loots2011-06-251-1/+1
| | | | | | in not-working page up / page down and up / down keys. svn path=/trunk/netsurf/; revision=12510
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-241-1/+1
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* Removed dependency to cflib,Ole Loots2011-05-241-1/+1
| | | | | | call EvntWindom only one time per sec. when active flag is set. svn path=/trunk/netsurf/; revision=12443
* Moved mouse movement handling into window event handlers, updated resources, ↵Ole Loots2011-04-101-148/+13
| | | | | | updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182
* oadded handler for about menu click.Ole Loots2011-02-251-0/+5
| | | | svn path=/trunk/netsurf/; revision=11816
* Improved mouse trackingOle Loots2011-02-121-11/+27
| | | | svn path=/trunk/netsurf/; revision=11656
* Fixed Mouse Selection / Mouse drag,Ole Loots2011-02-051-79/+33
| | | | | | Fixed Content Redraw for plain text files. svn path=/trunk/netsurf/; revision=11616
* Cleaned up mouse tracking ( added modifier keys ), added debug rendering ↵Ole Loots2011-02-011-7/+39
| | | | | | menu option. svn path=/trunk/netsurf/; revision=11587
* Implemented Search DialogOle Loots2011-01-301-2/+4
| | | | svn path=/trunk/netsurf/; revision=11547
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* verbose_log can now be set via the Main-Menu.Ole Loots2011-01-221-0/+9
| | | | svn path=/trunk/netsurf/; revision=11443
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+760
svn path=/trunk/netsurf/; revision=11218