Mathieu Lirzin mthl

mthl 推送了 master 分支的代码到 mthl/jwhois

  • 8f61b46150 cache: Move possible unused variables issues Depending on the actual value of the NOCACHE preprocessor macro some variables may not be used. * src/cache.c (cache_init): Declare 'j' and 'iret' closer to their use. (cache_read): Likewise for 'time_c'. * src/jwhois.c (main): Likewise for 'cachestr'.

7 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

  • 99bb097093 iframe: Add proper history management

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

  • f0ff9548ad iframe: Replace 'load_iframe' with 'load_page' This is done to use a plain function instead of a static method.
  • 8b6d06063c reducers: Make CURRENT_URL handler more readable
  • fdebd75dfd actions: Remove INIT This action was not used.
  • 9e25fe2f96 iframe: Reverse if/else conditional clauses in 'Pages.load_iframe'
  • 对比 4 次代码提交 »

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

  • 4ec77747d8 text_input: Warn the user when there is no menu in current node
  • c752f44e1c utils: Let 'navigation_links' callers check menu presence easily Don't include a 'menu' property when there is no menu links.
  • 对比 2 次代码提交 »

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

  • 160485341d main: Add Text_input component This is done to implement "menu search" which allows the user to access the sub nodes of a pages that contains a local table of content via a text input with completion.
  • 809c133b80 store: Call listeners only if state has changed when dispatching an action result in no state modification, then the action is considered cancelled, since reducers can't have side-effects.
  • 对比 2 次代码提交 »

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

  • 5c4a48cc1e Cleanup the 'on_message' event handlers

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

  • 3d70ba8bcd iframe: Fix links to iframe anchors Only create div nodes for pages, and for anchors.
  • dcb7701e96 utils: Fix a bug in 'href_hash' The case where there is no hash part in the 'href' argument was not handled.
  • c68d5f7941 Refactor to move mutation of the DOM inside the components
  • 7f1cb9af61 sidebar: Instantiate the iframe inside 'Sidebar' constructor Merge 'Sidebar.update' inside 'Sidebar.render'.
  • be5ce7d37d main: Remove 'Selected_div' class Merge its render behavior inside the './iframe/Pages' class.
  • 对比 5 次代码提交 »

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

  • db7c6e76ea main: Remove 'Main_component' class Since there was only one instance of it, a simple literal object is defined instead.
  • 35b2928774 main: Always display hash when handling "load-page" messages
  • 51c3bcf1f0 utils: Add more information in 'navigation_links' docstring
  • e45bc77c06 utils: Avoid conversion from NodeList to Array in 'navigation_links'
  • 对比 4 次代码提交 »

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

  • 6433b35cf5 Replace IIFE usage with function properties IIFE was used to avoid recreating some variables at each function call. Using function properties has the same benefit while having a more declarative style. The tradeoff is that we lose encapsulation which is not important here.
  • b57bdc6760 utils: Add 'href_hash' function
  • 对比 2 次代码提交 »

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

  • f7a0fe37a8 index: Trampoline to index page when opening a different page The corresponding iframe is selected when opening the index page.
  • 0a578eb3e0 utils: Remove 'inside_iframe_p' and 'inside_index_page_p' functions
  • a21b1b1edf Use strict equality when possible
  • 038d2e05a5 toc: Ensure in 'create_link_dict' that links have a "href" attribute
  • ea9d33aee4 toc: Inline internal 'fix_link' function in 'fix_links'
  • 对比 6 次代码提交 »

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

  • 7d41b41d7a index: Throw a ReferenceError when iframe container is not found

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

8 年之前

mthl 推送了 master 分支的代码到 mthl/texinfo

8 年之前