about summary refs log tree commit diff stats
path: root/src/render/renderdocument.nim
Commit message (Expand)AuthorAgeFilesLines
...
* Re-implement inline-blockbptato2022-06-171-9/+7
* Simplify offset, fix a text node bugbptato2022-06-081-4/+4
* Layout: insignificant changes regarding offsetbptato2022-05-291-2/+2
* Reduce formatting complexitybptato2022-02-191-107/+48
* Background color improvementsbptato2022-02-151-3/+13
* Fix format background unicode problemsbptato2022-02-151-19/+54
* Incomplete background-color implementationbptato2022-02-141-42/+140
* Implement blink tagbptato2022-02-121-0/+2
* Avoid stack overflow in renderBlockContextbptato2022-01-301-8/+13
* Implement list-style-positionbptato2022-01-301-1/+1
* Implement formsbptato2022-01-291-0/+5
* Implement line-height, vertical-alignbptato2022-01-281-6/+7
* Implement paddingbptato2022-01-261-21/+25
* Fix whitespace stylingbptato2022-01-261-0/+50
* Fix node to cell mappingbptato2022-01-241-1/+1
* Fix incorrect canvas width and whitespace bugsbptato2022-01-231-2/+2
* Use pixels as the base unit for the layoutbptato2022-01-231-67/+11
* Fix page navigationbptato2022-01-221-7/+4
* Re-implement marginsbptato2022-01-221-1/+1
* Re-implement inline blocksbptato2022-01-191-1/+4
* Implement basics of new layout enginebptato2022-01-181-17/+9
* Cascade optimizations, start layout engine rewritebptato2021-12-291-13/+95
* Refactor formatting, improve buffer cursor movementbptato2021-12-251-5/+5
* Refactor buffer rendering proceduresbptato2021-12-231-0/+87
'#n248'>248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320