wxWidgets/src/gtk1
2008-09-25 17:56:07 +00:00
..
gnome
app.cpp restored wxOKlibc() for wxGTK1's use 2008-04-22 13:52:56 +00:00
artgtk.cpp
bdiag.xbm
bitmap.cpp reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType instead of "long" where possible; made them const-correct; introduce wxBITMAP_SCREEN_DEPTH instead of -1 for clearness (specially in the docs); remove wxBitmapHandler empty stubs and rename wxBitmapHandlerBase as wxBitmapHandler 2008-03-25 20:31:48 +00:00
bmpbuttn.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
brush.cpp add more pure virtuals to wxBrushBase; fix the GetColour() functions to return a wxColour object and not a reference; remove from docs the non-existent SetColour(const wxString&) overloads 2008-03-28 16:47:58 +00:00
button.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
cdiag.xbm
checkbox.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
checklst.cpp
choice.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +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
colour.cpp Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
combobox.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
control.cpp compilation fix after wxCStrData changes 2007-03-23 14:14:42 +00:00
cross.xbm
cursor.cpp provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet) 2008-09-25 17:56:07 +00:00
data.cpp
dataobj.cpp provide overloads for all kinds of strings for wxDataFormat ctor to allow passing strings as formats implicitly 2007-06-04 12:50:43 +00:00
dc.cpp fixed wxGTK1 compilation after wxDC changes (still doesn't work) 2007-12-15 18:20:59 +00:00
dcclient.cpp deprecate wxDC::SetClippingRegion(wxRegion) overload and replace it with SetDeviceClippingRegion() to avoid confusion due to use of different kind of coordinates in this and other overloads of the same function; also rename wxDCImpl::DoSetClippingRegionAsRegion() to DoSetDeviceClippingRegion(); finally use bounding box of the region passed to wxDCClipper ctor to avoid interpreting coordinates differently for different ctors of the same class (see #8970) 2008-06-08 01:45:56 +00:00
dcmemory.cpp fixed wxGTK1 compilation after wxDC changes (still doesn't work) 2007-12-15 18:20:59 +00:00
dcscreen.cpp Updates For OpenVMS support and some extra includes to define wx(xxxx)DC types. 2007-12-21 09:58:20 +00:00
descrip.mms
dialog.cpp Added automatic dialog scrolling ability 2007-12-29 16:35:39 +00:00
dnd.cpp fix a few hundreds of harmless unused parameters warnings and a couple of real bugs discovered thanks to them 2007-11-05 22:29:16 +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
evtloop.cpp implement event loop for console applications (heavily modified patch 1715735) 2007-05-14 23:43:39 +00:00
fdiag.xbm
filedlg.cpp added new and improved wxFileCtrl implementation (patch 1763164) 2007-09-17 00:14:34 +00:00
font.cpp Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
fontdlg.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
frame.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
gauge.cpp
glcanvas.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
gsockgtk.cpp more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260) 2007-12-19 16:45:08 +00:00
horiz.xbm
listbox.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
main.cpp
mdi.cpp don't assign the returned value in wxMDIParentFrame::OnCreateClient() to any member variables, this is the job of the caller (according to documentation and wxMSW code) (modified patch 1910602) 2008-03-15 03:12:47 +00:00
menu.cpp move 8 copies of the same function to common code 2008-06-11 05:23:53 +00:00
minifram.cpp Updates For OpenVMS support and some extra includes to define wx(xxxx)DC types. 2007-12-21 09:58:20 +00:00
msgdlg.cpp
notebook.cpp move notebook event definition to common code 2008-08-13 14:56:42 +00:00
pen.cpp add more pure virtuals to wxBrushBase; fix the GetColour() functions to return a wxColour object and not a reference; remove from docs the non-existent SetColour(const wxString&) overloads 2008-03-28 16:47:58 +00:00
popupwin.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
radiobox.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
radiobut.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
region.cpp fix bug introduced in wxRegion::DoUnionWithRect() in r41429 which broke refreshing/repainting in wxGTK1 2008-01-12 20:28:56 +00:00
renderer.cpp fixed wxGTK1 compilation after wxDC changes (still doesn't work) 2007-12-15 18:20:59 +00:00
scrolbar.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
scrolwin.cpp
settings.cpp fix a few hundreds of harmless unused parameters warnings and a couple of real bugs discovered thanks to them 2007-11-05 22:29:16 +00:00
slider.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
spinbutt.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
spinctrl.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
statbmp.cpp
statbox.cpp
statline.cpp
stattext.cpp
taskbar.cpp
tbargtk.cpp Several fixes for removing/readding controls to the toolbar: 2008-03-27 00:10:19 +00:00
textctrl.cpp move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes 2008-01-05 00:21:31 +00:00
tglbtn.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
threadno.cpp
threadsgi.cpp
timer.cpp preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 2007-04-20 01:29:16 +00:00
tooltip.cpp added wxToolTip::SetAutoPop() and SetReshow() (patch 1768804) 2007-08-15 12:57:36 +00:00
toplevel.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
utilsgtk.cpp refactored common code from XXX_EndProcessDetect in wxGTK[12] and wxMac/wxCocoa into wxHandleProcessTermination itself; also removed code dealing with negative pids as we don't use them any more 2008-03-22 14:50:44 +00:00
utilsres.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 2007-09-25 14:39:47 +00:00
verti.xbm
win_gtk.c
window.cpp don't use deprecated function 2008-07-21 01:33:04 +00:00