.. |
.cvsignore
|
ignore
|
2003-06-18 08:01:05 +00:00 |
App.cc
|
init m_display
|
2004-01-09 02:15:02 +00:00 |
App.hh
|
inline display
|
2003-12-17 01:23:32 +00:00 |
Button.cc
|
improved transparency rendering speed
|
2004-02-27 13:24:21 +00:00 |
Button.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
Color.cc
|
update NLS string handling...
|
2004-06-07 11:46:05 +00:00 |
Color.hh
|
copy operator
|
2004-02-28 16:55:22 +00:00 |
Command.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
CompareEqual.hh
|
compare equal helper for containers
|
2004-02-27 12:11:05 +00:00 |
Compose.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
Directory.cc
|
fixe for old compiler
|
2004-04-26 10:17:09 +00:00 |
Directory.hh
|
added name and isExecutable, patch from Mathias Gumz
|
2004-04-19 18:09:15 +00:00 |
EventHandler.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
EventManager.cc
|
update NLS string handling...
|
2004-06-07 11:46:05 +00:00 |
EventManager.hh
|
Event Manager fixes/review
|
2004-05-04 14:33:38 +00:00 |
FbDrawable.cc
|
get image from drawable
|
2003-09-06 15:39:06 +00:00 |
FbDrawable.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
FbPixmap.cc
|
fixed minor bug
|
2004-07-06 10:47:36 +00:00 |
FbPixmap.hh
|
tiled pixmap fix, patch from dhx (xyx@gm...), see mailing list
|
2004-07-05 23:51:57 +00:00 |
FbWindow.cc
|
minor fix
|
2004-06-15 11:03:17 +00:00 |
FbWindow.hh
|
setBufferPixmap public instead
|
2004-06-13 00:32:40 +00:00 |
Font.cc
|
update NLS string handling...
|
2004-06-07 11:46:05 +00:00 |
Font.hh
|
accessor and manipulator for m_shadow
|
2003-12-19 17:07:53 +00:00 |
FontImp.hh
|
license update
|
2003-04-20 13:52:29 +00:00 |
GContext.cc
|
save some memory
|
2004-01-09 01:19:48 +00:00 |
GContext.hh
|
fixed minor bug
|
2004-07-06 10:47:36 +00:00 |
I18n.cc
|
we should only load LC_MESSAGES, not LC_ALL
|
2004-06-20 15:16:08 +00:00 |
I18n.hh
|
some EMX fixes, thanks dave_yeo at paralynx
|
2004-07-19 13:53:46 +00:00 |
Image.cc
|
minor stuff
|
2004-01-02 22:01:08 +00:00 |
Image.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
ImageControl.cc
|
update NLS string handling...
|
2004-06-07 11:46:05 +00:00 |
ImageControl.hh
|
inline
|
2004-01-21 14:16:02 +00:00 |
ImageXPM.cc
|
image handling
|
2003-08-22 21:25:14 +00:00 |
ImageXPM.hh
|
image handling
|
2003-08-22 21:25:14 +00:00 |
KeyUtil.cc
|
const operator
|
2004-02-10 18:55:12 +00:00 |
KeyUtil.hh
|
using fixed values again
|
2003-12-31 11:57:47 +00:00 |
Layer.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
LayerItem.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
MacroCommand.cc
|
added size accessor
|
2003-09-29 14:00:46 +00:00 |
MacroCommand.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
Makefile.am
|
new files: MenuIcon
|
2004-06-07 22:29:37 +00:00 |
Menu.cc
|
fixed menu draw bug while doing keyboard navigation
|
2004-07-14 18:30:37 +00:00 |
Menu.hh
|
added m_active_index. added validIndex function which validates indexes, removed highlight from drawItem since it should only highlight the m_active_index
|
2004-06-27 13:51:24 +00:00 |
MenuIcon.cc
|
pixmap icon for menu items
|
2004-06-07 22:28:39 +00:00 |
MenuIcon.hh
|
pixmap icon for menu items
|
2004-06-07 22:28:39 +00:00 |
MenuItem.cc
|
fixed menutitle and menulables drawn to close to screen-bottom, patch from Mathias Gumz
|
2004-07-05 09:40:08 +00:00 |
MenuItem.hh
|
include pixmap with mask
|
2004-06-10 17:31:39 +00:00 |
MenuSeparator.cc
|
draws a separator
|
2004-06-07 21:05:16 +00:00 |
MenuSeparator.hh
|
draws a separator
|
2004-06-07 21:05:16 +00:00 |
MenuTheme.cc
|
minor fix
|
2004-06-13 12:01:52 +00:00 |
MenuTheme.hh
|
minor fix for title and item height
|
2004-06-13 10:59:54 +00:00 |
MultiButtonMenuItem.cc
|
minor fix
|
2004-06-10 11:41:15 +00:00 |
MultiButtonMenuItem.hh
|
multi button menu item
|
2003-11-27 13:20:57 +00:00 |
MultLayers.cc
|
cleaning
|
2004-01-08 22:07:58 +00:00 |
MultLayers.hh
|
minor stuff
|
2004-07-15 09:52:57 +00:00 |
NotCopyable.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
Observer.cc
|
moved from fluxbox src
|
2003-02-15 01:21:40 +00:00 |
Observer.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
PixmapWithMask.hh
|
height and width of pixmap
|
2003-08-27 14:21:25 +00:00 |
RefCount.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
Resource.cc
|
update NLS string handling...
|
2004-06-07 11:46:05 +00:00 |
Resource.hh
|
oops, forgot to include file
|
2004-04-26 22:19:09 +00:00 |
SignalHandler.cc
|
minor changes
|
2003-05-13 11:41:29 +00:00 |
SignalHandler.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
SimpleCommand.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
StringUtil.cc
|
copyright update
|
2004-05-02 20:42:56 +00:00 |
StringUtil.hh
|
copyright update
|
2004-05-02 20:42:56 +00:00 |
Subject.cc
|
fixed dead observer while notifying
|
2003-09-08 15:38:46 +00:00 |
Subject.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
Text.cc
|
toolbar themeing fixes
|
2004-04-26 15:04:37 +00:00 |
Text.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
TextBox.cc
|
delete key
|
2004-07-15 13:48:54 +00:00 |
TextBox.hh
|
text box for input
|
2003-08-26 23:24:48 +00:00 |
TextButton.cc
|
use m_buffer for gc instead since it is the target
|
2004-01-09 02:19:02 +00:00 |
TextButton.hh
|
cleaning
|
2004-01-08 22:07:58 +00:00 |
Texture.cc
|
minor fix
|
2004-01-11 21:04:21 +00:00 |
Texture.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
TextureRender.cc
|
tiled pixmap fix, patch from dhx (xyx@gm...), see mailing list
|
2004-07-05 23:51:57 +00:00 |
TextureRender.hh
|
render scaled pixmap
|
2003-04-28 22:27:29 +00:00 |
Theme.cc
|
update NLS string handling...
|
2004-06-07 11:46:05 +00:00 |
Theme.hh
|
toolbar themeing fixes
|
2004-04-26 15:04:37 +00:00 |
ThemeItems.hh
|
toolbar themeing fixes
|
2004-04-26 15:04:37 +00:00 |
Timer.cc
|
fix reading of auto raise delay
|
2003-10-05 06:28:47 +00:00 |
Timer.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
Transparent.cc
|
update NLS string handling...
|
2004-06-07 11:46:05 +00:00 |
Transparent.hh
|
added access for dest and source drawables
|
2003-05-13 21:16:27 +00:00 |
XFontImp.cc
|
update NLS string handling...
|
2004-06-07 11:46:05 +00:00 |
XFontImp.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
XftFontImp.cc
|
Indenting from tabs to emacs 4-space
|
2002-12-01 13:42:15 +00:00 |
XftFontImp.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
XLayer.cc
|
fix focus and raising for transient windows in particular
|
2003-07-20 18:05:40 +00:00 |
XLayer.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
XLayerItem.cc
|
raise on focus [at end of cycle], also a temporary raise while cycling
|
2003-04-15 23:09:26 +00:00 |
XLayerItem.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
XmbFontImp.cc
|
minor fix
|
2004-02-10 19:03:42 +00:00 |
XmbFontImp.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |
XrmDatabaseHelper.hh
|
fixed some icc warnings
|
2003-12-16 17:06:52 +00:00 |