summaryrefslogtreecommitdiff
path: root/atari/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Added SSL Cert Inspector WindowOle Loots2013-10-061-18/+30
| | | | (based on treeview API)
* Enabled atari_global_history_destry/initOle Loots2013-10-061-8/+3
|
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-10-061-9/+35
| | | | (The Cookie Manager window is a new one)
* Treeview implementation adjustedOle Loots2013-10-061-0/+3
| | | | (still requires changes at several places in the atari frontent)
* Added initialization/finalization of treeview framework.Ole Loots2013-10-061-0/+16
|
* Remove bulk of old treeview implementation.Michael Drake2013-09-021-2/+0
|
* Move old hotlist out of the way.Michael Drake2013-08-131-2/+2
|
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* Namespace the atari global history functions.Michael Drake2013-07-011-2/+2
|
* move atari to new options codeVincent Sanders2013-05-281-28/+45
|
* move options includeVincent Sanders2013-05-281-2/+2
|
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-0/+6
| | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need ↵Michael Drake2013-05-101-1/+1
| | | | it now.
* Fix duplicate Ctrl+V (and other shortcuts) key processing,Ole Loots2013-04-091-1/+1
| | | | by catching event callback return value.
* Fixed handling of filepath passed via commandline.Ole Loots2013-03-221-3/+2
|
* Fixed / Improved commandline URL handling.Ole Loots2013-03-111-8/+20
| | | | | - It's now possible to drag local files onto netsurf executable. - Added better resource file logging (THING passes strange CWD)
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-2/+2
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-4/+26
|
* Some more finetuning...Ole Loots2013-01-311-149/+132
|
* Prefixed gemtk module functions.Ole Loots2013-01-221-8/+8
|
* Search is functional.Ole Loots2013-01-171-4/+1
|
* Search form inside browser windows starts to work.Ole Loots2013-01-161-1/+1
|
* Use window_get_grect instead of guiwin_get_grect.Ole Loots2013-01-101-3/+3
|
* Fixed merges...Ole Loots2013-01-091-923/+1029
|
* Merge branch 'master' into mono/removing-windom-dependencyOle Loots2013-01-091-4/+1
|\ | | | | | | | | Conflicts: atari/gui.c
| * Removed obsolete variable tmp_clipboardOle Loots2013-01-091-6/+1
| |
* | Removed windom variable from clipboard functions.Ole Loots2013-01-091-2/+2
| |
* | Merge branch 'master' into mono/removing-windom-dependencyOle Loots2013-01-091-1124/+968
|\| | | | | | | | | | | Conflicts: atari/gui.c atari/toolbar.h
| * Fixes for new clipboard interface.Ole Loots2013-01-091-118/+72
| |
* | Implemented language and font renderer popups.Ole Loots2013-01-071-1/+2
| |
* | Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-071-20/+36
| | | | | | | | | | - Serch window - Pop Menus in the settings dialog
* | Removed browser.h/.cOle Loots2013-01-031-38/+5
| |
* | Implemented caret redraw.Ole Loots2013-01-011-20/+32
| |
* | Moved form handling into gemtk,Ole Loots2012-12-311-3/+4
| | | | | | | | removed several windom includes
* | - started to work on settings dialogOle Loots2012-12-211-2/+2
| | | | | | | | | | | | - some WIP in treeview widgets. Changed destroy / and init handling. It requires some optimization, when the widget is closed it must remove itself from the guiwin list, for perfomance.
* | Preparing for merge...Ole Loots2012-12-181-35/+59
| |
* | Removed global_evnt.c module.Ole Loots2012-12-061-16/+1
| |
* | Only schedule on-screen redraw areas, and do not substractOle Loots2012-12-061-3/+3
| | | | | | | | scrolling positions from scheduled area.
* | Implement mouse move event handlingOle Loots2012-12-061-47/+50
| |
* | 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
| |