..
gnome
Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1.
2006-01-23 01:14:32 +00:00
.cvsignore
cvs now ignores libtool's .lo and .la files
1999-06-14 17:13:40 +00:00
app.cpp
wxFD_SETSIZE --> FD_SETSIZE
2006-11-11 20:38:46 +00:00
artgtk.cpp
Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1.
2006-01-23 01:14:32 +00:00
bdiag.xbm
Initial revision
1998-05-20 14:01:55 +00:00
bitmap.cpp
implement proper bitmap copying
2006-11-01 01:36:32 +00:00
bmpbuttn.cpp
make IsEnabled() return false even if the window parent, and not the window itself, is disabled and added IsThisEnabled() implementing the old IsEnabled() behaviour; also significantly simplify the window state management code in all ports by factoring out the common parts in wxWindowBase
2007-03-23 14:01:53 +00:00
brush.cpp
renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and
2006-10-30 22:03:53 +00:00
button.cpp
PCH build fix.
2006-07-25 06:50:19 +00:00
cdiag.xbm
Initial revision
1998-05-20 14:01:55 +00:00
checkbox.cpp
wx/wxprec.h already includes wx/defs.h (with other minor cleaning).
2006-04-18 08:11:26 +00:00
checklst.cpp
replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX)
2006-03-23 22:05:23 +00:00
choice.cpp
GetBestFittingSize --> GetEffectiveMinSize
2006-10-31 08:50:17 +00:00
clipbrd.cpp
1. Moved m_usePrimary to wxClipboardBase as it's now also used by wxMSW/wxMac
2007-03-31 02:57:55 +00:00
colordlg.cpp
Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1.
2006-01-23 01:14:32 +00:00
colour.cpp
removed overloaded virtual InitWith() methods, keep just a single InitRGBA()
2006-09-10 02:00:24 +00:00
combobox.cpp
GetBestFittingSize --> GetEffectiveMinSize
2006-10-31 08:50:17 +00:00
control.cpp
compilation fix after wxCStrData changes
2007-03-23 14:14:42 +00:00
cross.xbm
Initial revision
1998-05-20 14:01:55 +00:00
cursor.cpp
COW cleanup patch (1583966):
2006-10-30 19:26:48 +00:00
data.cpp
Include wx/cursor.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-05-22 07:11:26 +00:00
dataobj.cpp
Include wx/image.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-07-03 19:02:54 +00:00
dc.cpp
Nuke #pragma implementation/interface's
2005-09-23 12:56:45 +00:00
dcclient.cpp
Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-08-31 19:31:43 +00:00
dcmemory.cpp
Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare
2006-10-30 19:41:46 +00:00
dcscreen.cpp
Include wx/window.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-05-04 07:57:04 +00:00
descrip.mms
Update OpenVMS make files
2006-09-22 13:04:18 +00:00
dialog.cpp
fixed incorrectly inversed test for parent [not] being deleted (patch 1624472)
2006-12-29 20:16:53 +00:00
dnd.cpp
quick fix for TRACE_DND being undefined for compilers without vararg macros support in release builds
2006-12-04 17:11:37 +00:00
eggtrayicon.c
Do not declare GTypeInfo instances static. This is completely unnecessary and just causes unnecessary extra relocations and global stack memory usage
2007-02-08 16:12:06 +00:00
eggtrayicon.h
mention that this file can be used under wx licence too
2004-10-11 22:58:17 +00:00
evtloop.cpp
explicitly call OnExit() in the ports which don't use wxEventLoopManual
2006-12-06 23:28:44 +00:00
fdiag.xbm
Initial revision
1998-05-20 14:01:55 +00:00
filedlg.cpp
File/dir dialog styles and other changes (patch 1488371):
2006-05-28 23:32:12 +00:00
font.cpp
don't expose M_FONTDATA in public header
2006-11-20 16:21:08 +00:00
fontdlg.cpp
Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-05-25 07:07:23 +00:00
frame.cpp
Include wx/statusbr.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-06-09 09:51:39 +00:00
gauge.cpp
GetBestFittingSize --> GetEffectiveMinSize
2006-10-31 08:50:17 +00:00
glcanvas.cpp
Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-08-31 19:31:43 +00:00
gsockgtk.cpp
Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.
2006-01-26 16:02:02 +00:00
horiz.xbm
Initial revision
1998-05-20 14:01:55 +00:00
listbox.cpp
GetBestFittingSize --> GetEffectiveMinSize
2006-10-31 08:50:17 +00:00
main.cpp
Use old licence name
2004-05-23 20:53:33 +00:00
mdi.cpp
move some data definitions to more appropriate places
2006-05-26 16:12:31 +00:00
menu.cpp
fixed handling of accelerators using PageUp/Down keys (bug 1683613)
2007-03-19 20:18:20 +00:00
minifram.cpp
Include wx/dcscreen.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-05-09 13:55:29 +00:00
msgdlg.cpp
Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1.
2006-01-23 01:14:32 +00:00
notebook.cpp
compilation fix after last change (GTK1 doesn't have g_signal_stop_emission_by_name(), only gtk_signal_emit_stop_by_name())
2006-10-09 17:14:31 +00:00
pen.cpp
Include wx/colour.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-06-14 17:09:39 +00:00
popupwin.cpp
Include wx/cursor.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-05-22 07:11:26 +00:00
radiobox.cpp
make wxNO_BORDER work with wxRadioBox (patch 1525406)
2007-03-25 01:57:24 +00:00
radiobut.cpp
Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1.
2006-01-23 01:14:32 +00:00
region.cpp
The Great wxRegion Refactoring:
2006-09-25 11:47:23 +00:00
renderer.cpp
added wxWindow::IsDoubleBuffered() and improve wxBufferedDC (patch 1565330)
2006-10-09 16:39:34 +00:00
scrolbar.cpp
Include wx/math.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-06-15 17:58:49 +00:00
scrolwin.cpp
Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1.
2006-01-23 01:14:32 +00:00
settings.cpp
Include wx/toplevel.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-06-13 20:44:51 +00:00
slider.cpp
wxRound() workaround to avoid unexpected compile and link errors on incomplete environments (Tinderbox build fix).
2006-07-06 09:09:09 +00:00
spinbutt.cpp
Include wx/math.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-06-15 17:58:49 +00:00
spinctrl.cpp
Include wx/math.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-06-15 17:58:49 +00:00
statbmp.cpp
gtk1 fixes
2006-01-23 14:29:29 +00:00
statbox.cpp
Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1.
2006-01-23 01:14:32 +00:00
statline.cpp
Nuke #pragma implementation/interface's
2005-09-23 12:56:45 +00:00
stattext.cpp
use GTKRemoveMnemonics instead of wxStripMenuCodes
2006-02-05 23:02:47 +00:00
taskbar.cpp
Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1.
2006-01-23 01:14:32 +00:00
tbargtk.cpp
fixed all the other ports broken by controls labels in wxToolBar patch commit
2007-03-18 23:57:20 +00:00
textctrl.cpp
make IsEnabled() return false even if the window parent, and not the window itself, is disabled and added IsThisEnabled() implementing the old IsEnabled() behaviour; also significantly simplify the window state management code in all ports by factoring out the common parts in wxWindowBase
2007-03-23 14:01:53 +00:00
tglbtn.cpp
Include wx/button.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-05-17 09:07:47 +00:00
threadno.cpp
Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-08-31 19:31:43 +00:00
threadsgi.cpp
Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-08-31 19:31:43 +00:00
timer.cpp
Remove stray whitespaces
2006-01-14 18:32:37 +00:00
tooltip.cpp
Include wx/window.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-05-04 07:57:04 +00:00
toplevel.cpp
move some data definitions to more appropriate places
2006-05-26 16:12:31 +00:00
utilsgtk.cpp
compilation fixes for !wxUSE_INTL case
2007-03-20 13:32:05 +00:00
utilsres.cpp
Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning).
2006-04-28 12:44:37 +00:00
verti.xbm
Initial revision
1998-05-20 14:01:55 +00:00
win_gtk.c
Fix fro conflict between defs.h and glib headers.
2006-01-27 17:32:03 +00:00
window.cpp
don't check whether the window is shown and enabled in AcceptsFocus() itself
2007-03-25 22:36:24 +00:00