..
gnome
Use wxRound instead of wxCoordRound
2006-10-29 17:50:39 +00:00
private
extracted wxGtkString in a separate file, it's also needed by wxX11
2006-10-19 14:42:01 +00:00
.cvsignore
accel.h
animate.h
COW cleanup patch (1583966):
2006-10-30 19:26:48 +00:00
app.h
add emission hook from RemoveIdleSource (was RemoveIdleTag); minor cleanup
2006-09-09 04:53:02 +00:00
bitmap.h
Generalized compilation fix for old compilers.
2006-11-01 01:16:01 +00:00
bmpbuttn.h
brush.h
add IsOk() to all classes having Ok() method (patch 1570985)
2006-10-08 21:56:55 +00:00
button.h
header includes cleanup
2006-08-30 05:55:56 +00:00
checkbox.h
Many changes:
2006-08-25 12:59:28 +00:00
checklst.h
Rewrite selection event code for wxListBox.
2006-10-26 20:29:02 +00:00
choice.h
GetCurrentSelection() was documented but not present in all ports (just MSW and GTK); moved it to the base classes
2006-10-30 16:04:27 +00:00
clipbrd.h
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
2006-09-05 20:47:48 +00:00
clrpicker.h
1. more accurate conversion from 8-bit wx color to 16-bit GDK color
2006-06-15 19:29:08 +00:00
collpane.h
Some wxCollapsiblePane tweaks:
2006-11-11 07:32:08 +00:00
colordlg.h
header includes cleanup
2006-08-30 05:55:56 +00:00
colour.h
add IsOk() to all classes having Ok() method (patch 1570985)
2006-10-08 21:56:55 +00:00
combobox.h
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
2006-09-05 20:47:48 +00:00
control.h
header includes cleanup
2006-08-30 05:55:56 +00:00
cursor.h
COW cleanup patch (1583966):
2006-10-30 19:26:48 +00:00
dataform.h
dataobj2.h
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
2006-09-05 20:47:48 +00:00
dataobj.h
dataview.h
Make wxDataViewCtrl compile and work in ANSI mode.
2006-11-01 15:24:48 +00:00
dc.h
Fixup Blit so it can be used with a source that is a wxBufferedDC,
2006-10-12 06:23:52 +00:00
dcclient.h
correct access for virtuals
2006-10-24 16:44:26 +00:00
dcmemory.h
Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare
2006-10-30 19:41:46 +00:00
dcscreen.h
dialog.h
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
2006-09-05 20:47:48 +00:00
dirdlg.h
dnd.h
header includes cleanup
2006-08-30 05:55:56 +00:00
filedlg.h
filepicker.h
Applied FRM's patch [ 1553958 ] Fix for invalid cast from
2006-09-07 13:24:08 +00:00
font.h
use common AllocExclusive, rather than custom code
2006-10-17 04:20:47 +00:00
fontdlg.h
fontpicker.h
use wxNullFont instead of *wxNORMAL_FONT as default parameter for wxFontPickerCtrl/Widget, this fixes compilation with gcc 2.95 and possibly other old compilers
2006-11-03 21:54:13 +00:00
frame.h
GtkOnSize parameters aren't useful
2006-09-07 16:06:47 +00:00
gauge.h
Headers cleaning.
2006-10-17 14:44:52 +00:00
glcanvas.h
move WX_GL_XXX constants from wx/*/glcanvas.h to wx/glcanvas.h (this makes them available for wxCocoa too); also only include <windows.h> via wx/msw/wrapwin.h and not directly for wxMSW
2006-11-06 00:57:46 +00:00
listbox.h
Rewrite selection event code for wxListBox.
2006-10-26 20:29:02 +00:00
mdi.h
Prevent accession of to-be-deleted mdi
2006-10-25 17:51:28 +00:00
menu.h
Headers cleaning.
2006-10-17 14:44:52 +00:00
menuitem.h
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
2006-09-05 20:47:48 +00:00
minifram.h
Let wxMiniFrame have the same default flags under wxGTK
2006-10-29 20:15:26 +00:00
msgdlg.h
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
2006-09-05 20:47:48 +00:00
notebook.h
Reorder event things a little.
2006-11-04 18:29:28 +00:00
pen.h
add IsOk() to all classes having Ok() method (patch 1570985)
2006-10-08 21:56:55 +00:00
popupwin.h
GtkOnSize parameters aren't useful
2006-09-07 16:06:47 +00:00
private.h
Moving GTK+-specfic function - it shouldn't be in public headers
2006-11-02 09:51:49 +00:00
radiobox.h
Many changes:
2006-08-25 12:59:28 +00:00
radiobut.h
Many changes:
2006-08-25 12:59:28 +00:00
region.h
Commited region iterator fix.
2006-10-31 22:48:38 +00:00
scrolbar.h
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
2006-09-05 20:47:48 +00:00
scrolwin.h
slider.h
Many changes:
2006-08-25 12:59:28 +00:00
spinbutt.h
Many changes:
2006-08-25 12:59:28 +00:00
spinctrl.h
header includes cleanup
2006-08-30 05:55:56 +00:00
statbmp.h
statbox.h
statline.h
stattext.h
Headers cleaning.
2006-10-17 14:44:52 +00:00
taskbarpriv.h
header includes cleanup
2006-08-30 05:55:56 +00:00
tbargtk.h
Return toolbars "own" GdkWindow, required among
2006-10-06 21:49:10 +00:00
textctrl.h
correct access for virtual
2006-10-14 16:50:04 +00:00
tglbtn.h
Many changes:
2006-08-25 12:59:28 +00:00
timer.h
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
2006-09-05 20:47:48 +00:00
tooltip.h
toplevel.h
Moved overridden SetMinSize() to base class.
2006-10-30 13:25:00 +00:00
treectrl.h
treeentry_gtk.h
win_gtk.h
Remove unnecessary size members from GtkPizzaChild.
2006-10-20 05:47:15 +00:00
window.h
added wxWindow::IsDoubleBuffered() and improve wxBufferedDC (patch 1565330)
2006-10-09 16:39:34 +00:00