.. |
.cvsignore
|
cvs now ignores libtool's .lo and .la files
|
1999-06-14 17:13:40 +00:00 |
app.cpp
|
Added wxString::FromAscii() wxString::ToAscii().
|
2002-08-11 13:09:57 +00:00 |
bdiag.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
bitmap.cpp
|
corrected warnings when compiling with -Wall -W
|
2002-05-07 21:58:27 +00:00 |
bmpbuttn.cpp
|
initialize wxBitmapButton members
|
2002-05-04 11:57:39 +00:00 |
brush.cpp
|
corrected warnings when compiling with -Wall -W
|
2002-05-07 21:58:27 +00:00 |
button.cpp
|
no changes
|
2002-09-02 12:29:11 +00:00 |
cdiag.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
checkbox.cpp
|
Lots of updates for Unicode and GTK 2.0 support.
|
2002-08-05 17:59:20 +00:00 |
checklst.cpp
|
Lots of updates for Unicode and GTK 2.0 support.
|
2002-08-05 17:59:20 +00:00 |
choice.cpp
|
wxItemContainer already deletes client data; don't delete (again) the
|
2002-08-27 20:28:48 +00:00 |
clipbrd.cpp
|
Lots more Unicode fixes.
|
2002-08-19 17:02:10 +00:00 |
colour.cpp
|
corrected warnings when compiling with -Wall -W
|
2002-05-07 21:58:27 +00:00 |
combobox.cpp
|
Further UNicode fixes.
|
2002-08-15 20:45:58 +00:00 |
control.cpp
|
first pass of wxUniv merge - nothing works, most parts don't even compile
|
2001-06-26 20:59:19 +00:00 |
cross.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
cursor.cpp
|
fixed infinite loop in wxCursor(wxImage) ctor
|
2002-06-12 14:12:19 +00:00 |
data.cpp
|
1. made wxDebugMsg, wxError and wxFatalError deprecated (still available
|
2002-02-22 18:18:36 +00:00 |
dataobj.cpp
|
compilation fix (missing wx/log.h include)
|
2002-08-30 21:10:28 +00:00 |
dc.cpp
|
wxDC scaling fix patch (Derry Bryson)
|
2001-01-31 15:57:09 +00:00 |
dcclient.cpp
|
Compile fix for prop.
|
2002-08-25 20:27:35 +00:00 |
dcmemory.cpp
|
#ifdeffed new paint clipping :-(
|
2000-02-23 17:47:43 +00:00 |
dcscreen.cpp
|
wxDC::GetSize() should work now in wxGTK
|
2000-10-30 16:43:37 +00:00 |
descrip.mms
|
Committing in .
|
2002-03-15 09:02:01 +00:00 |
dialog.cpp
|
added wxWS_EX_TRANSIENT, added code for handling it and fixed wxLogGeneric
|
2001-11-30 23:40:12 +00:00 |
dnd.cpp
|
lost log.h fixed
|
2002-08-30 13:49:49 +00:00 |
evtloop.cpp
|
added wxEventLoop::GetActive()
|
2001-08-12 22:10:20 +00:00 |
fdiag.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
filedlg.cpp
|
wxFileDialog changed to use (new) wxCHANGE_DIR flag, docs updated
|
2000-10-08 23:35:09 +00:00 |
files.lst
|
Regenerated files.lst after addition of listbase.h
|
2002-07-31 20:40:46 +00:00 |
font.cpp
|
fixed restoring fonts from the native font info data which was completely broken somehow
|
2002-09-02 15:19:04 +00:00 |
fontdlg.cpp
|
Lots of work to set PangoFontDescription as the
|
2002-08-06 16:41:31 +00:00 |
frame.cpp
|
fixed bug introduced by my previous GtkUpdateSize() commit
|
2002-07-06 13:14:27 +00:00 |
gauge.cpp
|
got rid of ^Ms
|
2001-12-14 00:28:47 +00:00 |
gdiobj.cpp
|
removed USE_SHARED_LIBRARY(IES)
|
1999-12-14 23:57:30 +00:00 |
glcanvas.cpp
|
removed code (re)setting the camera from wxGLCanvas::OnSize()
|
2001-11-09 15:12:25 +00:00 |
gsockgtk.c
|
The world should not end if a server has no peer. Let's return FALSE instead.
|
2002-07-29 04:13:25 +00:00 |
horiz.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
icon.cpp
|
added wxIcon::CopyFromBitmap to wxGTK
|
2000-08-15 21:44:18 +00:00 |
joystick.cpp
|
Applied patch [ 597700 ] Fix proposal for wxJoystick under MSW
|
2002-08-20 17:16:05 +00:00 |
listbox.cpp
|
fix wxCheckListBox which was completely broken by the Unicode changes
|
2002-09-04 13:45:39 +00:00 |
main.cpp
|
Various makefile and installation things.
|
2000-03-05 17:49:58 +00:00 |
mdi.cpp
|
Lots of updates for Unicode and GTK 2.0 support.
|
2002-08-05 17:59:20 +00:00 |
menu.cpp
|
better use strncpy() than strncat() with uninitialized buffer
|
2002-08-13 19:40:41 +00:00 |
minifram.cpp
|
Lots of updates for Unicode and GTK 2.0 support.
|
2002-08-05 17:59:20 +00:00 |
notebook.cpp
|
Applied patch [ 579219 ] wxNotebook:SetPadding added
|
2002-08-08 10:11:32 +00:00 |
pen.cpp
|
corrected warnings when compiling with -Wall -W
|
2002-05-07 21:58:27 +00:00 |
popupwin.cpp
|
Dislaying popup tip windows seems to work right now.
|
2002-06-06 19:35:51 +00:00 |
radiobox.cpp
|
Lots of updates for Unicode and GTK 2.0 support.
|
2002-08-05 17:59:20 +00:00 |
radiobut.cpp
|
Lots of updates for Unicode and GTK 2.0 support.
|
2002-08-05 17:59:20 +00:00 |
region.cpp
|
fix Union(empty rect) bug
|
2002-09-05 10:54:30 +00:00 |
scrolbar.cpp
|
fixed bug in generation of thumb scroll events
|
2002-04-14 16:26:36 +00:00 |
scrolwin.cpp
|
Miserable hack around problem when shrinking
|
2002-08-05 17:56:06 +00:00 |
settings.cpp
|
wxIconBundle implementation.
|
2002-03-26 21:54:23 +00:00 |
slider.cpp
|
Applied patch [ 590031 ] Slider: Events must be enabled earlier
|
2002-08-08 09:24:38 +00:00 |
spinbutt.cpp
|
changes to make wxGTK compile with GTK+ 2.0: now it does but the minimal
|
2002-03-12 19:24:30 +00:00 |
spinctrl.cpp
|
Lots of updates for Unicode and GTK 2.0 support.
|
2002-08-05 17:59:20 +00:00 |
statbmp.cpp
|
Various changes for simplification of focus event
|
2001-08-19 21:36:25 +00:00 |
statbox.cpp
|
Lots of updates for Unicode and GTK 2.0 support.
|
2002-08-05 17:59:20 +00:00 |
statline.cpp
|
second merge of the 2.2 branch (RL)
|
2000-08-08 06:11:51 +00:00 |
stattext.cpp
|
Another UNicode conversion fix.
|
2002-08-17 17:35:36 +00:00 |
tbargtk.cpp
|
Added scrolling of widgets to GTK 2.0.
|
2002-08-20 15:48:14 +00:00 |
textctrl.cpp
|
fixed some GTK2 compilation warnings
|
2002-08-23 19:01:47 +00:00 |
tglbtn.cpp
|
Lots of updates for Unicode and GTK 2.0 support.
|
2002-08-05 17:59:20 +00:00 |
threadno.cpp
|
1. the common helper functions are now in src/unix/utilsunx.cpp
|
1999-03-06 00:11:27 +00:00 |
threadsgi.cpp
|
Compilation fixes
|
1999-01-06 21:09:17 +00:00 |
timer.cpp
|
fixes for the compilation warnings with Sun CC:
|
2002-01-09 12:49:12 +00:00 |
tooltip.cpp
|
changes to make wxGTK compile with GTK+ 2.0: now it does but the minimal
|
2002-03-12 19:24:30 +00:00 |
toplevel.cpp
|
Implemented Maximize() etc for GTK 2.0.
|
2002-08-20 15:44:26 +00:00 |
treegtk.cpp
|
removed USE_SHARED_LIBRARY(IES)
|
1999-12-14 23:57:30 +00:00 |
utilsgtk.cpp
|
fixes for the compilation warnings with Sun CC:
|
2002-01-09 12:49:12 +00:00 |
utilsres.cpp
|
Unicode fixes
|
2000-01-03 02:24:26 +00:00 |
verti.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
wave.cpp
|
include <wx/...> => include "wx/..."
|
1999-11-02 15:50:22 +00:00 |
win_gtk.c
|
Added scrolling of widgets to GTK 2.0.
|
2002-08-20 15:48:14 +00:00 |
window.cpp
|
fixed some GTK2 compilation warnings
|
2002-08-23 19:01:47 +00:00 |
wx_gtk_vmsjackets.c
|
Committing in .
|
2000-03-22 12:42:38 +00:00 |