summaryrefslogtreecommitdiff
path: root/atari/browser_win.h
Commit message (Collapse)AuthorAgeFilesLines
* Redraw favicon when it has been changed.Ole Loots2012-10-131-1/+2
| | | | Improve the window icon / favicon interface.
* A new window can now be opened in background mode.Ole Loots2012-08-271-4/+6
|
* Open window by configured width,Ole Loots2011-11-301-3/+3
| | | | | | removed unused variables svn path=/trunk/netsurf/; revision=13212
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-19/+0
| | | | | | | | - 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
* -Remove a bunch of code which was intended to handle framed-pages. It's ↵Ole Loots2011-11-051-1/+4
| | | | | | | | 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 context menu, Ole Loots2011-09-191-2/+2
| | | | | | 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-5/+5
| | | | svn path=/trunk/netsurf/; revision=12550
* Moved mouse movement handling into window event handlers, updated resources, ↵Ole Loots2011-04-101-0/+2
| | | | | | updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182
* Added file upload / file dragdropOle Loots2011-02-051-0/+1
| | | | svn path=/trunk/netsurf/; revision=11621
* Set default window title when opening window. Ole Loots2011-01-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=11543
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+79
svn path=/trunk/netsurf/; revision=11218