wxWidgets/src/gtk1
2007-05-18 16:44:31 +00:00
..
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
bitmap.cpp implement proper bitmap copying 2006-11-01 01:36:32 +00:00
bmpbuttn.cpp Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing 2007-04-08 22:18:35 +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 Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing 2007-04-08 22:18:35 +00:00
cdiag.xbm
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
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 Make wxGTK1.2 compile again. 2007-05-05 15:52:53 +00:00
dcclient.cpp changed wxDC::GetTextExtent() and related methods to take const wxFont pointer, for consistency with wxWindow::GetTextExtent() and because it generally doesn't need a non-const font 2007-04-25 01:49:47 +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 implement event loop for console applications (heavily modified patch 1715735) 2007-05-14 23:43:39 +00:00
fdiag.xbm
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 Refactor all code common to X11 OpenGL implementations into glx11.h/.cpp 2007-04-15 23:06:45 +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
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 removed unused statusbar parameter from wxFrameBase::ShowMenuHelp() 2007-05-18 16:44:31 +00:00
menu.cpp fix handling of stock menu items (creating a stock item without label left its label empty) 2007-04-15 23:08:19 +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 preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 2007-04-20 01:29:16 +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 made wxTLW::SetIcon() non-virtual, it was already implemented in terms of 2007-04-07 23:40:55 +00:00
utilsgtk.cpp OpenVMS changes 2007-05-16 10:04:24 +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
win_gtk.c Fix fro conflict between defs.h and glib headers. 2006-01-27 17:32:03 +00:00
window.cpp reverted patch 1325857 (rev 1.561): it might have fixed handling of CJK keys but broke handling of the normal keys without IM 2007-04-09 23:42:34 +00:00