about summary refs log tree commit diff stats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* reverted dist target in Makefileanselm@anselm12008-05-191-1/+1
|
* removed the exact focus mechanism of next/prev windowAnselm R Garbe2008-05-171-1/+1
|
* this is the correct wayanselm@anselm12008-04-201-0/+1
|
* copyright notice is in LICENSEanselm@anselm12008-04-201-1/+0
|
* some cleanup changesAnselm R Garbe2008-04-031-1/+1
|
* removed all defines of geoms, implemented setgeoms() instead, added ↵Anselm R Garbe2008-03-131-1/+1
| | | | config.anselm.h to show how I'd like to see that people edit their geoms
* thx to Toni Lainsonarg@suckless.org2007-10-191-2/+2
|
* removed dwm.h, just include C-files in config.h if you extend dwm, that's ↵arg@suckless.org2007-10-181-2/+2
| | | | simplier and most flexible than all other possibilities
* recreated dwm.hAnselm R. Garbe2007-10-111-1/+1
|
* renamed config.h into config.def.h, config.h will be created if not present, ↵Anselm R. Garbe2007-09-231-1/+5
| | | | this seems less annoying after all
* made all stuff non-static - so you can choose wether to use dwm the static ↵arg@suckless.org2007-09-171-1/+1
| | | | or the extern way when extending it
* micromizing dwm step 1Anselm R. Garbe2007-09-151-3/+3
|
* moved bar-related stuff to bar.c (merged draw.c into that)Anselm R. Garbe2007-09-151-1/+1
|
* renamed config.default.h into config.hAnselm R. Garbe2007-09-151-5/+1
|
* dist target only needs to add config.default.hAnselm R. Garbe2007-09-151-1/+1
|
* added screen.c, removed layout.c and tag.cAnselm R. Garbe2007-08-191-1/+1
|
* fififiAnselm R. Garbe2007-08-151-1/+1
|
* separated layout-specific stuff into separate .h and .c files which are ↵Anselm R. Garbe2007-08-111-1/+1
| | | | included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
* removed strip, added -s to LDFLAGSAnselm R. Garbe2007-05-151-1/+0
|
* yet another fix of copyright compactisitionAnselm R. Garbe2007-04-131-1/+1
|
* fixed quoting and a comment 3.6Anselm R. Garbe2007-02-211-1/+1
|
* added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe2007-02-201-1/+1
|
* split screen.c into layout.c and tag.c (because the view is an implicit ↵Anselm R. Garbe2007-02-201-1/+1
| | | | mixture of both)
* draw.c is useless (belongs to main.c now)Anselm R. Garbe2007-02-191-1/+1
|
* renamed view.c into screen.cAnselm R. Garbe2007-02-191-1/+1
|
* merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe2007-02-191-1/+1
|
* introduced tile.c, some refactoring of functionsAnselm R. Garbe2007-02-191-1/+1
|
* fixed copyright notice in MakefileAnselm R. Garbe2007-02-081-1/+1
|
* got rid of LD (inspired by JGs patch to wmii)Anselm R. Garbe2007-02-051-3/+2
|
* next version will contain updated copyright noticearg@mig292007-01-021-1/+1
|
* separated several functions into view.cAnselm R. Garbe2006-08-221-1/+1
|
* removed finished messageAnselm R.Garbe2006-08-141-1/+0
|
* applied Sanders LD and resize patchesAnselm R.Garbe2006-08-141-1/+2
|
* applied Sanders tiny patchesAnselm R.Garbe2006-08-081-1/+1
|
* typo fixarg@10ksloc.org2006-08-071-1/+1
|
* applied Sanders man page/Makefile patcharg@10ksloc.org2006-08-071-1/+1
|
* added stripping to dwm target in Makefilearg@10ksloc.org2006-08-071-0/+1
|
* removed CONFIGarg@10ksloc.org2006-08-031-3/+2
|
* make config.h not a time dependencearg@10ksloc.org2006-08-031-1/+1
|
* removed rm config.h from cleanarg@10ksloc.org2006-08-031-1/+1
|
* added gmake compliancearg@10ksloc.org2006-08-031-2/+2
|
* applied Jukka's diffarg@10ksloc.org2006-08-031-4/+5
|
* applied Sanders Makefile patcharg@10ksloc.org2006-08-031-26/+20
|
* using SRC instead of *.carg@10ksloc.org2006-08-031-1/+1
|
* changed the files included in make distarg@10ksloc.org2006-08-031-1/+2
|
* applied Sanders doc changes, added a PHONY line and changed the output of ↵arg@10ksloc.org2006-08-031-1/+4
| | | | config.h creation somewhat
* implemented the idea presented by Sander for dwm targetarg@10ksloc.org2006-08-021-1/+4
|
* applied Sanders patchesarg@10ksloc.org2006-08-011-2/+1
|
* makefile now sets permissions for executables and man pagesarg@10ksloc.org2006-07-201-0/+6
|
* simplified MakefileAnselm R. Garbe2006-07-171-2/+2
|
pan>: os.createDir getString(a, 0) cbos getOsError: setResult(a, errorMsg) cbos setCurrentDir: os.setCurrentDir getString(a, 0) cbos getCurrentDir: setResult(a, os.getCurrentDir()) cbos moveFile: os.moveFile(getString(a, 0), getString(a, 1)) cbos copyFile: os.copyFile(getString(a, 0), getString(a, 1)) cbos getLastModificationTime: setResult(a, toSeconds(getLastModificationTime(getString(a, 0)))) cbos rawExec: setResult(a, osproc.execCmd getString(a, 0)) cbconf getEnv: setResult(a, os.getEnv(a.getString 0)) cbconf existsEnv: setResult(a, os.existsEnv(a.getString 0)) cbconf dirExists: setResult(a, os.dirExists(a.getString 0)) cbconf fileExists: setResult(a, os.fileExists(a.getString 0)) cbconf thisDir: setResult(a, vthisDir) cbconf put: options.setConfigVar(getString(a, 0), getString(a, 1)) cbconf get: setResult(a, options.getConfigVar(a.getString 0)) cbconf exists: setResult(a, options.existsConfigVar(a.getString 0)) cbconf nimcacheDir: setResult(a, options.getNimcacheDir()) cbconf paramStr: setResult(a, os.paramStr(int a.getInt 0)) cbconf paramCount: setResult(a, os.paramCount()) cbconf cmpIgnoreStyle: setResult(a, strutils.cmpIgnoreStyle(a.getString 0, a.getString 1)) cbconf cmpIgnoreCase: setResult(a, strutils.cmpIgnoreCase(a.getString 0, a.getString 1)) cbconf setCommand: options.command = a.getString 0 cbconf getCommand: setResult(a, options.command) cbconf switch: processSwitch(a.getString 0, a.getString 1, passPP, unknownLineInfo()) proc runNimScript*(scriptName: string) = passes.gIncludeFile = includeModule passes.gImportModule = importModule initDefines() defineSymbol("nimscript") defineSymbol("nimconfig") registerPass(semPass) registerPass(evalPass) appendStr(searchPaths, options.libpath) var m = makeModule(scriptName) incl(m.flags, sfMainModule) vm.globalCtx = setupVM(m, scriptName) compileSystemModule() processModule(m, llStreamOpen(scriptName, fmRead), nil) # ensure we load 'system.nim' again for the real non-config stuff! resetAllModulesHard() vm.globalCtx = nil initDefines()