.. |
gnome
|
Upport latest changes from 2_8 branch (print dialog
|
2007-05-26 22:27:58 +00:00 |
private
|
check for wxUSE_TIMER in headers, not the files including them
|
2007-07-11 00:00:33 +00:00 |
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
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
assertdlg_gtk.h
|
|
|
bitmap.h
|
compilation fixes for wxUSE_IMAGE==0
|
2007-07-11 00:02:11 +00:00 |
bmpbuttn.h
|
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing
|
2007-04-08 22:18:35 +00:00 |
brush.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
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
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
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
|
use wxString instead of wxChar* in wxColour::Set/FromString
|
2007-05-30 10:29:12 +00:00 |
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
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
dataform.h
|
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 |
dataobj2.h
|
|
|
dataobj.h
|
|
|
dataview.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
dc.h
|
Beginning to make wxDC code compile both before
|
2007-05-08 23:47:43 +00:00 |
dcclient.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
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
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
dialog.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
dirdlg.h
|
|
|
dnd.h
|
|
|
filedlg.h
|
|
|
filepicker.h
|
Prevent seg fault for older GTK+
|
2007-06-29 16:58:58 +00:00 |
font.h
|
|
|
fontdlg.h
|
|
|
fontpicker.h
|
|
|
frame.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
gauge.h
|
|
|
glcanvas.h
|
use WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is for core, not gl, library)
|
2007-07-06 15:40:45 +00:00 |
hyperlink.h
|
native wxHyperlinkCtrl implementation for GTK+ 2.10+ (patch 1661851)
|
2007-03-07 22:12:47 +00:00 |
listbox.h
|
changed wxWindow::ApplyToolTip to take UTF8-encoded char* instead of wxChar* to avoid unnecessary conversions
|
2007-05-30 13:50:36 +00:00 |
mdi.h
|
simplify DoSetClientSize
|
2007-05-19 17:34:42 +00:00 |
menu.h
|
remove wxWindow::m_needParent and use GTKNeedsParent() which can be overridden in just wxMenuBar (and not set in each and every wxGTK control)
|
2007-04-23 15:16:06 +00:00 |
menuitem.h
|
|
|
minifram.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
msgdlg.h
|
1. Derive wxMessageDialogBase from wxDialog (why did we use multiple
|
2007-05-24 12:50:42 +00:00 |
notebook.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
pen.h
|
|
|
popupwin.h
|
move m_sizeSet out of wxWindow
|
2007-05-19 18:25:15 +00:00 |
private.h
|
changed wxGTK_CONV* macros to use utf8_str() and FromUTF8() so that we don't do any unnecessary conversions in UTF8 build
|
2007-05-30 13:55:09 +00:00 |
radiobox.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
radiobut.h
|
|
|
region.h
|
compilation fixes for wxUSE_IMAGE==0
|
2007-07-11 00:02:11 +00:00 |
scrolbar.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
scrolwin.h
|
|
|
slider.h
|
|
|
spinbutt.h
|
Block all events in wxSpinButton::SetValue etc.
|
2007-07-10 11:58:03 +00:00 |
spinctrl.h
|
Block all events in wxSpinCtrl::SetValue etc.
|
2007-07-10 11:50:14 +00:00 |
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
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
tooltip.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
toplevel.h
|
restructure fullscreen code dealing with hiding bars
|
2007-05-26 18:47:53 +00:00 |
treectrl.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
treeentry_gtk.h
|
|
|
win_gtk.h
|
Restore border around non-scrolling widgets. The
|
2007-04-07 14:41:41 +00:00 |
window.h
|
Upport scrolling changes and mouse wheel changes.
|
2007-06-23 16:55:26 +00:00 |