Commit Graph

  • daf44013c7 Merge pull request #45 from feliwir/master Yuri Kobets 2016-01-10 01:23:23 +0300
  • 8ab6366917 Do not overwrite default compilation in msvc with unknown options! Stephan Vedder 2016-01-09 16:57:07 +0100
  • 99dad7125c Merge pull request #44 from feliwir/master Yuri Kobets 2016-01-06 20:17:23 +0300
  • 89cf638cf6 On windows add gumbo as an include directory (to find strings.h) Stephan Vedder 2016-01-06 16:28:24 +0100
  • 41c3299f7d Merge pull request #41 from Arkarit/FixDivisionByZero Yuri Kobets 2015-12-26 15:13:52 +0300
  • 58e5e5d7c8 Fix division by zero (test http://www.tagesschau.de) Arkarit 2015-12-26 05:36:34 +0100
  • a4074dddab Updated readme file. Yuri Kobets 2015-10-23 18:04:56 +0300
  • 7ee5c11732 Fixed problems with sorting css selectors. Closes #39 Yuri Kobets 2015-10-23 18:02:36 +0300
  • 583c7e3fee Added virtual destructor into litehtml::box to prevent memory leaks. Closes #38 Yuri Kobets 2015-10-15 10:07:18 +0300
  • 7fe73be504 Merge pull request #34 from jeroendeswaef/fix-linux-scrolling-crash Yuri Kobets 2015-09-19 14:40:42 +0300
  • 959a35b8f0 fix scrolling issue with news.ycombinator.com on linux Jeroen De Swaef 2015-09-19 13:16:37 +0200
  • dfc2b9cfd5 Compile failed with gcc (fixes issue #33) Updated container_linux for latest changes in litehtml. Yuri Kobets 2015-09-13 15:16:37 +0300
  • 36ce975e31 Support for "position=relative" for floating boxes Yuri Kobets 2015-08-29 22:26:35 +0300
  • f2b5e9dd3b Fixed incorrect table height. Yuri Kobets 2015-08-26 14:30:37 +0300
  • b1871547fd Apply height CSS property to the table row Closes #15 Yuri Kobets 2015-08-18 23:52:22 +0300
  • 1211dec484 Optimizing the calling of html_tag::get_line_left_right in the place_element function Yuri Kobets 2015-07-12 03:54:09 +0300
  • c7a36c3c88 Some code cleanup Yuri Kobets 2015-07-12 03:52:16 +0300
  • fcb2ac8fcc Some changes in containers to pass const shared_ptr<>& Yuri Kobets 2015-07-10 00:50:50 +0300
  • a7b835fcf5 Use const modifier for all references to shared_ptr Yuri Kobets 2015-07-10 00:35:07 +0300
  • 958390374e check for empty parent Yuri Kobets 2015-07-07 00:14:21 +0300
  • 14208ecda0 using override keyword in cairo_container added default implementation for document_container::link function Yuri Kobets 2015-07-06 23:39:44 +0300
  • fcd581ce8d Some optimization Yuri Kobets 2015-07-04 23:00:03 +0300
  • a74c577023 All litehtml::object_ptr replaced by std::shared_ptr Yuri Kobets 2015-07-02 09:00:28 +0300
  • 192987ecc9 Fixed all bugs. Rendering working well. Yuri Kobets 2015-06-30 01:23:58 +0300
  • a204f36160 using c++11 standard for litehtml Yuri Kobets 2015-06-29 01:01:00 +0300
  • 6f28d3c880 Merge pull request #26 from bigfatbrowncat/remove_clear Yuri Kobets 2015-06-28 17:46:39 +0000
  • 59fc65094b Added removeChild and clearRecursive Ilya Mizus 2015-06-23 00:07:58 +0300
  • 5c4ca572d5 Fixed linux container for the latest litehtml Yuri Kobets 2015-06-21 23:49:13 +0300
  • 7a37949d7f Merge pull request #25 from bigfatbrowncat/select_all Yuri Kobets 2015-06-21 23:27:05 +0300
  • d05fcde0ce select_all() methods added to element and html_tag Ilya Mizus 2015-06-21 22:59:07 +0300
  • ac821a43ca Fixed join_string for both char and wchar string types. Yuri Kobets 2015-06-21 22:39:16 +0300
  • 260458f84c Added join_string Gauthier Billot 2015-06-08 11:26:32 +0200
  • 019969e721 Some fixes after merging latest pull requests Yuri Kobets 2015-06-21 22:24:51 +0300
  • 56ff7565b3 Merge pull request #23 from FishingCactus/feature-optimize_class_upstream Yuri Kobets 2015-06-21 22:10:13 +0300
  • 07e4e53e06 Merge pull request #24 from FishingCactus/fix-relative_offset Yuri Kobets 2015-06-21 21:56:28 +0300
  • a216d08e46 Merge pull request #22 from FishingCactus/fix-pseudo_with_before_after Yuri Kobets 2015-06-21 21:48:10 +0300
  • b1886f0ba2 Merge pull request #21 from FishingCactus/feature-lang_selector_upstream Yuri Kobets 2015-06-21 21:47:19 +0300
  • 5fef811894 Fix relative top and bottom offset when using percentages Julien Hamaide 2015-06-17 15:54:18 +0200
  • 625094ba7b const correctness in set_class Julien Hamaide 2015-06-16 08:45:24 +0200
  • 83ed3c34d7 Remove unnecessary constructor that prevent move operator generation Julien Hamaide 2015-06-16 08:03:35 +0200
  • 06becd16f8 Optimize selector match, caching classes into a table Julien Hamaide 2015-06-15 17:43:53 +0200
  • c3ae900de5 Move constructor for css_attribute_selector Julien Hamaide 2015-06-15 16:09:17 +0200
  • 5eac69bba7 Selector store classes as table to avoid spliting at evaluation time Julien Hamaide 2015-06-15 16:09:01 +0200
  • 219501f69f Added set_class Gauthier Billot 2015-06-08 11:26:43 +0200
  • 42f5986efa Fixed the following css selector: .foo:nth-child(1) .bar:after Gauthier Billot 2015-06-18 20:40:09 +0200
  • e326fde735 Fixed the following css selector: .foo:nth-child(1) .bar:after in refresh_styles Gauthier Billot 2015-06-19 09:12:34 +0200
  • 3fdac9f1ce Support for lang selector Julien Hamaide 2015-06-20 14:12:04 +0200
  • ed641bebe0 Added element::get_position to get the m_pos. Closes issue #20 Yuri Kobets 2015-06-14 23:06:53 +0300
  • ec71167d0a Fix: incorrect tag name is passed into document_container::create_element() for the unknown HTML tags. See issue #20 Yuri Kobets 2015-06-14 21:13:11 +0300
  • 3670689eaf Fixes #16 Yuri Kobets 2015-06-13 00:04:04 +0300
  • afc44badea Fixed: incorrect size of the boxes with width/height in percents. Yuri Kobets 2015-06-12 23:36:02 +0300
  • 0052754401 Some improvements int CMakeLists.txt and linux container. Yuri Kobets 2015-06-10 23:21:58 +0300
  • 30409bd842 Rollback the pull request #13 - hardcoded styles are not very good. The same effect can be achieved via master.css. When render html into the source with calculated width/height (like tooltips) we can set width/height into "auto" to get valid width instead of the maximum width. Yuri Kobets 2015-06-06 04:45:57 +0300
  • 3ab1d03575 Fix: element::calc_width and element::get_predefined_height return the width/height with content margins. Yuri Kobets 2015-06-04 14:07:51 +0300
  • a5b2189ba8 Merge pull request #13 from FishingCactus/fix-html_predefined_size_upstream Yuri Kobets 2015-06-02 13:02:03 +0300
  • 14fd7f4f7b Updated container_linux for the latest version of litehtml Add CMakeLists.txt file to build litehtml with cmake Yuri Kobets 2015-06-02 01:00:20 +0300
  • 8329e64ccc Merge pull request #18 from FishingCactus/fix-height_calculation Yuri Kobets 2015-06-01 19:21:16 +0300
  • 18220aae05 Merge pull request #17 from FishingCactus/fix-click_bubbling Yuri Kobets 2015-06-01 19:18:14 +0300
  • 3847b6787b click events should bubble Pieter Vantorre 2015-06-01 12:10:12 +0200
  • 8c2d2b6de7 fixed using margins with absolute positioning Pieter Vantorre 2015-06-01 11:54:16 +0200
  • 25eb76ae30 fixed width and height not being taken in to account Pieter Vantorre 2015-06-01 11:30:12 +0200
  • 87564cd0e3 styles return with and height of 100% when dealing with html or body tag. Pieter Vantorre 2015-05-29 15:45:51 +0200
  • 6cdb5205fb Merge pull request #12 from gogoprog/patch-1 Yuri Kobets 2015-05-27 12:00:56 +0300
  • f6338ffce3 Fixed typo in README.md Gauthier Billot 2015-05-27 10:48:08 +0200
  • 81207e27b7 Fix for tag <br clear="all"> Yuri Kobets 2015-05-22 22:49:59 +0300
  • ec0aa7c059 Merge pull request #10 from FishingCactus/fix_const_accessors_upstream Yuri Kobets 2015-05-18 17:16:44 +0300
  • 6a1475ed81 updated containers Pieter Vantorre 2015-05-18 14:06:09 +0200
  • 001be6c387 const getters Pieter Vantorre 2015-05-18 13:56:42 +0200
  • a03b171034 Added "litehtml::document* doc" parameter into document_container::create_element Yuri Kobets 2015-05-11 00:47:05 +0300
  • 67a50fec99 gumbo parser updated to the version 0.10.1 Yuri Kobets 2015-05-04 01:59:05 +0300
  • 5f8874dacd draw_borders now accept litehtml::borders as parameter. updated cairo_container for new draw_borders parameters and some fixes with the borders appearance. Yuri Kobets 2015-04-26 23:03:33 +0300
  • aa020ebccd Added support for images with height in percent units. Yuri Kobets 2015-04-26 16:03:57 +0300
  • 214558eaf5 Apply border radius to the boxes with hidden overflow. Yuri Kobets 2015-04-26 15:57:59 +0300
  • 854f6755b7 fixed border-radius conversion for images Yuri Kobets 2015-04-12 21:16:44 +0300
  • 341f2a1ad4 Fixed: borders are not visible for <img> tag with border-radius. Improvement: litehtml always convert border-radius units into px (even percent). Yuri Kobets 2015-04-12 19:54:13 +0300
  • 99cf067fa4 Added support for vmin and vmax units. Yuri Kobets 2015-04-09 23:45:26 +0300
  • 14366fd8c4 Added support for vw and vh units. Yuri Kobets 2015-04-09 23:36:48 +0300
  • 7687d4f8c7 Added border-radius with percent value into cairo_container Yuri Kobets 2015-04-02 23:21:29 +0300
  • a1352a6215 Merge branch 'master' of github.com:litehtml/litehtml Yuri Kobets 2015-03-26 23:19:54 +0300
  • d95439a6be render for table returns correct "ideal" width. Yuri Kobets 2015-03-26 23:19:23 +0300
  • 6fcafb1e03 Using shared_ptr for images in Win32 cairo_container. Yuri Kobets 2015-03-26 23:16:58 +0300
  • 108b279e13 Merge pull request #2 from FishingCactus/implement-height-percentage Yuri Kobets 2015-03-26 23:00:30 +0300
  • 336743690a fixed positioning when using height percentages. Pieter Vantorre 2015-03-24 18:08:30 +0100
  • 081bcff697 Changed disp_str parameter into "const tchar_t*" fix_table_children and fix_table_parent functions. Yuri Kobets 2015-03-26 22:48:07 +0300
  • 5d2e4e21f8 fixed positioning when using height percentages. Pieter Vantorre 2015-03-24 18:08:30 +0100
  • 320b3beeb0 reset display in to block for floating elements added attributes parameter into document_container::create_element Yuri Kobets 2015-01-11 04:15:05 +0300
  • babe5c876d fixed: incorrect parsing selector like img[align="left"] with spaces inside [] brackets Yuri Kobets 2015-01-09 17:23:51 +0300
  • 98166ee74a fixed: incorrect parsing CSS selectors like img[align="left"] Yuri Kobets 2015-01-09 17:00:17 +0300
  • 74cf21da35 Break gumbo reported white spaces into objects. Added validation for CSS properties values. Yuri Kobets 2015-01-08 15:50:46 +0300
  • 91862bc8fa Added support for CSS tables with display property: table, table-footer-group, table-row-group, table-header-group, table-row, table-cell Yuri Kobets 2015-01-08 01:48:03 +0300
  • 32f4153afb readme file update Yuri Kobets 2015-01-02 20:03:18 +0300
  • 944e023921 one small fix in the cairo_font to use the default font if the mapping failed. Yuri Kobets 2015-01-02 20:02:58 +0300
  • f074332c4c fixed some problems with fonts in cairo_container Yuri Kobets 2015-01-02 00:04:35 +0300
  • fe3daf19ba added compatibility with linux Yuri Kobets 2014-12-31 13:54:22 +0300
  • e395dc3670 Updated README Yuri Kobets 2014-12-30 23:48:42 +0300
  • 00cf496acb Added word break on characters in CJK range Yuri Kobets 2014-12-30 12:29:12 +0300
  • 3573241f41 Use gumbo-parser as HTML parser engine. Yuri Kobets 2014-12-29 15:41:17 +0300
  • 21c91a4b23 Added project for Visual Studio 2013 Yuri Kobets 2014-12-04 23:48:02 +0300
  • 81af2a8162 fixed linux container Yuri Kobets 2014-10-23 02:41:48 +0400
  • 5bf5f1e81a some code improvements Yuri Kobets 2014-10-23 02:06:07 +0400