aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2002-04-09removed LinkedList.cc/hhfluxgen1-1/+1
2002-04-09removedfluxgen2-485/+0
2002-04-09fixed getHeightfluxgen1-4/+4
2002-04-09minor fixesfluxgen1-34/+33
2002-04-09Replaced LinkedList structures with std::map, std::vector, and std::list.cout2-268/+111
2002-04-09added action RootMenufluxgen1-2/+43
2002-04-09added RootMenu actionfluxgen2-2/+4
2002-04-08clean upfluxgen2-281/+265
2002-04-08updated to match BaseMenufluxgen6-69/+71
2002-04-08added commentsfluxgen1-5/+6
2002-04-08updated BasemenuItemfluxgen1-7/+7
2002-04-08minor indentationfluxgen1-16/+15
2002-04-08int to unsigned intfluxgen2-2/+4
2002-04-08identationfluxgen1-9/+9
2002-04-08fixed signed/unsigned in Xinerama stufffluxgen1-3/+3
2002-04-04fixed iconbar update bugfluxgen2-21/+23
2002-04-04fixed some bools and indentationfluxgen1-42/+40
2002-04-04moved Decor to FluxboxWindowfluxgen1-6/+3
2002-04-04minor const fixfluxgen1-3/+3
2002-04-04fixed ToggleDecor key actionfluxgen1-4/+6
2002-04-04added toggleDecoration and setDecoration functionsfluxgen2-86/+82
2002-04-04added startMoving, stopMoving, startResizing and stopResizing and fixed bug 5...fluxgen2-135/+161
2002-04-04minor fixfluxgen1-2/+2
2002-04-04moved nls defines to enums in namespace FBNLSfluxgen16-782/+307
2002-04-04to std::string in locale and some other fixesfluxgen2-91/+86
2002-04-03removed int insert(const char **,...fluxgen2-17/+3
2002-04-03std::string for title and icon title in FluxboxWindowfluxgen7-87/+54
2002-04-03char * to const char *fluxgen2-10/+10
2002-04-03Fixed some signed/unsigned warningsfluxgen21-282/+185
2002-04-02saner search in prev/next focus, and added bool doSkipWindowfluxgen2-63/+64
2002-04-02add new window after the last focusedfluxgen1-3/+27
2002-04-02signed/unsigned fixesfluxgen1-5/+5
2002-03-29Oopss.. typopekdon1-3/+3
2002-03-27forgot the std in debugmsgfluxgen1-2/+2
2002-03-27fixed getIconName in addIconfluxgen3-7/+7
2002-03-27added some headers and fixed namespace stdfluxgen2-11/+22
2002-03-23Font.hh/ccfluxgen1-1/+1
2002-03-23some signed/unsigned stufffluxgen9-106/+100
2002-03-23Xineramapekdon3-13/+14
2002-03-22to namespacefluxgen2-18/+22
2002-03-21minor fixfluxgen1-2/+2
2002-03-21added FbTk font to MenuStylefluxgen3-93/+85
2002-03-21firstfluxgen2-0/+323
2002-03-20signed/unsigned warningsfluxgen2-124/+123
2002-03-20rearrange private/public orderfluxgen1-17/+14
2002-03-20removed include BaseDisplay.hh and fixed include unistd.hfluxgen1-4/+4
2002-03-20namespace istead of structfluxgen2-51/+59
2002-03-19we don't like to modify the arguments, const-correctness and other strange co...fluxgen2-98/+54
2002-03-19Xinerama supportfluxgen12-243/+1100
2002-03-19Fixed timer pointerfluxgen2-40/+10