about summary refs log tree commit diff stats
path: root/html/074wait.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 4891Kartik Agaram2018-12-301-0/+1
| | | | | | | | | | | Couple more tweaks to html rendering: a) SubX definitions no longer link redundantly to themselves. This long-standing issue turns out to be tractable to solve for SubX files since the syntax is so simple. b) Fix links to SubX definitions in other directories. I forgot that I have to always generate tags from the directory of the file being linkified. c) Fix link colors. Before we lost all syntax highlighting for functions and Globals. Now they maintain their colors, just add an underline.
* 4890 - new html renderingsKartik Agaram2018-12-291-17/+12
| | | | | | | a) Switch to a light background. b) Linkify calls in .subx files. c) Keep all colorization in the Vim colorscheme, get rid of hacky special-cases in update_html.
* 4814Kartik Agaram2018-12-011-93/+96
|
* 4709Kartik Agaram2018-10-171-34/+34
|
* 4539Kartik Agaram2018-09-071-8/+8
|
* 4447Kartik Agaram2018-07-271-353/+351
|
* 4243Kartik Agaram2018-05-121-1/+1
|
* 4239Kartik Agaram2018-05-081-8/+8
|
* 4228Kartik K. Agaram2018-03-151-2/+2
|
* 4199Kartik K. Agaram2018-01-251-369/+366
|
* 4162Kartik K. Agaram2017-12-221-2/+2
|
* 4161Kartik K. Agaram2017-12-151-6/+6
|
* 4155Kartik K. Agaram2017-12-071-35/+35
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-4/+4
|
* 4109Kartik K. Agaram2017-11-051-3/+3
|
* 4102Kartik K. Agaram2017-11-011-4/+4
|
* 3995Kartik K. Agaram2017-09-131-0/+670
a id='n329' href='#n329'>329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442