.. |
gnome
|
DC reorganization
|
2007-11-30 13:48:22 +00:00 |
hildon
|
added wxNotificationMessage and implemented it generically and natively for Maemo
|
2007-11-24 01:56:13 +00:00 |
private
|
refactor wxGTK mnemonics conversion functions in a separate file to be able to reuse them from wxMenu too
|
2007-11-12 19:41:38 +00:00 |
accel.h
|
Added licence/copyright information
|
2005-05-04 18:57:50 +00:00 |
animate.h
|
use -Wunused-parameter with gcc for consistency with MSVC and other compilers which warn about this; fix the uncovered warnings in wxGTK
|
2007-10-23 22:19:34 +00:00 |
app.h
|
some Hildon integration work: use HildonProgram (for integration with the OS), HildonWindow (which has native appearance) and more native-like menus
|
2007-11-12 00:25:09 +00:00 |
assertdlg_gtk.h
|
functions not taking argument must be declared as (void) in C, not ()
|
2007-09-21 11:25:11 +00:00 |
bitmap.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
bmpbuttn.h
|
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing
|
2007-04-08 22:18:35 +00:00 |
brush.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +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 |
chkconf.h
|
do platform-specific checks after ensuring that the symbols we use are defined; extract wxGTK-specific checks to wx/gtk/chkconf.h
|
2007-07-19 15:47:11 +00:00 |
choice.h
|
make access for virtuals match base
|
2007-10-26 06:20:23 +00:00 |
clipbrd.h
|
fix wrong clear selection (modified patch 1763916)
|
2007-08-15 11:52:13 +00:00 |
clrpicker.h
|
Include the parent classes header to fix compilation of wxGTK core after these controls don't inherit from generic control anymore (which happened to do the include of button.h before)
|
2007-11-06 00:32:34 +00:00 |
collpane.h
|
removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build
|
2007-11-05 22:31:24 +00:00 |
colordlg.h
|
header includes cleanup
|
2006-08-30 05:55:56 +00:00 |
colour.h
|
added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONSTRUCTORS() in all ports now (patch 1851600)
|
2007-12-22 15:03:58 +00:00 |
combobox.h
|
removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build
|
2007-11-05 22:31:24 +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
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +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
|
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
|
Patch from Hartwig and me for implementing reorderable dataview columns. Works on OS X and GTK+, breaks OS X a litte
|
2007-12-26 18:30:56 +00:00 |
dc.h
|
make access for virtuals match base
|
2007-12-06 16:22:00 +00:00 |
dcclient.h
|
factor out a whole bunch of duplicated code
|
2007-12-17 07:31:35 +00:00 |
dcmemory.h
|
make access for virtuals match base
|
2007-12-06 16:22:00 +00:00 |
dcscreen.h
|
make access for virtuals match base
|
2007-12-06 16:22:00 +00:00 |
dialog.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
dirdlg.h
|
removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build
|
2007-11-05 22:31:24 +00:00 |
dnd.h
|
handle failure of gtk_drag_begin() (which can happen e.g. because gdk_pointer_grab() failed) in DoDragDrop() (patch 1825237) + minor cleanup in trunk version of the code
|
2007-11-03 21:46:55 +00:00 |
filectrl.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
filedlg.h
|
[ 1823588 ] gtk filedlg - droping support for gtk 2.2
|
2007-11-05 18:43:14 +00:00 |
filepicker.h
|
use -Wunused-parameter with gcc for consistency with MSVC and other compilers which warn about this; fix the uncovered warnings in wxGTK
|
2007-10-23 22:19:34 +00:00 |
font.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +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
|
Include the parent classes header to fix compilation of wxGTK core after these controls don't inherit from generic control anymore (which happened to do the include of button.h before)
|
2007-11-06 00:32:34 +00:00 |
frame.h
|
always return true from IsMaximized() under Hildon
|
2007-11-18 23:32:30 +00:00 |
gauge.h
|
Headers cleaning.
|
2006-10-17 14:44:52 +00:00 |
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
|
make access for virtuals match base
|
2007-10-26 06:20:23 +00:00 |
mdi.h
|
make DoSetSizeHints protected, remove parameter defaults
|
2007-11-22 06:12:56 +00:00 |
menu.h
|
Menu label consistency changes
|
2007-08-11 17:54:59 +00:00 |
menuitem.h
|
Menu label consistency changes
|
2007-08-11 17:54:59 +00:00 |
minifram.h
|
make DoSetSizeHints protected, remove parameter defaults
|
2007-11-22 06:12:56 +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
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
popupwin.h
|
Use a GtkVBox to do TLW layout. Rework some of the remaining sizing code.
|
2007-10-24 18:07:24 +00:00 |
print.h
|
forgot to commit
|
2007-11-30 23:03:22 +00:00 |
private.h
|
DC headers don't need to be in gtk/private.h
|
2007-12-20 06:07:40 +00:00 |
radiobox.h
|
Border corrections
|
2007-11-14 14:44:13 +00:00 |
radiobut.h
|
Border corrections
|
2007-11-14 14:44:13 +00:00 |
region.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +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
|
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
|
don't compare initial slider position with uninitialized m_pos (modified patch 1818759)
|
2007-10-23 18:16:06 +00:00 |
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
|
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
|
Only account for WM frame extents in tlw size if WM supports _NET_FRAME_EXTENTS. Extents cache no longer needed.
|
2007-12-04 17:26:57 +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
|
use gtk_entry_set_activates_default() instead of redoing its work manually ourselves
|
2007-11-04 16:34:36 +00:00 |
textentry.h
|
build fix: return type for AutoComplete is bool
|
2007-11-04 23:27:59 +00:00 |
tglbtn.h
|
Document wxBitmapToggleButton, add update UI event in Base class for all toggle buttons
|
2007-12-08 10:36:59 +00:00 |
tooltip.h
|
added wxToolTip::SetAutoPop() and SetReshow() (patch 1768804)
|
2007-08-15 12:57:36 +00:00 |
toplevel.h
|
Only account for WM frame extents in tlw size if WM supports _NET_FRAME_EXTENTS. Extents cache no longer needed.
|
2007-12-04 17:26:57 +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
|
Applied Ryan's native wxListBox and wxCheckListBox patch
|
2006-03-01 21:51:42 +00:00 |
win_gtk.h
|
put the useable border styles in one place
|
2007-11-14 02:37:52 +00:00 |
window.h
|
build fixes
|
2007-11-20 16:55:36 +00:00 |