summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* Fix up for nsurl changes. Untested.Michael Drake2011-10-032-194/+194
| | | | svn path=/trunk/netsurf/; revision=12929
* Remove gui_multitaskJohn Mark Bell2011-09-212-11/+1
| | | | svn path=/trunk/netsurf/; revision=12828
* added new options. Ole Loots2011-09-201-22/+25
| | | | svn path=/trunk/netsurf/; revision=12827
* Added "view source" to context menu. Ole Loots2011-09-202-5/+49
| | | | svn path=/trunk/netsurf/; revision=12826
* Obey to clipping rules... (walk the rectangle list) Ole Loots2011-09-201-26/+42
| | | | svn path=/trunk/netsurf/; revision=12825
* Set focus to next available window when gui_window is closed. Ole Loots2011-09-202-7/+16
| | | | svn path=/trunk/netsurf/; revision=12824
* updatet docs. Ole Loots2011-09-194-57/+19
| | | | svn path=/trunk/netsurf/; revision=12823
* Added context menu.Ole Loots2011-09-193-3/+24
| | | | svn path=/trunk/netsurf/; revision=12822
* Added context menu, Ole Loots2011-09-1910-220/+439
| | | | | | 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
* Keep Mouse tracking limited to input_window.Ole Loots2011-09-095-7/+53
| | | | svn path=/trunk/netsurf/; revision=12783
* do not send around message for NULL dialog. Ole Loots2011-09-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12782
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-6/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Delete dead handling of frame creation destruction.Michael Drake2011-09-051-28/+12
| | | | svn path=/trunk/netsurf/; revision=12734
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-13/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* Removed frame artifacts. Ole Loots2011-08-301-40/+0
| | | | | | Do not send WM_DESTROY on close ( leads to crash when search is open during close). Let the OS Free up the memory. svn path=/trunk/netsurf/; revision=12682
* Avoid double free. Wasn't triggered before, because no data was passed to ↵Ole Loots2011-08-301-4/+0
| | | | | | destroy. svn path=/trunk/netsurf/; revision=12681
* Removed usage of duplicate types for the same thing (bbox, rect) Ole Loots2011-08-302-55/+50
| | | | svn path=/trunk/netsurf/; revision=12680
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+1
| | | | svn path=/trunk/netsurf/; revision=12658
* Atari changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-8/+5
| | | | svn path=/trunk/netsurf/; revision=12649
* Convert window title to local encoding.Ole Loots2011-08-051-1/+10
| | | | svn path=/trunk/netsurf/; revision=12638
* Added missing position update when window got moved.Ole Loots2011-08-051-5/+4
| | | | svn path=/trunk/netsurf/; revision=12637
* Improved accuracy for window resize. Ole Loots2011-08-053-70/+68
| | | | svn path=/trunk/netsurf/; revision=12636
* housekeepingOle Loots2011-08-055-39/+16
| | | | svn path=/trunk/netsurf/; revision=12635
* edit commentsOle Loots2011-08-051-2/+9
| | | | svn path=/trunk/netsurf/; revision=12634
* Fix up Atari for r12574 API change.Michael Drake2011-07-061-6/+6
| | | | svn path=/trunk/netsurf/; revision=12576
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-3012-260/+123
| | | | svn path=/trunk/netsurf/; revision=12550
* adjusted typo, fixed compilation of setting knockout option during runtime. Ole Loots2011-06-301-8/+9
| | | | svn path=/trunk/netsurf/; revision=12548
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-304-3/+15
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-2/+4
| | | | svn path=/trunk/netsurf/; revision=12515
* Revert remove of cflib and further usage of xaaes nkcc routines. It resulted ↵Ole Loots2011-06-259-1308/+7
| | | | | | in not-working page up / page down and up / down keys. svn path=/trunk/netsurf/; revision=12510
* avoid usage of uninitialized variable. Ole Loots2011-06-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=12509
* adjusted comment to match reality. Ole Loots2011-06-251-2/+2
| | | | svn path=/trunk/netsurf/; revision=12508
* small toolbar icon fix.Ole Loots2011-06-251-3/+8
| | | | svn path=/trunk/netsurf/; revision=12507
* Remove gui_window_set_scale().Michael Drake2011-06-241-9/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-242-2/+2
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* lowered stack value (the large value was added because of excesive stack ↵Ole Loots2011-06-031-2/+3
| | | | | | usage within mintlibs regex, but it can be avoided when using malloc within regex impl.), added missing internal.css svn path=/trunk/netsurf/; revision=12456
* Removed dependency to cflib,Ole Loots2011-05-249-21/+1334
| | | | | | call EvntWindom only one time per sec. when active flag is set. svn path=/trunk/netsurf/; revision=12443
* rearranged includes, seperate redraw request areas.Ole Loots2011-05-0910-186/+262
| | | | svn path=/trunk/netsurf/; revision=12359
* fixed call parameters for vdi_clip.Ole Loots2011-05-092-3/+2
| | | | svn path=/trunk/netsurf/; revision=12358
* fixed call parameters for vdi_clip.Ole Loots2011-05-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=12357
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-062-30/+2
| | | | svn path=/trunk/netsurf/; revision=12283
* Improved path conversion for DOS Filesystems.Ole Loots2011-04-235-64/+137
| | | | svn path=/trunk/netsurf/; revision=12236
* Simpliefied scheduler timeout. Ole Loots2011-04-221-111/+97
| | | | svn path=/trunk/netsurf/; revision=12221
* Added option for knockout rendering.Ole Loots2011-04-222-0/+9
| | | | svn path=/trunk/netsurf/; revision=12220
* Added option for knockout rendering.Ole Loots2011-04-221-0/+4
| | | | svn path=/trunk/netsurf/; revision=12219
* Moved mouse movement handling into window event handlers, updated resources, ↵Ole Loots2011-04-1016-360/+715
| | | | | | updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182
* cleanup, fixed invalid option name (downloads_path)Ole Loots2011-04-106-37/+48
| | | | svn path=/trunk/netsurf/; revision=12181
* cleanupd & comments, fixed clipping of mfdb'sOle Loots2011-04-103-155/+87
| | | | svn path=/trunk/netsurf/; revision=12180
* file not changed, commiting the change anyway ;) Ole Loots2011-04-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=12179