.. |
gnome
|
Further wxDC changes
|
2007-11-14 14:49:40 +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
|
|
|
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
|
|
|
bitmap.h
|
|
|
bmpbuttn.h
|
|
|
brush.h
|
|
|
button.h
|
|
|
checkbox.h
|
|
|
checklst.h
|
|
|
chkconf.h
|
|
|
choice.h
|
make access for virtuals match base
|
2007-10-26 06:20:23 +00:00 |
clipbrd.h
|
|
|
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
|
|
|
colour.h
|
Minimum is now GTK+ 2.4
|
2007-11-05 18:46:43 +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
|
|
|
cursor.h
|
|
|
dataform.h
|
|
|
dataobj2.h
|
|
|
dataobj.h
|
|
|
dataview.h
|
remove warnings
|
2007-11-15 20:11:30 +00:00 |
dc.h
|
|
|
dcclient.h
|
|
|
dcmemory.h
|
Further wxDC changes
|
2007-11-14 14:49:40 +00:00 |
dcscreen.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 |
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
|
|
|
fontdlg.h
|
|
|
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
|
|
|
glcanvas.h
|
|
|
hyperlink.h
|
|
|
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
|
|
|
menuitem.h
|
|
|
minifram.h
|
make DoSetSizeHints protected, remove parameter defaults
|
2007-11-22 06:12:56 +00:00 |
msgdlg.h
|
|
|
notebook.h
|
|
|
pen.h
|
|
|
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
|
Further wxDC changes
|
2007-11-14 14:49:40 +00:00 |
private.h
|
|
|
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
|
|
|
scrolbar.h
|
|
|
scrolwin.h
|
|
|
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
|
|
|
spinctrl.h
|
|
|
statbmp.h
|
|
|
statbox.h
|
|
|
statline.h
|
|
|
stattext.h
|
|
|
taskbarpriv.h
|
|
|
tbargtk.h
|
|
|
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
|
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 |
tooltip.h
|
|
|
toplevel.h
|
store size of WM decorations separately for each TLW, so changes to one do not affect others
|
2007-11-22 17:07:27 +00:00 |
treectrl.h
|
|
|
treeentry_gtk.h
|
|
|
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 |