summary refs log tree commit diff stats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* fixes #1888Araq2015-04-271-1/+4
|
* marshalling can be done at compile-timeAraq2015-04-251-0/+1
|
* fixes #2600Araq2015-04-251-14/+15
|
* Merge branch 'devel' into underscore-tuple-unpackDominik Picheta2015-04-231-1/+20
|\ | | | | | | | | Conflicts: compiler/semstmts.nim
| * news.txt updates; fixes bootstrappingAraq2015-04-221-0/+5
| |
| * Minor fixes for arrow like change patchReneSac2015-04-111-1/+1
| | | | | | | | | | | | Don't use ^ operator yet for compatibility with older compilers. Moved arrow like explanation, and fix precedence description on the text in the manual. Fixed typo in news.
| * Changing the rule for arrow like operators again.ReneSac2015-04-101-4/+4
| |
| * Updated the news on *arrow like* breaking changeReneSac2015-04-091-0/+4
| |
| * Adds note about change to newsJoseph Turner2015-04-091-1/+5
| |
| * added system.typed and system.untyped aliasesAraq2015-04-071-0/+4
| |
| * overloading of '=' worksAraq2015-04-061-0/+2
| |
* | Updated news.txt.Dominik Picheta2015-04-081-0/+2
|/
* fixes #2420; negative indexing for slicing is obsolete (breaking change!)Araq2015-03-281-2/+3
|
* preparations for dealing with the 'echo $foo' gotchaAraq2015-03-271-1/+5
|
* disallow negative indexingAraq2015-03-271-0/+6
|
* implemented a[^1] notationAraq2015-03-261-0/+19
|
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-231-1/+1
|
* fixes #1805Araq2015-03-211-0/+7
|
* updated news.txtAraq2015-03-181-2/+15
|
* fixes #1809; implements overloading based on 'var T'Araq2015-03-141-113/+116
|
* Expanded release notes in news.txt.Dominik Picheta2015-03-141-2/+215
|
* Merge remote-tracking branch 'upstream/devel' into develJonathan Edwards2015-03-112-2/+3
|\
| * Update URLs in question.txtdef2015-03-111-2/+2
| |
| * Export AsyncFile. Add asyncfile module to docgen.Dominik Picheta2015-03-061-0/+1
| |
* | Added Sublime Text support linkJonathan Edwards2015-03-111-0/+1
|/
* macros.PNimrodNode is now NimNodeAraq2015-02-241-2/+2
|
* Fixup website support page and other minor touches.PhilipWitte2015-02-203-34/+43
|
* Improve website background qualityFlaviu Tamas2015-02-193-2/+2
| | | | | | | | | The old image was compressed with JPG and was improperly rendered anyway. The background has been modified so that each dot lines up perfectly on pixel boundaries. It's compressed with lossy PNG, which has the advantage of preserving the quality of the dots. There will be another PR to fix the background URL for the forum.
* website updatesAraq2015-02-182-7/+33
|
* Merge pull request #2091 from PhilipWitte/develAndreas Rumpf2015-02-1612-115/+129
|\ | | | | Various website fixes (banner, icons, css, articles)
| * Add support tab to websitePhilipWitte2015-02-152-1/+4
| |
| * Merge remote-tracking branch 'upstream/devel' into develPhilipWitte2015-02-151-0/+1
| |\
| * | Revert docs & learn pages to RTF againPhilipWitte2015-02-133-87/+59
| | |
| * | Merge remote-tracking branch 'upstream/devel' into develPhilipWitte2015-02-132-26/+32
| |\ \
| * | | Fixed website banner HTML & JavascriptPhilipWitte2015-02-0810-118/+157
| | | | | | | | | | | | | | | | | | | | | | | | Various website CSS improvements Added docs & learn icons Added learn articles
* | | | Fix typosFederico Ceratto2015-02-151-3/+3
| |_|/ |/| |
* | | Update website.iniBillingsly Wetherfordshire2015-02-141-0/+1
| |/ |/| | | generate docs for basic2d,basic3d
* | ordinary parameters can follow a varargs parameterAraq2015-02-121-0/+12
| |
* | cleanup index generationAraq2015-02-101-25/+8
| |
* | tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-0/+9
| |
* | fixes #2073Araq2015-02-081-1/+2
| |
* | fixes #2073; language spec change: arrow like operators are not right ↵Araq2015-02-081-0/+1
|/ | | | associative anymore
* better documentation for 'finished' for first class iteratorsAraq2015-01-271-0/+3
|
* nimsuggest: first versionAraq2015-01-271-0/+2
|
* Logging module is now thread-safe.Dominik Picheta2015-01-251-1/+3
|
* minor website improvementsAraq2015-01-231-0/+10
|
* revert to old behaviour: tuple field names are not ignored anymore; fixes #1920Araq2015-01-181-0/+3
|
* Revert "Documented faster way to bootstrap-build Nim"Varriount2015-01-171-2/+6
|
* Merge pull request #1951 from noway421/bootstrap-install-docs-fixVarriount2015-01-171-6/+2
|\ | | | | Documented faster way to bootstrap-build Nim
| * updated web/download.txtWay, No2015-01-141-6/+2
| |
XK_q, quit, {0} }, }; /* button definitions */ #define TAGBUTTONS(TAG) \ { TAG, 0, Button1, view, {.ui = 1 << TAG} }, \ { TAG, 0, Button3, toggleview, {.ui = 1 << TAG} }, \ { TAG, MODKEY, Button1, tag, {.ui = 1 << TAG} }, \ { TAG, MODKEY, Button3, toggletag, {.ui = 1 << TAG} }, /* click can be a tag number (starting at 0), * ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */ static Button buttons[] = { /* click event mask button function argument */ { ClkLtSymbol, 0, Button1, togglelayout, {0} }, { ClkLtSymbol, 0, Button3, togglemax, {0} }, { ClkWinTitle, 0, Button2, zoom, {0} }, { ClkStatusText, 0, Button2, spawn, {.v = termcmd } }, { ClkClientWin, MODKEY, Button1, movemouse, {0} }, { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, TAGBUTTONS(0) TAGBUTTONS(1) TAGBUTTONS(2) TAGBUTTONS(3) TAGBUTTONS(4) TAGBUTTONS(5) TAGBUTTONS(6) TAGBUTTONS(7) TAGBUTTONS(8) };