summaryrefslogtreecommitdiff
path: root/atari/global_evnt.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed global_evnt.* from source treeOle Loots2012-12-061-171/+0
|
* Toolbar is now finished, started work on browser redraw/scrolling.Ole Loots2012-11-301-2/+2
|
* Refactored a lot of browser window code,... still totally WIP.Ole Loots2012-11-271-16/+14
| | | | ...but it compiles...
* Start to remove windom, wip.Ole Loots2012-11-181-520/+16
| | | | | | - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling
* Revert "Refactored menu event handling and got rid of several windom calls."Ole Loots2012-11-181-15/+519
| | | | | This reverts commit d1a5c738e62a9f0cb85658b435eefa8749006edc. this change belongs into a new branch
* Refactored menu event handling and got rid of several windom calls.Ole Loots2012-11-141-519/+15
|
* Port save complete to libdom.John-Mark Bell2012-11-031-1/+1
|
* Use is_dir to validate user selection.Ole Loots2012-08-261-15/+3
|
* add includes to get browser private struct on atariVincent Sanders2012-08-221-0/+1
|
* Handle "Save window size" menu event.Ole Loots2012-07-271-4/+24
|
* First attempt to implement the global history treeview. There is something ↵Ole Loots2012-06-191-5/+3
| | | | | | wrong with the redraw ( the treeview area of the windo isn't redrawn, also it looks like the treeview content size isn't set ) svn path=/trunk/netsurf/; revision=13973
* 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