summaryrefslogtreecommitdiff
path: root/atari/gui.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert remove of cflib and further usage of xaaes nkcc routines. It resulted ...Ole Loots2011-06-251-1/+1
* Remove gui_window_set_scale().Michael Drake2011-06-241-9/+0
* Removed dependency to cflib,Ole Loots2011-05-241-6/+13
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+1
* Improved path conversion for DOS Filesystems.Ole Loots2011-04-231-7/+10
* Moved mouse movement handling into window event handlers, updated resources, ...Ole Loots2011-04-101-80/+41
* added resource: handling, gui_poll now checks for browser_reformat_pendingOle Loots2011-03-201-9/+20
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
* corrected check for atari_sysinfo.gemdos_versionOle Loots2011-03-071-1/+1
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-7/+0
* merged clipping parameter changes.Ole Loots2011-02-251-6/+5
* add resource handlingVincent Sanders2011-02-231-0/+6
* Added support for cookie and URL file, fixed box redraw.Ole Loots2011-02-121-38/+48
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-2/+3
* Verify Box redrawsOle Loots2011-02-051-12/+26
* Improved throbber graphicsOle Loots2011-02-021-2/+2
* Revisited Throbber codeOle Loots2011-02-011-14/+32
* Implemented Search DialogOle Loots2011-01-301-1/+1
* Implemented gui_scroll_visible.Ole Loots2011-01-301-2/+4
* Implemented Search DialogOle Loots2011-01-301-1/+1
* Improved compatibility with classic TOS systems,Ole Loots2011-01-221-16/+27