summaryrefslogtreecommitdiffstats
path: root/templates/html/search.js
Commit message (Collapse)AuthorAgeFilesLines
* Improved responsive design of dynamic menusDimitri van Heesch2021-05-301-47/+21
| | | | | | | | | When DISABLE_INDEX=NO and HTML_DYNAMIC_MENUS=YES (both defaults) then on screens with a width smaller than 768 pixels, the menu will collapse into a bar with just a hamburger button and the search field. Also the search result window now stays within the limited of the screen.
* Optimized the layout in case DISABLE_INDEX=YES and GENERATE_TREEVIEW=YESDimitri van Heesch2021-05-081-0/+2
| | | | | - also illustrated the various layouts in the customization section of the manual to make choosing easier.
* issue #8375: Lowercase search does not find non-ASCII uppercase pages and ↵Dimitri van Heesch2021-03-221-5/+1
| | | | vice versa
* issue #5362: Indexing and searching cannot treat non ASCII identifiersDimitri van Heesch2021-01-311-1/+1
|
* issue #5363: Indexing and searching cannot treat non ASCII identifiersDimitri van Heesch2021-01-311-1/+5
|
* Fixed problem expanding/collapsing search results when using XHTML (part 2)Dimitri van Heesch2020-12-251-2/+2
|
* Fixed problem expanding/collapsing search results when using XHTMLDimitri van Heesch2020-12-211-2/+2
|
* Default doxygen search mechanism doesn't work when using with XHTML outputalbert-github2020-11-251-1/+1
| | | | | | | | | | | | | The problem has been tested with the doxygen test 021. With the output format html all works OK. - When giving a `t` in the search window a window appears with the message "This XML file does not appear to have any style information associated with it. The document tree is shown below." - the `<html> statement has to replaced by `<html xmlns="http://www.w3.org/1999/xhtml">` in searchindex.cpp (is normally also present in the non search xhtml files). - this results in a window with just the words: Loading.... Searching... No Matches - this is due to the extra `<!--` / `-->` in the htmlsearchresults.tpl (strange enough html output has no problem with it). - When giving a `a` in the search windows we get a "File not found" message as the file nomatches.html cannot be found - the extension for "nomatches" has to be set properly as well (search.js), for the other files this is done a few lines upward.
* Proposed fix for issue #7898 (#8029)luca-aep2020-09-161-2/+4
| | | | | * Proposed fix for issue #7898 - Internal search engine produce ".html" pages instead of using HTML_FILE_EXTENSION * Applied albert-github suggestions to proposed fix for issue #7898
* Scalable search bar for high resolution displays (#7888)tttapa2020-07-041-1/+1
| | | | | | | | | | * Use SVG images for search bar icons * Update search bar CSS for high resolution displays Uses CSS shadows instead of PNG images of shadows * Limit the main-menu CSS rule to first level list #main-menu li:last-child applies to last childs of sub-lists as well #main-menu > li:last-child only applies to the top-level list
* issue #6901: Please consider relicensing of Javascript filesDimitri van Heesch2020-03-271-16/+17
|
* Fix CROS javascript issue when giving focus to search result frame.Joseph Mirabel2020-03-221-3/+2
|
* Marks JS as freely licensedzachwick2017-08-041-1/+24
| | | | | | | | | | | | | | | Marking the resulting JS in this way ensures that visitors to the resulting HTML documentation do not have to choose between running non-free JS and experiencing the HTML documentation as it was intended. The JS was already freely licensed, so this change just ensures that the appropriate labelling occurs so that GNU LibreJS [0] parses the JS correctly as freely licensed. [0] https://www.gnu.org/software/librejs/ Signed-off-by: zachwick <zach@zachwick.com>
* Introduced template directory for template and resource files and resource ↵Dimitri van Heesch2014-11-131-0/+791
compiler & manager