summaryrefslogtreecommitdiff
path: root/atari/search.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-303/+0
|
* update atari frontend to remove usage of depricated warn_user APIVincent Sanders2016-04-301-1/+1
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-6/+6
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-281-56/+57
|
* Shouldn't need browser window internals now.Michael Drake2014-10-251-1/+1
|
* Attempt to remove dependancy of search implementation on bw internals.Michael Drake2014-10-251-11/+11
|
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-171-1/+0
|
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-161-8/+4
|
* Remove unused variables.Michael Drake2014-05-201-5/+0
|
* Fix line endings.Michael Drake2014-05-201-198/+198
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-8/+11
|
* Remove search context from browser window, simplify search interface for ↵Michael Drake2013-05-071-8/+6
| | | | | | | | | | | | | | | | | | | | | | front ends. Added content interface for search. Removed bw->cur_search search context. Desktop layer now does nothing except pass search requests from front end onto the bw's current_content via the content interface. Search API reduced to a pair of functions at each level: {desktop|content|html|textplain}_search and {desktop|content|html|textplain}_search_clear Updated front ends to use simplified search API. Only tested GTK and RO builds. These confine the search stuff to render/. However search still uses struct selection. The handling for which is still spread over desktop/ and render/. Also the render/search code itself still fiddles inside html and textplain privates.
* The Window toolbar now have independet AES objects,Ole Loots2013-01-221-7/+33
| | | | which means no state restore is required before redraw.
* Prefixed gemtk module functions.Ole Loots2013-01-221-4/+4
|
* Search is functional.Ole Loots2013-01-171-3/+34
|
* Search form inside browser windows starts to work.Ole Loots2013-01-161-192/+71
|
* Make toolbar height configurable,Ole Loots2013-01-151-1/+1
| | | | started to use extended AES Object types.
* Further work on search in browser window.Ole Loots2013-01-141-2/+4
|
* Use windowes objc_w* and form_w* functions,Ole Loots2013-01-111-1/+1
| | | | | this should respect the window area, but it doesn't.
* Started to move the search form into the browser window.Ole Loots2013-01-111-1/+28
|
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-071-24/+41
| | | | | - Serch window - Pop Menus in the settings dialog
* Removed browser.h/.cOle Loots2013-01-031-1/+0
|
* Moved form handling into gemtk,Ole Loots2012-12-311-62/+87
| | | | removed several windom includes
* Start to remove windom, wip.Ole Loots2012-11-181-7/+9
| | | | | | - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling
* Added missing copyright headersOle Loots2012-08-241-0/+18
|
* add missing include for browser privateVincent Sanders2012-08-221-0/+1
|
* Clean up search gui callbacks.Michael Drake2012-08-141-17/+17
|
* Open search form at lower right cornerOle Loots2012-07-271-5/+19
|
* Added context menu, Ole Loots2011-09-191-16/+16
| | | | | | Allow to set bitmap for iconified window. ( altough it's usesless right now because favicon support has been dropped) svn path=/trunk/netsurf/; revision=12821
* do not send around message for NULL dialog. Ole Loots2011-09-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12782
* Atari changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-8/+5
| | | | svn path=/trunk/netsurf/; revision=12649
* rearranged includes, seperate redraw request areas.Ole Loots2011-05-091-0/+1
| | | | svn path=/trunk/netsurf/; revision=12359
* file not changed, commiting the change anyway ;) Ole Loots2011-04-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=12179
* NULL checkOle Loots2011-02-251-2/+9
| | | | svn path=/trunk/netsurf/; revision=11813
* Added better checkboxes,Ole Loots2011-02-121-32/+39
| | | | | | Added search_destroy method. svn path=/trunk/netsurf/; revision=11653
* A bit of cleanup.Ole Loots2011-02-011-6/+7
| | | | svn path=/trunk/netsurf/; revision=11590
* Implemented Search DialogOle Loots2011-01-301-0/+257
svn path=/trunk/netsurf/; revision=11536