Skip to content
Snippets Groups Projects
  1. Jul 12, 2013
    • Alexander Plavin's avatar
      hgweb: file diff and changesets views behave like file source view · e92d4b85
      Alexander Plavin authored
      This gives all the benefits introduced before for file source view, namely
      code selection without line numbers and correct indents, highlighting line
      which is linked to, long lines wrapping.
      
      Implementation strategy is also the same as for file source view: all the
      lines are put in a sigle pre tag with span's for each line. Correct line
      numbering (same as before this patch) is achieved with nested CSS counters.
      e92d4b85
    • Alexander Plavin's avatar
      hgweb: introduce separate classes for stripey background · b8ecc383
      Alexander Plavin authored
      Introduce stripes2 and stripes4 classes to support different structure.
      They will be useful to implement stripes with pure CSS everywhere instead
      of current server-side implementation.
      b8ecc383
    • Alexander Plavin's avatar
      hgweb: add line wrapping switch to file source view · 5ec5097b
      Alexander Plavin authored
      This uses classList property, which is well-supported now: both Chromium 8.0+,
      Firefox 3.6+ and Opera 11.5+ support it, as well as relatively modern versions
      of other browsers.
      5ec5097b
  2. Jul 08, 2013
  3. Jul 12, 2013
  4. Jul 03, 2013
  5. Jul 15, 2013
  6. Jul 17, 2013
  7. Jul 13, 2013
  8. Jul 14, 2013
  9. Jul 13, 2013
  10. Jul 17, 2013
  11. Jul 14, 2013
  12. Jul 16, 2013
  13. Jul 12, 2013
  14. Jul 11, 2013
  15. Jul 14, 2013
    • Pierre-Yves David's avatar
      mq: use an unfiltered property cache for the queue object · 19622224
      Pierre-Yves David authored
      The same `queue` object should be used in all situations. This allows to store
      global states on the object (like the reworked shelve extension plans to).  The
      queue object does not need to be distinct for all possible views (no reference
      to the repo/view used at creation time) it's even a bit surprising that mq still
      works with the current code.
      19622224
  16. Jul 15, 2013
  17. Jul 16, 2013
Loading