summaryrefslogtreecommitdiff
path: root/atari/browser.c
Commit message (Collapse)AuthorAgeFilesLines
* add includes to get browser private struct on atariVincent Sanders2012-08-221-0/+1
|
* Remove a bunch of unused includes.Michael Drake2012-08-201-40/+38
|
* Changed toolbar_bg_color to type "colour",Ole Loots2012-07-231-5/+5
| | | | | Now the toolbar background can be configured as RGB colour.
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-22/+21
|
* Removed debug output, text format changes...Ole Loots2012-04-091-1/+0
| | | | svn path=/trunk/netsurf/; revision=13841
* Optimize redraw when window is on-top: do not intersect redraw areas with ↵Ole Loots2012-04-071-33/+97
| | | | | | visible window rectangles. svn path=/trunk/netsurf/; revision=13833
* Adjusted for changed plotter members. Ole Loots2012-03-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=13520
* Mouse button holding wasn't reported to the browser because of drag ↵Ole Loots2012-02-031-6/+13
| | | | | | optimization, resulting in internal scrollbars which only reacted on click, not mouse holding down. svn path=/trunk/netsurf/; revision=13415
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-283/+284
| | | | svn path=/trunk/netsurf/; revision=13335
* Set input_window on click, instead of asserting input window equals the ↵Ole Loots2011-12-061-5/+5
| | | | | | receiver window. svn path=/trunk/netsurf/; revision=13253
* Stick to OS features for drag feature - handle it almost blocking (improves ↵Ole Loots2011-12-041-55/+59
| | | | | | user experience). svn path=/trunk/netsurf/; revision=13233
* Open window by configured width,Ole Loots2011-11-301-9/+0
| | | | | | removed unused variables svn path=/trunk/netsurf/; revision=13212
* Check return value of plotter->lock()Ole Loots2011-11-291-12/+2
| | | | svn path=/trunk/netsurf/; revision=13203
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-262/+205
| | | | | | | | - Optimized browser window caret, uses back-buffer now. ( So no content redraw is scheduled by the frontend just for a caret move ) - Fixed a double redraw issue when the browser reformat is pending and the AES also sends an redraw request because of the resize. - Started to use netsurfs textarea instead of a custom implementation ( to reduce code size ). svn path=/trunk/netsurf/; revision=13191
* Removed calls to FrameInit/FrameExit ( was used for window components ). Ole Loots2011-11-081-11/+0
| | | | svn path=/trunk/netsurf/; revision=13136
* -Remove a bunch of code which was intended to handle framed-pages. It's ↵Ole Loots2011-11-051-151/+52
| | | | | | | | better handled by the OS, because frames won't be handled within the frontend anymore. - Clear window when no content is available svn path=/trunk/netsurf/; revision=13125
* Added comments.Ole Loots2011-11-051-21/+63
| | | | svn path=/trunk/netsurf/; revision=13121
* Added context menu, Ole Loots2011-09-191-97/+83
| | | | | | 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-091-2/+12
| | | | svn path=/trunk/netsurf/; revision=12783
* Removed usage of duplicate types for the same thing (bbox, rect) Ole Loots2011-08-301-53/+46
| | | | svn path=/trunk/netsurf/; revision=12680
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+1
| | | | svn path=/trunk/netsurf/; revision=12658
* housekeepingOle Loots2011-08-051-24/+2
| | | | svn path=/trunk/netsurf/; revision=12635
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-301-71/+34
| | | | svn path=/trunk/netsurf/; revision=12550
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+6
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* 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
* Removed dependency to cflib,Ole Loots2011-05-241-4/+9
| | | | | | 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-091-76/+103
| | | | svn path=/trunk/netsurf/; revision=12359
* Moved mouse movement handling into window event handlers, updated resources, ↵Ole Loots2011-04-101-22/+36
| | | | | | updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182
* Removed special handling of non html content, added sanity checking for ↵Ole Loots2011-03-201-22/+17
| | | | | | scroll requests. svn path=/trunk/netsurf/; revision=12110
* cosmeticOle Loots2011-03-011-5/+2
| | | | svn path=/trunk/netsurf/; revision=11874
* merged clipping parameter changes. Ole Loots2011-02-251-12/+22
| | | | svn path=/trunk/netsurf/; revision=11808
* Port Atari front end to browser_window_redraw().Michael Drake2011-02-201-16/+3
| | | | svn path=/trunk/netsurf/; revision=11727
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-7/+13
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-12/+11
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Improved scrolling and box redraw code.Ole Loots2011-02-121-20/+69
| | | | svn path=/trunk/netsurf/; revision=11654
* Fixed Mouse Selection / Mouse drag,Ole Loots2011-02-051-49/+139
| | | | | | Fixed Content Redraw for plain text files. svn path=/trunk/netsurf/; revision=11616
* fixed browser_redraw_required(), now only returning true when content is ↵Ole Loots2011-01-301-32/+7
| | | | | | available. svn path=/trunk/netsurf/; revision=11541
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Added calls to lock/unlock during redraw. Ole Loots2011-01-221-2/+4
| | | | svn path=/trunk/netsurf/; revision=11438
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+944
svn path=/trunk/netsurf/; revision=11218