.. |
gnome
|
Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-08-31 19:31:43 +00:00 |
.cvsignore
|
cvs now ignores libtool's .lo and .la files
|
1999-06-14 17:13:40 +00:00 |
app.cpp
|
add emission hook from RemoveIdleSource (was RemoveIdleTag); minor cleanup
|
2006-09-09 04:53:02 +00:00 |
artgtk.cpp
|
1. deprecate redundantly sounding wxArtProvider::FooProvider() to just Foo()
|
2006-09-23 20:16:18 +00:00 |
bdiag.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
bitmap.cpp
|
some app.h cleanup: minimize includes, use static cast
|
2006-09-09 17:29:19 +00:00 |
bmpbuttn.cpp
|
wx/wxprec.h already includes wx/defs.h (with other minor cleaning).
|
2006-04-18 08:11:26 +00:00 |
brush.cpp
|
header includes cleanup
|
2006-08-30 05:55:56 +00:00 |
button.cpp
|
Many changes:
|
2006-08-25 12:59:28 +00:00 |
cdiag.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
checkbox.cpp
|
Many changes:
|
2006-08-25 12:59:28 +00:00 |
checklst.cpp
|
replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX)
|
2006-03-23 22:05:23 +00:00 |
choice.cpp
|
Many changes:
|
2006-08-25 12:59:28 +00:00 |
clipbrd.cpp
|
Include wx/dataobj.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-07-27 12:57:16 +00:00 |
clrpicker.cpp
|
use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker controls fixes (patch 1513042)
|
2006-06-27 14:07:45 +00:00 |
colordlg.cpp
|
can't pass objects through ... (please don't ever ignore this gcc warning)
|
2006-03-21 13:33:08 +00:00 |
colour.cpp
|
removed overloaded virtual InitWith() methods, keep just a single InitRGBA()
|
2006-09-10 02:00:24 +00:00 |
combobox.cpp
|
Many changes:
|
2006-08-25 12:59:28 +00:00 |
control.cpp
|
don't set cursor for not realized (and not only hidden) windows
|
2006-08-25 22:50:30 +00:00 |
cross.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
cursor.cpp
|
some app.h cleanup: minimize includes, use static cast
|
2006-09-09 17:29:19 +00:00 |
data.cpp
|
move some data definitions to more appropriate places
|
2006-05-26 16:12:31 +00:00 |
dataobj.cpp
|
Include wx/image.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-07-03 19:02:54 +00:00 |
dataview.cpp
|
Added event skeletons, defines, event ids..
|
2006-10-03 13:23:31 +00:00 |
dc.cpp
|
simplify coordinate transformation code
|
2006-08-19 21:30:06 +00:00 |
dcclient.cpp
|
Always set colormap for PangoContext. This silences myriads
|
2006-10-02 19:50:46 +00:00 |
dcmemory.cpp
|
remove redundant GdkBitmap representation from wxBitmap
|
2006-06-19 18:30:13 +00:00 |
dcscreen.cpp
|
Include wx/window.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-04 07:57:04 +00:00 |
descrip.mms
|
Patches for OpenVMS port
|
2006-08-25 06:56:52 +00:00 |
dialog.cpp
|
GtkOnSize parameters aren't useful
|
2006-09-07 16:06:47 +00:00 |
dirdlg.cpp
|
Commit patch [ 1559950 ] fix mem leaks in wx{Dir|File}Dialog
|
2006-09-17 10:49:11 +00:00 |
dnd.cpp
|
Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is already used for other parameters
|
2006-09-19 11:35:41 +00:00 |
eggtrayicon.c
|
first round of Intel compiler warning fixes: down from a few thousands just to slightly more than 100
|
2005-09-25 19:59:19 +00:00 |
eggtrayicon.h
|
mention that this file can be used under wx licence too
|
2004-10-11 22:58:17 +00:00 |
evtloop.cpp
|
add emission hook from RemoveIdleSource (was RemoveIdleTag); minor cleanup
|
2006-09-09 04:53:02 +00:00 |
fdiag.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
filedlg.cpp
|
Commit patch [ 1559950 ] fix mem leaks in wx{Dir|File}Dialog
|
2006-09-17 10:49:11 +00:00 |
filepicker.cpp
|
use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker controls fixes (patch 1513042)
|
2006-06-27 14:07:45 +00:00 |
font.cpp
|
wxUSE_PANGO is always 1 for wxGTK2 so there is no need to use #if wxUSE_PANGO in GTK2-only code
|
2006-07-16 20:00:42 +00:00 |
fontdlg.cpp
|
use "event" signal emission hook to install idle handler for many events
|
2006-08-26 22:07:45 +00:00 |
fontpicker.cpp
|
use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker controls fixes (patch 1513042)
|
2006-06-27 14:07:45 +00:00 |
frame.cpp
|
don't set negative window size
|
2006-10-03 14:29:25 +00:00 |
gauge.cpp
|
Applied wxGauge:Pulse() patch.
|
2006-09-09 13:36:54 +00:00 |
glcanvas.cpp
|
Commit Carsten Fuchs' patch for separating wxGLCanvas
|
2006-09-06 13:31:20 +00:00 |
gsockgtk.cpp
|
Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.
|
2006-01-26 16:02:02 +00:00 |
horiz.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
listbox.cpp
|
Fixed [ 1556843 ] wxGTK FindFocus returns NULL when a wxListBox is focused
|
2006-09-20 08:08:53 +00:00 |
main.cpp
|
Use old licence name
|
2004-05-23 20:53:33 +00:00 |
mdi.cpp
|
remove unneeded DoGetClientSize
|
2006-09-09 02:43:31 +00:00 |
menu.cpp
|
Tinderbox/PCH build fix.
|
2006-09-05 18:07:17 +00:00 |
minifram.cpp
|
header includes cleanup
|
2006-08-30 05:55:56 +00:00 |
msgdlg.cpp
|
Include wx/intl.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-04-25 14:38:19 +00:00 |
notebook.cpp
|
renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing
|
2006-09-13 17:12:25 +00:00 |
pen.cpp
|
Include wx/colour.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-14 17:09:39 +00:00 |
popupwin.cpp
|
GtkOnSize parameters aren't useful
|
2006-09-07 16:06:47 +00:00 |
radiobox.cpp
|
renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing
|
2006-09-13 17:12:25 +00:00 |
radiobut.cpp
|
Many changes:
|
2006-08-25 12:59:28 +00:00 |
region.cpp
|
The Great wxRegion Refactoring:
|
2006-09-25 11:47:23 +00:00 |
renderer.cpp
|
As per wx-dev, split the sort arrow options out to a separate parameter.
|
2006-09-14 19:42:41 +00:00 |
scrolbar.cpp
|
use "event" signal emission hook to install idle handler for many events
|
2006-08-26 22:07:45 +00:00 |
scrolwin.cpp
|
Fix scrolling bug where client size was reported wrong
|
2006-09-19 10:22:20 +00:00 |
settings.cpp
|
Leave a comment about drag threshold setting.
|
2006-08-28 08:33:23 +00:00 |
slider.cpp
|
Many changes:
|
2006-08-25 12:59:28 +00:00 |
spinbutt.cpp
|
Many changes:
|
2006-08-25 12:59:28 +00:00 |
spinctrl.cpp
|
Many changes:
|
2006-08-25 12:59:28 +00:00 |
statbmp.cpp
|
Nuke GTK1 from src/gtk
|
2006-01-22 20:29:17 +00:00 |
statbox.cpp
|
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.cpp
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
stattext.cpp
|
Implemented window coord mirroring for RTL. This
|
2006-09-10 19:39:22 +00:00 |
taskbar.cpp
|
Include wx/menu.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-18 07:13:20 +00:00 |
tbargtk.cpp
|
use "event" signal emission hook to install idle handler for many events
|
2006-08-26 22:07:45 +00:00 |
textctrl.cpp
|
always let GtkTextView have mouse release events to avoid assertion failures in gtk_text_view_start_selection_drag()
|
2006-09-01 22:23:51 +00:00 |
tglbtn.cpp
|
Many changes:
|
2006-08-25 12:59:28 +00:00 |
threadno.cpp
|
Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-08-31 19:31:43 +00:00 |
threadsgi.cpp
|
Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-08-31 19:31:43 +00:00 |
timer.cpp
|
GTK2: gtk_timeout_add -> g_timeout_add; gtk_timeout_remove -> g_source_remove.
|
2006-02-03 22:22:27 +00:00 |
tooltip.cpp
|
added static Apply(GtkWidget, tip) method
|
2006-05-04 23:34:10 +00:00 |
toplevel.cpp
|
Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is already used for other parameters
|
2006-09-19 11:35:41 +00:00 |
treeentry_gtk.c
|
Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is already used for other parameters
|
2006-09-19 11:35:41 +00:00 |
utilsgtk.cpp
|
try to deal more gracefully (than simply not showing anything at all) with invalid UTF-8 strings (e.g. ISO-8859-1 strings inserted in controls with default (UTF-8) font
|
2006-08-24 17:50:10 +00:00 |
utilsres.cpp
|
Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-04-28 12:44:37 +00:00 |
verti.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
win_gtk.c
|
Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is already used for other parameters
|
2006-09-19 11:35:41 +00:00 |
window.cpp
|
Fix scrolling bug where client size was reported wrong
|
2006-09-19 10:22:20 +00:00 |