summaryrefslogtreecommitdiff
path: root/atari/browser_win.c
Commit message (Expand)AuthorAgeFilesLines
* Use malloc instead of alloca.Ole Loots2012-10-181-12/+17
* Redraw favicon when it has been changed.Ole Loots2012-10-131-28/+58
* A new window can now be opened in background mode.Ole Loots2012-08-271-2/+3
* Center favicon, don't stretch.Ole Loots2012-08-261-5/+13
* add includes to get browser private struct on atariVincent Sanders2012-08-221-0/+1
* Remove a bunch of unused includes.Michael Drake2012-08-201-10/+8
* renmaed plot functions (use plot_ prefix).Ole Loots2012-07-231-4/+2
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-13/+7
* Added missing but not-so important changes from local SVN working copy.Ole Loots2012-07-101-1/+2
* Make use of plot_set_dimensions()Ole Loots2012-06-191-3/+2
* Init toolbar.Ole Loots2012-04-101-3/+3
* Removed debug output, text format changes...Ole Loots2012-04-091-1/+1
* Adjusted for changed plotter members. Ole Loots2012-03-141-1/+1
* Add event listeners to WM_MOVED, WM_RESIZED, WM_FULLED instead of overwriting...Ole Loots2011-12-211-177/+133
* Moved to mouse move handler to global events, and handle different window types.Ole Loots2011-12-121-50/+0
* remove debug message. Ole Loots2011-12-071-1/+0
* Handle iconify correctlyOle Loots2011-12-061-17/+34
* Fix focus elementOle Loots2011-12-061-2/+7
* Fix file dropsOle Loots2011-12-041-59/+15
* Stick to OS features for drag feature - handle it almost blocking (improves u...Ole Loots2011-12-041-131/+31
* Open window by configured width,Ole Loots2011-11-301-16/+7
* Removed unused declarations.Ole Loots2011-11-301-16/+0
* Check for NULLOle Loots2011-11-291-5/+8
* Handle focus event within window_set_focus, select all when url input gets focusOle Loots2011-11-291-1/+11
* Fixed inlude.Ole Loots2011-11-291-0/+1
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-43/+56
* -Remove a bunch of code which was intended to handle framed-pages. It's bette...Ole Loots2011-11-051-166/+203
* Removed window_set_iconOle Loots2011-11-051-22/+1
* Draw favicon when iconyfiedOle Loots2011-10-141-7/+12
* Added context menu, Ole Loots2011-09-191-48/+37
* Keep Mouse tracking limited to input_window.Ole Loots2011-09-091-2/+5
* Avoid double free. Wasn't triggered before, because no data was passed to des...Ole Loots2011-08-301-4/+0
* Added missing position update when window got moved.Ole Loots2011-08-051-5/+4
* Improved accuracy for window resize. Ole Loots2011-08-051-65/+53
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-301-42/+34
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-2/+4
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-1/+1
* Moved mouse movement handling into window event handlers, updated resources, ...Ole Loots2011-04-101-0/+165
* Allocate window title string memory dynamically.Ole Loots2011-03-201-1/+7
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-1/+1
* Added support for cookie and URL file, fixed box redraw.Ole Loots2011-02-121-0/+3
* Added file upload / file dragdropOle Loots2011-02-051-1/+129
* Set default window title when opening window. Ole Loots2011-01-301-0/+14
* Implemented Search DialogOle Loots2011-01-301-0/+0
* Introduced attached flag for Statusbar. Ole Loots2011-01-221-0/+4
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+459