..
gnome
correct access for virtuals
2006-12-07 05:44:44 +00:00
private
.cvsignore
accel.h
animate.h
replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones)
2006-12-10 14:18:37 +00:00
app.h
Refactor all code common to X11 OpenGL implementations into glx11.h/.cpp
2007-04-15 23:06:45 +00:00
assertdlg_gtk.h
replaced the button suppressing the assert dialog with a checkbox (a slightly modified patch from Francesco Montorsi)
2006-12-03 16:15:01 +00:00
bitmap.h
bmpbuttn.h
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing
2007-04-08 22:18:35 +00:00
brush.h
button.h
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing
2007-04-08 22:18:35 +00:00
checkbox.h
checklst.h
choice.h
clipbrd.h
1. Moved m_usePrimary to wxClipboardBase as it's now also used by wxMSW/wxMac
2007-03-31 02:57:55 +00:00
clrpicker.h
collpane.h
correct access for virtuals
2006-12-07 07:22:55 +00:00
colordlg.h
colour.h
combobox.h
control.h
added support for ellipsization and markup in wxStaticText (modified patch 1629946)
2007-04-01 14:13:15 +00:00
cursor.h
dataform.h
dataobj2.h
dataobj.h
dataview.h
Implemented the same simple API for creating customized
2007-04-17 12:08:10 +00:00
dc.h
removed virtual GetSelectedBitmap() from the base wxDC class, it only makes sense for wxMemoryDC
2007-03-30 15:27:08 +00:00
dcclient.h
dcmemory.h
removed virtual GetSelectedBitmap() from the base wxDC class, it only makes sense for wxMemoryDC
2007-03-30 15:27:08 +00:00
dcscreen.h
dialog.h
dirdlg.h
dnd.h
filedlg.h
filepicker.h
correct access for virtuals
2006-12-07 07:22:55 +00:00
font.h
fontdlg.h
fontpicker.h
frame.h
gauge.h
glcanvas.h
Refactor all code common to X11 OpenGL implementations into glx11.h/.cpp
2007-04-15 23:06:45 +00:00
hyperlink.h
native wxHyperlinkCtrl implementation for GTK+ 2.10+ (patch 1661851)
2007-03-07 22:12:47 +00:00
listbox.h
avoid code duplication by using helper functions
2007-04-12 14:57:41 +00:00
mdi.h
made wxTLW::SetIcon() non-virtual, it was already implemented in terms of
2007-04-07 23:40:55 +00:00
menu.h
menuitem.h
minifram.h
msgdlg.h
notebook.h
pen.h
popupwin.h
private.h
Support encodings in wxGTK_CONV_BACK() in the same way as we do it in
2007-02-27 15:41:56 +00:00
radiobox.h
radiobut.h
region.h
scrolbar.h
scrolwin.h
ensure that scroll position is always in scrolling range, otherwise we could have a window without scrollbars at all but with non zero scroll offset which was really strange
2006-12-04 11:05:59 +00:00
slider.h
spinbutt.h
spinctrl.h
statbmp.h
statbox.h
statline.h
default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr
2006-12-09 14:52:59 +00:00
stattext.h
added support for ellipsization and markup in wxStaticText (modified patch 1629946)
2007-04-01 14:13:15 +00:00
taskbarpriv.h
tbargtk.h
fixed all the other ports broken by controls labels in wxToolBar patch commit
2007-03-18 23:57:20 +00:00
textctrl.h
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.h
timer.h
source id type is unsigned; minor cleanup
2007-03-10 18:51:55 +00:00
tooltip.h
toplevel.h
made wxTLW::SetIcon() non-virtual, it was already implemented in terms of
2007-04-07 23:40:55 +00:00
treectrl.h
treeentry_gtk.h
win_gtk.h
Restore border around non-scrolling widgets. The
2007-04-07 14:41:41 +00:00
window.h
make wxControlContainer accept focus depending on whether it has any focusable children when using native TAB navigation too but also allow to manually override this automatic detection; added wxWindow::SetCanFocus() to notify GTK+ about changed focus state
2007-04-05 22:29:14 +00:00