.. |
gnome
|
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 |
private
|
preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088):
|
2007-04-20 01:29:16 +00:00 |
.cvsignore
|
Added some WINE things.
|
1999-06-07 21:17:21 +00:00 |
accel.h
|
Added licence/copyright information
|
2005-05-04 18:57:50 +00:00 |
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
|
Reorganize idle system code.
|
2007-04-19 16:58:07 +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
|
Generalized compilation fix for old compilers.
|
2006-11-01 01:16:01 +00:00 |
bmpbuttn.h
|
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing
|
2007-04-08 22:18:35 +00:00 |
brush.h
|
add IsOk() to all classes having Ok() method (patch 1570985)
|
2006-10-08 21:56:55 +00:00 |
button.h
|
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing
|
2007-04-08 22:18:35 +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
|
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
|
1. more accurate conversion from 8-bit wx color to 16-bit GDK color
|
2006-06-15 19:29:08 +00:00 |
collpane.h
|
correct access for virtuals
|
2006-12-07 07:22:55 +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
|
added support for ellipsization and markup in wxStaticText (modified patch 1629946)
|
2007-04-01 14:13:15 +00:00 |
cursor.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
dataform.h
|
Add import/export attributes
|
2005-08-02 22:58:06 +00:00 |
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
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
dataview.h
|
Implemented the same simple API for creating customized
|
2007-04-17 12:08:10 +00:00 |
dc.h
|
Putting draft of wxImplDC and the wxDC using it
|
2007-05-03 22:29:01 +00:00 |
dcclient.h
|
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.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
|
Add import/export attributes
|
2005-08-02 22:58:06 +00:00 |
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
|
File/dir dialog styles and other changes (patch 1488371):
|
2006-05-28 23:32:12 +00:00 |
dnd.h
|
header includes cleanup
|
2006-08-30 05:55:56 +00:00 |
filedlg.h
|
File/dir dialog styles and other changes (patch 1488371):
|
2006-05-28 23:32:12 +00:00 |
filepicker.h
|
correct access for virtuals
|
2006-12-07 07:22:55 +00:00 |
font.h
|
use common AllocExclusive, rather than custom code
|
2006-10-17 04:20:47 +00:00 |
fontdlg.h
|
Better backward compatibility and deprecation markup for interface deprecated in comments.
|
2006-03-30 14:04:17 +00:00 |
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
|
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
|
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
|
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
|
added safe check for Pango version and use it to avoid underline hack in wxDC::DrawText() (modified patch 1702301)
|
2007-04-21 18:32:29 +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
|
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
|
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
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
statbox.h
|
I've now seen 2 or 3 themes that need this extra space in a label-less
|
2006-05-23 02:04:01 +00:00 |
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
|
header includes cleanup
|
2006-08-30 05:55:56 +00:00 |
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
|
Many changes:
|
2006-08-25 12:59:28 +00:00 |
tooltip.h
|
added static Apply(GtkWidget, tip) method
|
2006-05-04 23:34:10 +00:00 |
toplevel.h
|
made wxTLW::SetIcon() non-virtual, it was already implemented in terms of
|
2007-04-07 23:40:55 +00:00 |
treectrl.h
|
Line-up deprecated interface of wxTreeCtrl between ports.
|
2006-03-28 13:11:20 +00:00 |
treeentry_gtk.h
|
Applied Ryan's native wxListBox and wxCheckListBox patch
|
2006-03-01 21:51:42 +00:00 |
win_gtk.h
|
Restore border around non-scrolling widgets. The
|
2007-04-07 14:41:41 +00:00 |
window.h
|
Added IsOfStandardClass() as per wxMSW.
|
2007-04-26 18:42:23 +00:00 |