about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* moved focus{next,prev} and nexttiled from client.c to layout.c (because those...Anselm R. Garbe2007-02-213-50/+50
* cleaned up and commented the config.*.hAnselm R. Garbe2007-02-213-31/+35
* Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928bAnselm R. Garbe2007-02-211-0/+1
* fixed quoting and a comment 3.6Anselm R. Garbe2007-02-212-2/+2
* renamed setfont to initfont, getcolor to initcolorAnselm R. Garbe2007-02-201-29/+29
* fixed orderAnselm R. Garbe2007-02-201-11/+11
* added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe2007-02-204-133/+144
* separating drawsquare from drawtext, made drawtext externAnselm R. Garbe2007-02-202-49/+65
* rechecked with OpenBSDAnselm R. Garbe2007-02-201-0/+1
* split screen.c into layout.c and tag.c (because the view is an implicit mixtu...Anselm R. Garbe2007-02-204-152/+160
* using eprint instead of fputsAnselm R. Garbe2007-02-191-6/+3
* replaced togglelayout with setlayoutAnselm R. Garbe2007-02-195-21/+29
* changed some odering in config*.hAnselm R. Garbe2007-02-192-20/+20
* renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...Anselm R. Garbe2007-02-195-16/+16
* renames swim[ming] into versatileAnselm R. Garbe2007-02-197-64/+64
* renamed floating into swimming (this does not clash with C naming conventions...Anselm R. Garbe2007-02-197-96/+96
* removed debug compile flagsAnselm R. Garbe2007-02-191-2/+2
* introduced Layout structAnselm R. Garbe2007-02-199-82/+115
* some more code polishingAnselm R. Garbe2007-02-191-1/+2
* forgot an extern declarationAnselm R. Garbe2007-02-192-1/+2
* bugfix of transient handlingAnselm R. Garbe2007-02-191-8/+8
* removed procevent, more refactoringAnselm R. Garbe2007-02-193-14/+6
* draw.c is useless (belongs to main.c now)Anselm R. Garbe2007-02-196-195/+178
* renamed view.c into screen.cAnselm R. Garbe2007-02-194-69/+67
* renamed manage.c to view.cAnselm R. Garbe2007-02-193-92/+92
* renamed Rule members, renamed RReg into RegexpsAnselm R. Garbe2007-02-191-17/+17
* merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe2007-02-196-458/+434
* some more refactoringAnselm R. Garbe2007-02-193-47/+47
* added some new convenience functionsAnselm R. Garbe2007-02-194-30/+40
* some more refactoringAnselm R. Garbe2007-02-192-5/+5
* introduced tile.c, some refactoring of functionsAnselm R. Garbe2007-02-198-141/+150
* simplified configurerequest to a bare minimum, removed wrong ban() callsAnselm R. Garbe2007-02-192-16/+1
* fixed configurerequest according to Jukkas complainsAnselm R. Garbe2007-02-191-8/+9
* fixed configurerequest according to the problem Jukka reportedAnselm R. Garbe2007-02-191-11/+16
* don't resize master if not in tiled modeAnselm R. Garbe2007-02-191-0/+2
* removed useless spaceAnselm R. Garbe2007-02-161-1/+1
* well, resize should be called in dofloat anyways ;)Anselm R. Garbe2007-02-161-0/+1
* removed ugly ban(), extended resize() that it only resets the size if necessa...Anselm R. Garbe2007-02-165-93/+100
* removed getnext/getprev, redundantAnselm R. Garbe2007-02-163-19/+7
* added ban() which takes care than a banned window is not banned again... (thi...Anselm R. Garbe2007-02-145-7/+19
* Added tag 3.5 for changeset 63ad05e7f9e1Anselm R. Garbe2007-02-141-0/+1
* simplifying regexps in config samples 3.5Anselm R. Garbe2007-02-142-7/+7
* made for/if/else constructs more consistent, some code polishingAnselm R. Garbe2007-02-145-21/+18
* made configurerequest more tidyAnselm R. Garbe2007-02-141-5/+10
* I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ;)Anselm R. Garbe2007-02-131-6/+8
* making it more sure that transient checks will work in any caseAnselm R. Garbe2007-02-131-3/+4
* stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ;)Anselm R. Garbe2007-02-131-16/+20
* simplified configurerequestAnselm R. Garbe2007-02-132-47/+29
* yet another consistency fix of dwmAnselm R. Garbe2007-02-121-1/+1
* I don't see any reason why we should select for input on override-redirect wi...Anselm R. Garbe2007-02-121-4/+1
                                                                                   
                                                                                   

                                                                                                                     



                                     
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Mu - mutable.mu</title>
<meta name="Generator" content="Vim/8.0">
<meta name="plugin-version" content="vim7.4_v2">
<meta name="syntax" content="none">
<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
<meta name="colorscheme" content="minimal">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #080808; }
body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; }
a { color:#eeeeee; text-decoration: none; }
a:hover { text-decoration: underline; }
* { font-size: 12pt; font-size: 1em; }
.muRecipe { color: #ff8700; }
.LineNr { color: #444444; }
.Constant { color: #00a0a0; }
.Special { color: #c00000; }
.Comment { color: #9090ff; }
.Comment a { color:#0000ee; text-decoration:underline; }
-->
</style>

<script type='text/javascript'>
<!--

/* function to open any folds containing a jumped-to line before jumping to it */
function JumpToLine()
{
  var lineNum;
  lineNum = window.location.hash;
  lineNum = lineNum.substr(1); /* strip off '#' */

  if (lineNum.indexOf('L') == -1) {
    lineNum = 'L'+lineNum;
  }
  lineElem = document.getElementById(lineNum);
  /* Always jump to new location even if the line was hidden inside a fold, or
   * we corrected the raw number to a line ID.
   */
  if (lineElem) {
    lineElem.scrollIntoView(true);
  }
  return true;
}
if ('onhashchange' in window) {
  window.onhashchange = JumpToLine;
}

-->
</script>
</head>
<body onload='JumpToLine();'>
<pre id='vimCodeElement'>
<span id="L1" class="LineNr"> 1 </span><span class="Comment"># compare immutable-error.mu</span>
<span id="L2" class="LineNr"> 2 </span>
<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> <a href='mutable.mu.html#L3'>main</a> [
<span id="L4" class="LineNr"> 4 </span>  <span class="Constant">local-scope</span>
<span id="L5" class="LineNr"> 5 </span>  x:&amp;:num <span class="Special">&lt;-</span> new <span class="Constant">number:type</span>
<span id="L6" class="LineNr"> 6 </span>  <a href='mutable.mu.html#L9'>foo</a> x
<span id="L7" class="LineNr"> 7 </span>]
<span id="L8" class="LineNr"> 8 </span>
<span id="L9" class="LineNr"> 9 </span><span class="muRecipe">def</span> <a href='mutable.mu.html#L9'>foo</a> x:&amp;:num<span class="muRecipe"> -&gt; </span>x:&amp;:num [
<span id="L10" class="LineNr">10 </span>  <span class="Constant">local-scope</span>
<span id="L11" class="LineNr">11 </span>  <span class="Constant">load-inputs</span>
<span id="L12" class="LineNr">12 </span>  *x <span class="Special">&lt;-</span> copy<span class="Constant"> 34</span>
<span id="L13" class="LineNr">13 </span>]
</pre>
</body>
</html>
<!-- vim: set foldmethod=manual : -->