summaryrefslogtreecommitdiff
path: root/atari/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up ripples from urldb change.Michael Drake2012-10-111-9/+9
* Fix warnings, moved prototypes, housekeepingOle Loots2012-08-271-1/+1
* Removed commentOle Loots2012-08-261-2/+2
* Set default cookie filename when not set.Ole Loots2012-08-251-3/+8
* add includes to get browser private struct on atariVincent Sanders2012-08-221-0/+1
* Remove a bunch of unused includes.Michael Drake2012-08-201-24/+22
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-1/+2
* Use selection_copy_to_clipboard instead of peering into core.Michael Drake2012-08-021-24/+1
* Handle "Save window size" menu event.Ole Loots2012-07-271-19/+35
* renmaed plot functions (use plot_ prefix).Ole Loots2012-07-231-2/+2
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-3/+2
* fix history redraw by calling the window specific redraw function from gui_po...Ole Loots2012-06-191-2/+4
* First attempt to implement the global history treeview. There is something wr...Ole Loots2012-06-191-6/+8
* set rendering flag within throbber_stop / start functions, update toolbar but...Ole Loots2012-04-251-19/+11
* call toolbar_exit()Ole Loots2012-04-121-0/+1
* Init toolbar.Ole Loots2012-04-101-2/+3
* Added missing include.Ole Loots2012-04-071-1/+2
* Removed unused variable.Ole Loots2012-04-041-4/+2
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-16/+15
* Default to "not rendering" when setting GUI poll priority. Ole Loots2012-01-251-21/+15
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-82/+82
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-2/+2
* Open fulled window when running under Single-Task OS.Ole Loots2012-01-021-11/+30
* Removed unused variable.Ole Loots2011-12-211-5/+2
* Added save functionality to settings dialiog, fixed typo resulting in not fre...Ole Loots2011-12-151-2/+5
* Remove throbber callback from schedule before scheduling a new one. Ole Loots2011-12-141-2/+9
* Only convert resource objects to windom types when extended type is set. Ole Loots2011-12-121-1/+1
* added save page handlers. Ole Loots2011-12-101-4/+2
* Fix focus elementOle Loots2011-12-061-26/+2
* Fix utf-8 conversion. Ole Loots2011-12-041-5/+15
* Stick to OS features for drag feature - handle it almost blocking (improves u...Ole Loots2011-12-041-70/+18
* Open window by configured width,Ole Loots2011-11-301-2/+6
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-35/+25
* Removed calls to FrameInit/FrameExit ( was used for window components ). Ole Loots2011-11-081-2/+0
* -Remove a bunch of code which was intended to handle framed-pages. It's bette...Ole Loots2011-11-051-1/+1
* Removed window_set_iconOle Loots2011-11-051-6/+1
* Draw favicon when iconyfiedOle Loots2011-10-141-26/+23
* Build resource: map at start timeJohn Mark Bell2011-10-051-17/+12
* Remove gui_multitaskJohn Mark Bell2011-09-211-8/+0
* Set focus to next available window when gui_window is closed. Ole Loots2011-09-201-6/+14
* Added context menu, Ole Loots2011-09-191-30/+39
* Keep Mouse tracking limited to input_window.Ole Loots2011-09-091-3/+18
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-6/+0
* Delete dead handling of frame creation destruction.Michael Drake2011-09-051-28/+12
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-041-13/+0
* Removed frame artifacts. Ole Loots2011-08-301-40/+0
* Convert window title to local encoding.Ole Loots2011-08-051-1/+10
* housekeepingOle Loots2011-08-051-3/+2
* Fix up Atari for r12574 API change.Michael Drake2011-07-061-6/+6
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-301-23/+13