summaryrefslogtreecommitdiff
path: root/atari/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Dragged scrolling/mouse click events works fine now.Ole Loots2012-12-041-15/+29
|
* Implemented scrolling for gui windows.Ole Loots2012-12-031-24/+22
| | | | | | Doesn't work correctly for drag-scrolling, because gemtk schedules window messages for redraw regions... the rectangle list must be managed by gemtk...
* Implemented basic mouse input to browser component (click).Ole Loots2012-12-031-4/+15
|
* Toolbar is now finished, started work on browser redraw/scrolling.Ole Loots2012-11-301-11/+9
|
* re-implemented browser toolbar redraw / URL area redraw.Ole Loots2012-11-291-33/+13
|
* Started refactoring of global redraw handling.Ole Loots2012-11-281-12/+20
|
* Refactored a lot of browser window code,... still totally WIP.Ole Loots2012-11-271-175/+158
| | | | ...but it compiles...
* Hotlist now works without windom.Ole Loots2012-11-221-2/+4
|
* Initial work at making scrolling workOle Loots2012-11-201-0/+2
|
* Ripped Windom out of the treeview implementation,Ole Loots2012-11-201-44/+43
| | | | it still requires scroll event handling to be implemented.
* Start to remove windom, wip.Ole Loots2012-11-181-1038/+1140
| | | | | | - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling
* Revert "Refactored menu event handling and got rid of several windom calls."Ole Loots2012-11-181-25/+22
| | | | | This reverts commit d1a5c738e62a9f0cb85658b435eefa8749006edc. this change belongs into a new branch
* Refactored menu event handling and got rid of several windom calls.Ole Loots2012-11-141-22/+25
|
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-8/+16
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* Redraw favicon when it has been changed.Ole Loots2012-10-131-2/+6
| | | | Improve the window icon / favicon interface.
* 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 ↵Ole Loots2012-06-191-2/+4
| | | | | | gui_poll(), also switch hotlist redraw to to hotlist specific redraw function. svn path=/trunk/netsurf/; revision=13977
* First attempt to implement the global history treeview. There is something ↵Ole Loots2012-06-191-6/+8
| | | | | | wrong with the redraw ( the treeview area of the windo isn't redrawn, also it looks like the treeview content size isn't set ) svn path=/trunk/netsurf/; revision=13973
* set rendering flag within throbber_stop / start functions, update toolbar ↵Ole Loots2012-04-251-19/+11
| | | | | | buttons on throbber stop. svn path=/trunk/netsurf/; revision=13890
* call toolbar_exit()Ole Loots2012-04-121-0/+1
| | | | svn path=/trunk/netsurf/; revision=13861
* Init toolbar.Ole Loots2012-04-101-2/+3
| | | | svn path=/trunk/netsurf/; revision=13849
* Added missing include.Ole Loots2012-04-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=13832
* Removed unused variable.Ole Loots2012-04-041-4/+2
| | | | svn path=/trunk/netsurf/; revision=13790
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-16/+15
| | | | svn path=/trunk/netsurf/; revision=13548
* Default to "not rendering" when setting GUI poll priority. Ole Loots2012-01-251-21/+15
| | | | svn path=/trunk/netsurf/; revision=13408
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-82/+82
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-2/+2
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Open fulled window when running under Single-Task OS.Ole Loots2012-01-021-11/+30
| | | | svn path=/trunk/netsurf/; revision=13361
* Removed unused variable.Ole Loots2011-12-211-5/+2
| | | | svn path=/trunk/netsurf/; revision=13320
* Added save functionality to settings dialiog, fixed typo resulting in not ↵Ole Loots2011-12-151-2/+5
| | | | | | freeing the resource pointer. svn path=/trunk/netsurf/; revision=13273
* Remove throbber callback from schedule before scheduling a new one. Ole Loots2011-12-141-2/+9
| | | | svn path=/trunk/netsurf/; revision=13272
* Only convert resource objects to windom types when extended type is set. Ole Loots2011-12-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=13268
* added save page handlers. Ole Loots2011-12-101-4/+2
| | | | svn path=/trunk/netsurf/; revision=13266
* Fix focus elementOle Loots2011-12-061-26/+2
| | | | svn path=/trunk/netsurf/; revision=13251
* Fix utf-8 conversion. Ole Loots2011-12-041-5/+15
| | | | svn path=/trunk/netsurf/; revision=13242
* Stick to OS features for drag feature - handle it almost blocking (improves ↵Ole Loots2011-12-041-70/+18
| | | | | | user experience). svn path=/trunk/netsurf/; revision=13233
* Open window by configured width,Ole Loots2011-11-301-2/+6
| | | | | | removed unused variables svn path=/trunk/netsurf/; revision=13212
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-35/+25
| | | | | | | | - 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-2/+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-1/+1
| | | | | | | | 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