update
fluxgen fluxgen
minor updates
fluxgen fluxgen
fixed getHeight
fluxgen fluxgen
minor fixes
fluxgen fluxgen
Replaced LinkedList structures with std::map, std::vector, and std::list.
cout cout
added action RootMenu
fluxgen fluxgen
added RootMenu action
fluxgen fluxgen
clean up
fluxgen fluxgen
updated to match BaseMenu
fluxgen fluxgen
added comments
fluxgen fluxgen
updated BasemenuItem
fluxgen fluxgen
minor indentation
fluxgen fluxgen
int to unsigned int
fluxgen fluxgen
identation
fluxgen fluxgen
fixed signed/unsigned in Xinerama stuff
fluxgen fluxgen
update
fluxgen fluxgen
fixed iconbar update bug
fluxgen fluxgen
minor fix
fluxgen fluxgen
fixed blackbox nls generation
fluxgen fluxgen
update to FBNLS
fluxgen fluxgen
fixed some bools and indentation
fluxgen fluxgen
moved Decor to FluxboxWindow
fluxgen fluxgen
minor const fix
fluxgen fluxgen
fixed ToggleDecor key action
fluxgen fluxgen
added toggleDecoration and setDecoration functions
fluxgen fluxgen
added startMoving, stopMoving, startResizing and stopResizing and fixed bug 528101
fluxgen fluxgen
minor fix
fluxgen fluxgen
moved defines to enums in namespace FBNLS
fluxgen fluxgen
moved nls defines to enums in namespace FBNLS
fluxgen fluxgen
update
fluxgen fluxgen
to std::string in locale and some other fixes
fluxgen fluxgen
removed int insert(const char **,...
fluxgen fluxgen
std::string for title and icon title in FluxboxWindow
fluxgen fluxgen
char * to const char *
fluxgen fluxgen
fixed some fonts
fluxgen fluxgen
Fixed some signed/unsigned warnings
fluxgen fluxgen
update
fluxgen fluxgen
saner search in prev/next focus, and added bool doSkipWindow
fluxgen fluxgen
add new window after the last focused
fluxgen fluxgen
signed/unsigned fixes
fluxgen fluxgen
Oopss.. typo
pekdon pekdon
forgot the std in debugmsg
fluxgen fluxgen
fixed getIconName in addIcon
fluxgen fluxgen
added some headers and fixed namespace std
fluxgen fluxgen
Font.hh/cc
fluxgen fluxgen
some signed/unsigned stuff
fluxgen fluxgen
Xinerama
pekdon pekdon
to namespace
fluxgen fluxgen
minor fix
fluxgen fluxgen
added FbTk font to MenuStyle
fluxgen fluxgen
first
fluxgen fluxgen
signed/unsigned warnings
fluxgen fluxgen
rearrange private/public order
fluxgen fluxgen
removed include BaseDisplay.hh and fixed include unistd.h
fluxgen fluxgen
namespace istead of struct
fluxgen fluxgen
we don't like to modify the arguments, const-correctness and other strange code in Xinerama
fluxgen fluxgen
Xinerama support
fluxgen fluxgen
update
fluxgen fluxgen
Fixed timer pointer
fluxgen fluxgen
fixed timer pointer
fluxgen fluxgen
fixed pointer
fluxgen fluxgen
moved the update timer routines from BaseDisplay to BTimer and fixed indentation
fluxgen fluxgen
indentation and timer
fluxgen fluxgen
update getMenu from slit
fluxgen fluxgen
fixed indentation and timer var
fluxgen fluxgen
moved timer update to BTimer, update of timer is done i BTimer::updateTimers()
fluxgen fluxgen
removed add/removeTimer and fixed some stupid return referenses
fluxgen fluxgen
added FbAtoms.hh/cc
fluxgen fluxgen
copyright msg
fluxgen fluxgen
include guard
fluxgen fluxgen
parameter to prevFocus/nextFocus
fluxgen fluxgen
added parameter to NEXTWINDOW/PREVWINDOW
fluxgen fluxgen
added parameter to next/prev Focus and optionsbits for them
fluxgen fluxgen
added isLowerTab() and lastFocusTime
fluxgen fluxgen
update
fluxgen fluxgen
indentation
fluxgen fluxgen
changed to std::max/min and fixed some if-statments
fluxgen fluxgen
using std::max/min
fluxgen fluxgen
moved Atoms into FbAtoms
fluxgen fluxgen
Added FbAtoms.hh FbAtoms.cc
fluxgen fluxgen
first
fluxgen fluxgen
update
fluxgen fluxgen
fixed minor KDE stuff
fluxgen fluxgen
clean up
fluxgen fluxgen
changed name on InitMenu to initMenu
fluxgen fluxgen
fixed bug in ::removeNetizen and changed name from InitMenu to initMenu
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
expand keyfilename
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
fixed default arguments for titlebar
fluxgen fluxgen
update
fluxgen fluxgen
minor fix
fluxgen fluxgen
changed typo and fixed a if statement
fluxgen fluxgen
update
fluxgen fluxgen
indentation
fluxgen fluxgen
back to basemenu insert/remove
fluxgen fluxgen
removed add/removeWorkspace and fixed indent
fluxgen fluxgen
changed to remove/add workspace in Workspacemenu
fluxgen fluxgen
added remove/add workspace
fluxgen fluxgen
fixed the focusbug when deleting a window which calls Fluxbox::setFocusedWindow and the calls FluxboxWindow::setFocusFlag on the same window
fluxgen fluxgen
update
fluxgen fluxgen
using sendToWorkspace
fluxgen fluxgen
added setupConfigFiles
fluxgen fluxgen
added setupConfigFiles, removed debug stuff and added SENDTOWORKSPACE key action
fluxgen fluxgen
gnome layer not supported yet
fluxgen fluxgen
added gnome layer stuff
fluxgen fluxgen
added infinite loop check in transient
fluxgen fluxgen
added sendToWorkspace(int id, bool changeWS)
fluxgen fluxgen
removed 1-12 in sendtoworkspace
fluxgen fluxgen
added SendToWorkspace
fluxgen fluxgen
indentation
fluxgen fluxgen
added nls/bg_BG and nls/ja_JP
fluxgen fluxgen
added bg_BG and ja_JP
fluxgen fluxgen
first
fluxgen fluxgen
first add
fluxgen fluxgen
count all clients in all workspaces
fluxgen fluxgen
indentation
fluxgen fluxgen
updateGnomeClientList when changin workspace
fluxgen fluxgen
indentation
fluxgen fluxgen
update
fluxgen fluxgen
parameter to workspace change
fluxgen fluxgen
parameter to doWindowAction
fluxgen fluxgen
using parameter value for key actions
fluxgen fluxgen
added parameter to keyactions
fluxgen fluxgen
parameter values for next/prev/right/leftWorkspace
fluxgen fluxgen
changed place on public and private, added getWindowList
fluxgen fluxgen
added updateGnomeClientList
fluxgen fluxgen
minor stuff
fluxgen fluxgen
fixed gnome
fluxgen fluxgen
fixed iconbar bug
fluxgen fluxgen
include guard
fluxgen fluxgen
added getGnomeLayerAtom, moved WinState enum to FluxboxWindow and fixed include guard
fluxgen fluxgen
clean menu parsing
fluxgen fluxgen
createStyleMenu added
fluxgen fluxgen
gnome functions
fluxgen fluxgen
include guard, gnome functions and some net wm function prototypes
fluxgen fluxgen
handleUnmapnotify and gnome stuff
fluxgen fluxgen
include guard and handleUnmapNotify
fluxgen fluxgen
changed include guard and added gnome_win
fluxgen fluxgen
update
fluxgen fluxgen
Bool to bool
fluxgen fluxgen
fixed return value in unmapNotifyEvent and added grabButtons
fluxgen fluxgen
fixed unmapNotifyEvent to return a value instead of suicide
fluxgen fluxgen
minor fix
fluxgen fluxgen
Fixed typo, HorizMax != VertMax anymore
pekdon pekdon
shading/unshading fix when maximizing
pekdon pekdon
fixed this before, doing it again
pekdon pekdon
removed
fluxgen fluxgen
first import
fluxgen fluxgen
removed catch
fluxgen fluxgen
added isManaged
fluxgen fluxgen
fixed window creation
fluxgen fluxgen
removed throw in FluxboxWindow
fluxgen fluxgen
to stl list
fluxgen fluxgen
moved to stl list
fluxgen fluxgen
bugfix in iconlist loop
fluxgen fluxgen
fixed bug in shutdown
fluxgen fluxgen
removed some debug msg
fluxgen fluxgen
update
fluxgen fluxgen
Fixed bug in removeWindow
fluxgen fluxgen
Changed config file location to ~/.fluxbox/bsetbg
pekdon pekdon
update
fluxgen fluxgen
if statement
fluxgen fluxgen
to stl
fluxgen fluxgen
fixed erase bug
fluxgen fluxgen
to std list
fluxgen fluxgen
back to stl vector
fluxgen fluxgen
added gnome functions
fluxgen fluxgen
minor update
fluxgen fluxgen
added initGnomeAtoms
fluxgen fluxgen
moved gnome atoms
fluxgen fluxgen
indentation
fluxgen fluxgen
Gnome hints atom
fluxgen fluxgen
added gnome win state
fluxgen fluxgen
added _WIN_STATE to gnome atoms
fluxgen fluxgen
added eventhandling functions
fluxgen fluxgen
moved some events in process_event to eventhandling functions
fluxgen fluxgen
fixed isTransient in UnmapNotify
fluxgen fluxgen
initial import
fluxgen fluxgen
minor fix
fluxgen fluxgen
removed include LinkedList
fluxgen fluxgen
replaced LinkedList with stl container and fixed multibyte
fluxgen fluxgen
replaced LinkedList with stl container
fluxgen fluxgen
replaced LinkedList with stl container
fluxgen fluxgen
added pt_PT
fluxgen fluxgen
initial import
fluxgen fluxgen
update
fluxgen fluxgen
added Id tag
fluxgen fluxgen
indent
fluxgen fluxgen
fixed event mask, netwm and gnome workspace and workspace_count atoms
fluxgen fluxgen
Added WinState and getGnomeStateAtom
fluxgen fluxgen
fixed MapNotify event
fluxgen fluxgen
_WIN_WORKSPACE atom and some indent
fluxgen fluxgen
added numObjects
fluxgen fluxgen
minor indent
fluxgen fluxgen
indent
fluxgen fluxgen
Spellerror + (c) date update
pekdon pekdon
leftWorkspace/rightWorkspace added
pekdon pekdon
When you fix things they shouldn't break
pekdon pekdon
update
fluxgen fluxgen
indentation
fluxgen fluxgen
indentation and the frame.handle destroy
fluxgen fluxgen
indentation
fluxgen fluxgen
clean up
fluxgen fluxgen
fixed small bug in expandFilename
fluxgen fluxgen
Fixed menu parsing
fluxgen fluxgen
update
fluxgen fluxgen
indentation
fluxgen fluxgen
Fixed some indentation
fluxgen fluxgen
fixed clear to erase
fluxgen fluxgen
fixed bool and some resource
fluxgen fluxgen
Fixed update of workspaces and some indentation
fluxgen fluxgen
Fixed screen resources
fluxgen fluxgen
removed some debugmsg
fluxgen fluxgen
added getStringBetween
fluxgen fluxgen
indentation and removed some debug code
fluxgen fluxgen
Changed new_workspace_name to std::string and removed new_name_pos
fluxgen fluxgen
Changed new_workspace_name to std::string and fixed some indentation
fluxgen fluxgen
fixed namespace
fluxgen fluxgen
removed bsd-snprintf.c/.h
fluxgen fluxgen
fixed std
fluxgen fluxgen
Small casting
fluxgen fluxgen
added screen resources
fluxgen fluxgen
Added screen resourcemanager
fluxgen fluxgen
Fixed resources
fluxgen fluxgen
Named enums
fluxgen fluxgen
Fixed grabguard, return value of destroyNotifyEvent and some indentation
fluxgen fluxgen
changed return value for destroyNotifyEvent
fluxgen fluxgen
Fixed redudant include guards and named enum
fluxgen fluxgen
fixed include screen
fluxgen fluxgen
Added GrabGuard class
fluxgen fluxgen
fixed workspace name to std string
fluxgen fluxgen
removed titlebar file (titlebar configuring is done in file init now)
fluxgen fluxgen
bsetroot now sets backgrounds that trans Eterms can use
pekdon pekdon
Fixed lower/raise of windows when using keybindings/windowmenu
pekdon pekdon
update
fluxgen fluxgen
indent
fluxgen fluxgen
fixed indentation
fluxgen fluxgen
Added include xlib.h
fluxgen fluxgen
fixed a ifdef debug
fluxgen fluxgen
catching exception on window creation
fluxgen fluxgen
update
fluxgen fluxgen
fixed som indentation,throw statement in constructor and variable init
fluxgen fluxgen
Fixed better resourcehandling with Resource<T>
fluxgen fluxgen
added NotCopyable.hh
fluxgen fluxgen
added XrmDatabaseHelper.hh
fluxgen fluxgen
added Resource.cc/.hh
fluxgen fluxgen
small bugfix in keybindings
pekdon pekdon
fixed max over slit reversed
fluxgen fluxgen
update
fluxgen fluxgen
fixed maximize over slit bug
fluxgen fluxgen
update
fluxgen fluxgen
fixed cygwin
fluxgen fluxgen
added nl_types_cygnus.h
fluxgen fluxgen
minor update
fluxgen fluxgen
update
fluxgen fluxgen
fixed enums
fluxgen fluxgen
fixed enums
fluxgen fluxgen
fixed enums and decorations
fluxgen fluxgen
fixed enums
fluxgen fluxgen
update copyright year
fluxgen fluxgen
fixed enums
fluxgen fluxgen
update year
fluxgen fluxgen
fixed enums
fluxgen fluxgen
added some programs
fluxgen fluxgen
fixed so we can comment lines in configfile
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
Clean up in GNOME and fixed withdrawnstate
fluxgen fluxgen
cleaned up in GNOME
fluxgen fluxgen
moved rootcommand to screen loading and added loadRootCommand
fluxgen fluxgen
Fixed rootcommand
fluxgen fluxgen
Clean up
fluxgen fluxgen
small fix
fluxgen fluxgen
included file memory for auto_ptr
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
updated copyright date and added id-tags
fluxgen fluxgen
Updated copyright date and fixed auto_ptr
fluxgen fluxgen
updated copyright date
fluxgen fluxgen
Fixed memorybug and typeo
fluxgen fluxgen
Fixed closebutton
fluxgen fluxgen
Fixed rootcommand
fluxgen fluxgen
Changed to auto_ptr and added comment
fluxgen fluxgen
Fixed std::string bug
fluxgen fluxgen
Fixed some casting
fluxgen fluxgen
Moved to std::string from std::strstream
fluxgen fluxgen
Fixed getRcFilename
fluxgen fluxgen
update
fluxgen fluxgen
Fixed indentation
fluxgen fluxgen
replaced char [] with strstream and updated keys creation
fluxgen fluxgen
Fixed rootcommand so we dont need to depend on class Fluxbox
fluxgen fluxgen
Removed Fluxbox dependency
fluxgen fluxgen
Added stringtok
fluxgen fluxgen
Fixed rootcommand for theme
fluxgen fluxgen
Added Display * to Keys constructor and added ungrabKeys function
fluxgen fluxgen
Removed Fluxbox and ScreenInfo dep, moved from strtok to StringUtil::stringtok
fluxgen fluxgen
Changed some header filenames
fluxgen fluxgen
Fixed includes
fluxgen fluxgen
update
fluxgen fluxgen
Added ctype.h include
fluxgen fluxgen
Moved strcasestr to StringUtil
fluxgen fluxgen
Added strcasestr
fluxgen fluxgen
update
fluxgen fluxgen
Starting to use member functions of FluxboxWindow instead of accessing things directly
pekdon pekdon
update
fluxgen fluxgen
Removed misc.hh
fluxgen fluxgen
removed misc.cc/.hh and added StringUtil.cc/.hh DrawUtil.cc/.hh
fluxgen fluxgen
Changed Misc::
fluxgen fluxgen
removed misc.cc/.hh
fluxgen fluxgen
added StringUtil.cc/.hh
fluxgen fluxgen
added DrawUtil.cc/.hh
fluxgen fluxgen
Changed toolbar placement enums to uppercase letters. (Claes N�st�n)
pekdon pekdon
Changed tab placement/alignment enums to uppercase letters
pekdon pekdon
update
pekdon pekdon
now use of tabs/iconbar will get saved/restored correctly
pekdon pekdon
Reverted to 1.3 code
fluxgen fluxgen
update
fluxgen fluxgen
Fixed menubug
fluxgen fluxgen
fixed a bug that made the tabs not to follow when shading
pekdon pekdon
update
fluxgen fluxgen
Fixed da_DK to it_IT
fluxgen fluxgen
update
fluxgen fluxgen
Fixed toggle bug
fluxgen fluxgen
Fixed modifier bug
fluxgen fluxgen
update
fluxgen fluxgen
Added new menuitem to configmenu
fluxgen fluxgen
Added maximize over slit menuitem
fluxgen fluxgen
Added maximize over slit resource
fluxgen fluxgen
Changed a short to an int
fluxgen fluxgen
Added maximize slit stop
fluxgen fluxgen
Added maxoverslit resource
fluxgen fluxgen
pekdon patch
fluxgen fluxgen
update
fluxgen fluxgen
Restored lower window with mouseclick feature and fixed windowmenu bug when resizing
fluxgen fluxgen
Update
fluxgen fluxgen
update
fluxgen fluxgen
Update
fluxgen fluxgen
Fixed slit:onTop and toolbar:onTop bug
fluxgen fluxgen
Update
fluxgen fluxgen
Updated texture constants
fluxgen fluxgen
Updated keygrabbing constants
fluxgen fluxgen
Updated texture constant and changed the include guard
fluxgen fluxgen
Updated texture constants
fluxgen fluxgen
Update include guard and added forward declaration
fluxgen fluxgen
Changed keygrab constants to upper-case
fluxgen fluxgen
Updated texture constants
fluxgen fluxgen
Update
fluxgen fluxgen
Update texture constant
fluxgen fluxgen
Updated AttribOmnipresent
fluxgen fluxgen
Moved XSync so it does a redraw
fluxgen fluxgen
cast from long to BaseDisplay::Decor
fluxgen fluxgen
Updated Attrib flags and struct
fluxgen fluxgen
Moved some structs and constants into BaseDisplay
fluxgen fluxgen
Fixed sync with xserver when changing workspace
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
Moved expandFilename to class Misc
fluxgen fluxgen
Changed the include guard
fluxgen fluxgen
Added WindowmenuTab
fluxgen fluxgen
Moved expandFilename to class Misc
fluxgen fluxgen
Changed m_win->screen to m_win->getScreen()
fluxgen fluxgen
Added expandFilename
fluxgen fluxgen
Moved typedefs into class IconBar
fluxgen fluxgen
Moved some initial values
fluxgen fluxgen
Merge with pekdon
fluxgen fluxgen
update
fluxgen fluxgen
Fixed tabcycling
fluxgen fluxgen
Added getLast, last and first functions
fluxgen fluxgen
Added getLast function
fluxgen fluxgen
Fixed errorcheck in DrawRotString and DrawString
fluxgen fluxgen
Fixed vertical draw
fluxgen fluxgen
Updated include guard
fluxgen fluxgen
Fixed rootwindow so text shows up on all screens
fluxgen fluxgen
Updated new Theme(..
fluxgen fluxgen
Moved structures around, moved struct FFont to class Misc, removed include Rotated.hh
fluxgen fluxgen
Updated strdup
fluxgen fluxgen
Changed get*Style to reference instead of pointer
fluxgen fluxgen
Updated DrawString
fluxgen fluxgen
Updated text alignment
fluxgen fluxgen
Updated Toolbar alignment
fluxgen fluxgen
Fixed bstrdup to Misc::strdup
fluxgen fluxgen
Fixed bstrdup to Misc::strdup
fluxgen fluxgen
Removed Rotated.hh
fluxgen fluxgen
Updated alignment string
fluxgen fluxgen
Fixed DrawString
fluxgen fluxgen
Changed getWindowStyle()-> to getWindowStyle().
fluxgen fluxgen
see misc.cc log
fluxgen fluxgen
Created class Misc and moved all free functions in misc.cc into it and added strdup. Moved struct FFont from Theme.hh into class Misc and renamed it to struct Font. Changed FontAlignement names to upercase
fluxgen fluxgen
Moved strdup into class Misc
fluxgen fluxgen
Moved all free functions in misc.cc/.hh into class Misc and moved struct FFont to Misc::Font so there is no cyclic deps between Theme and Misc. Changed name of the fontalignments to upercase letters. Added strdup to class Misc.
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
Fixed Alt+resizing + Button1 bugg
fluxgen fluxgen
Initial revision
fluxgen fluxgen
New repository initialized by cvs2svn.
unknown unknown