wxWidgets/src/gtk1
2003-06-03 10:32:26 +00:00
..
.cvsignore cvs now ignores libtool's .lo and .la files 1999-06-14 17:13:40 +00:00
app.cpp Applied patch [ 739401 ] gtk_init() has to be called before gdk_threads_enter() 2003-05-21 18:54:27 +00:00
bdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
bitmap.cpp compilation fix 2003-05-01 20:03:32 +00:00
bmpbuttn.cpp initialize wxBitmapButton members 2002-05-04 11:57:39 +00:00
brush.cpp Remove unnecessary header dependencies. Fix resulting compilation 2003-02-10 21:07:36 +00:00
button.cpp added support for GTK2 label mnemonics (patch #689573) 2003-03-04 23:34:52 +00:00
cdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
checkbox.cpp added support for GTK2 label mnemonics (patch #689573) 2003-03-04 23:34:52 +00:00
checklst.cpp Lots of updates for Unicode and GTK 2.0 support. 2002-08-05 17:59:20 +00:00
choice.cpp Insert() patch from John Labenski 2003-05-09 12:58:28 +00:00
clipbrd.cpp Lots more Unicode fixes. 2002-08-19 17:02:10 +00:00
colour.cpp Remove unnecessary header dependencies. Fix resulting compilation 2003-02-10 21:07:36 +00:00
combobox.cpp Insert() patch from John Labenski 2003-05-09 12:58:28 +00:00
control.cpp fix compilation for GTK1 2003-03-05 15:58:10 +00:00
cross.xbm Initial revision 1998-05-20 14:01:55 +00:00
cursor.cpp Up-ported wxBusyCursor fix and wxCombBov default dialog 2003-03-02 21:34:32 +00:00
data.cpp extracted duplicated code from src/*/data.cpp in a common file 2003-04-10 20:33:17 +00:00
dataobj.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
dc.cpp Removed erroneous copyright names and corrected licence spelling 2003-03-17 11:23:28 +00:00
dcclient.cpp support SetBackgroundMode and SetTextBackground with GTK+2 2003-05-31 17:30:00 +00:00
dcmemory.cpp fixes for working with mono bitmaps (patch 728768) 2003-05-01 19:31:30 +00:00
dcscreen.cpp wxDC::GetSize() should work now in wxGTK 2000-10-30 16:43:37 +00:00
descrip.mms Committing in . 2003-04-24 13:48:51 +00:00
dialog.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
dnd.cpp lost log.h fixed 2002-08-30 13:49:49 +00:00
evtloop.cpp Removed erroneous copyright names and corrected licence spelling 2003-03-17 11:23:28 +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 Removed wxHTMLHelpControllerBase (putting the 2003-05-24 11:20:39 +00:00
font.cpp Removed erroneous copyright names and corrected licence spelling 2003-03-17 11:23:28 +00:00
fontdlg.cpp Upported minor fix for font dialog. 2003-04-24 14:35:29 +00:00
frame.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
gauge.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
gdiobj.cpp Removed erroneous copyright names and corrected licence spelling 2003-03-17 11:23:28 +00:00
glcanvas.cpp OpenGL for GTK2 fixes. 2003-05-06 07:21:22 +00:00
gsockgtk.c Added some missing copyright lines 2003-05-04 14:11:45 +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 Removed erroneous copyright names and corrected licence spelling 2003-03-17 11:23:28 +00:00
listbox.cpp indicate whether this is a selection or a deselection in wxCommandEvent generated by a multiselection wxListBox 2003-02-02 03:05:41 +00:00
main.cpp Various makefile and installation things. 2000-03-05 17:49:58 +00:00
mdi.cpp Split this out from other changes to keep things sane.. 2003-01-13 05:17:41 +00:00
menu.cpp make accelerators for bitmap menu items work (patch 626048) 2003-05-01 23:15:09 +00:00
minifram.cpp Corrected wxMiniFrame for GTK2 and removed its 2003-01-05 22:55:38 +00:00
msgdlg.cpp added native wxMessageDialog implementation for GTK+2 2003-02-28 23:37:46 +00:00
notebook.cpp Fix for [ 688754 ] wxNotebook::SetSelection(-1) will segfault 2003-06-01 19:41:50 +00:00
pen.cpp fixed wxPenRefData::operator==() (part of patch 742783) 2003-06-03 10:32:26 +00:00
popupwin.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
radiobox.cpp Split this out from other changes to keep things sane.. 2003-01-13 05:17:41 +00:00
radiobut.cpp added support for GTK2 label mnemonics (patch #689573) 2003-03-04 23:34:52 +00:00
region.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
scrolbar.cpp fixed wxScrollBar creation when default size was used 2003-02-28 23:41:00 +00:00
scrolwin.cpp Use virtual functions to help splittree work 2003-03-25 18:49:34 +00:00
settings.cpp fixed wxSYS_DEFAULT_GUI_FONT lookup 2003-02-19 23:17:01 +00:00
slider.cpp merged 2.4 branch into the trunk 2002-12-04 14:11:26 +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 Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detach/ in most places. 2003-01-07 10:22:07 +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 Corrected GTK2 creation of default font. 2003-01-31 10:31:05 +00:00
textctrl.cpp Applied patch [ 735588 ] Gtk2 textctrl selection fix 2003-06-01 13:42:21 +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 Minor corrections. 2003-02-11 11:20:45 +00:00
toplevel.cpp Reversed the meaning of black and white in wxRegion::ConvertToBitmap 2003-05-03 17:56:30 +00:00
treegtk.cpp Added wxTreeCtrl::GetItemParent to deprecate GetParent. 2002-12-29 07:48:21 +00:00
utilsgtk.cpp Removed erroneous copyright names and corrected licence spelling 2003-03-17 11:23:28 +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 Removed erroneous copyright names and corrected licence spelling 2003-03-17 11:23:28 +00:00
win_gtk.c merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
window.cpp Applied patch [ 739063 ] window.cpp (gtk) - mouse event processing 2003-06-01 13:45:54 +00:00
wx_gtk_vmsjackets.c Committing in . 2000-03-22 12:42:38 +00:00