2002-02-27 |
Julian Smart | Added static wxBuffer |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Julian Smart | Nano-X: used drawable-to-wxImage function in wxBitmap... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Julian Smart | Nano-X: added function to copy from a drawable to a... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Julian Smart | Nano-X: bitmap now showing in wxMessageBox, but it... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Robin Dunn | Changed the img2py tool to use PNG instead of XPM for... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Julian Smart | Got dialog sizing to work, downsized fonts a bit (thoug... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Julian Smart | Window management and sizer layout corrections |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Vadim Zeitlin | fixed a few warnings |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Julian Smart | Fixed XGetWindowAttributes so 'mapped' is reported |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Julian Smart | Attempt at creating appropriate fonts in Nano-X |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Julian Smart | Nano-X changes: removed spurious -O for Nano-X configur... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Robert Roebling | New code for greying out. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Julian Smart | Compilation fixes for Nano-X |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Vadim Zeitlin | fixed linking errors |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Julian Smart | Changed greying out to very crude algorithm, just drain... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Vadim Zeitlin | fixed error in mouse capture test |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Julian Smart | Put tool disabling back in, but we need to debug wxCrea... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Julian Smart | data_image -> mask_image, correcting some crashes in... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Julian Smart | Commented out the bitmap-greying code until I have... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Julian Smart | Corrected typos |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Julian Smart | Added middle mouse event macros to wxListCtrl doc;... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Václav Slavík | reverted wxMGL-specific code (didn't mean to commit... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Vadim Zeitlin | added a note that wxStringList is obsolete |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Julian Smart | Reverted to my own solution; I think it's better becaus... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Julian Smart | Fixed conflicts with Robert's similar fixes; fixed... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Robert Roebling | Corrections to position and size for toolbar. |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Robert Roebling | Added simplistic wxToolBar to wxUniversal. It |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Gilles Depeyrot | take title of radiobox into account to calculate best... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Gilles Depeyrot | removed obsolete CodeWarrior project file |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Gilles Depeyrot | added Mac OS X application bundle (framework) building |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Gilles Depeyrot | changes needed for compilation with Project Builder |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Robert Roebling | Added expose event compression. |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Robert Roebling | Done some work on wxFocusEvent::SetWindow(). Enough |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Vadim Zeitlin | only call GSocket_Init() when needed and do call it... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Robert Roebling | More tests in erase sample. |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Robin Dunn | more wxMac specific updates |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Vadim Zeitlin | correction to wxUSE_FSVOLUME handling, don't give ... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Vadim Zeitlin | added wxUSE_FSVOLUME |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Václav Slavík | made AdjustForParentClientOrigin const |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Václav Slavík | removed AdjustForParentClientOrigin from wxMotif and... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Václav Slavík | made generic wxListCtrl work with well-behaved ports... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Václav Slavík | removed AdjustForParentClientOrigin from wxMotif and... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Václav Slavík | 1. changed doubleclick events sequence to 'down,up... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Vadim Zeitlin | added EVT_MENU_OPEN and EVT_MENU_CLOSE events |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Vadim Zeitlin | no changes |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Vadim Zeitlin | changed wxColourToRGB() to use RGB() instead of PALETTE... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Vadim Zeitlin | part of the fix to the initial colour selection in... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Vadim Zeitlin | implemented wxWindowDC and wxClientDC::GetSize() proper... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Vadim Zeitlin | temp linking quick fix |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Robert Roebling | Implemented a simple modality under X11. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Vadim Zeitlin | undef LoadMenu() (patch #521743) |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Robin Dunn | SIGged updates for wxMac |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Robin Dunn | SWIGged updates for wxGTK |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Robin Dunn | Finished wrapping and providing typemaps for wxInputStr... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Robin Dunn | Finished wrapping and providing typemaps for wxInputStr... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Robin Dunn | Changes for wxOGL since wxFatalError has been deprecated. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Robert Roebling | Some work on GTK focus handling and events. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Robert Roebling | Applied wxList::Prepend() patch. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Robert Roebling | applied doc patch for wxPostEvent(). |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Robert Roebling | Added new stream tests to typetest. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Julian Smart | Added some notes on the Nano-X port. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Julian Smart | wxUSE_CONSTRAINTS now refers to constraints only, since... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Robert Roebling | Minor fixes to buffered stream in connection |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Václav Slavík | fix for (MSLU?) BEGIN/ENDEDITLABEL in Unicode build |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Václav Slavík | removed libxpm |
commit | commitdiff | tree | snapshot |
2002-02-22 |
David Webster | Style updates |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Gilles Depeyrot | Darwin dlopen functions is needed both for DYNLIB_CLASS... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Vadim Zeitlin | fix for a nasty bug with colouor copying |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Vadim Zeitlin | 1. made wxDebugMsg, wxError and wxFatalError deprecated... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Vadim Zeitlin | ensure that the compatibility defines are not set for... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Vadim Zeitlin | wxLogFatalError() now always aborts the program and... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Vadim Zeitlin | added a menu item to toggle live splitter update |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Vadim Zeitlin | fixed dead update splitters |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Vadim Zeitlin | misc fixes for (absense of) the borders |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Vadim Zeitlin | fixes to handling of 0 and negative splitter position... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Robin Dunn | Updated PyCrust from Patrick O'Brien |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Vadim Zeitlin | applied a fix for the patch 446325 |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Vadim Zeitlin | don't crash if editing of the cell wasn't started for... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Vadim Zeitlin | wxCursor(wxImage) added (Chris Elliott, patch 517439) |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Vadim Zeitlin | fixes for big endiand machines (Chris Elliott, patch... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Vadim Zeitlin | applied patch for calculating the tree items size with... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Julian Smart | Some more NanoX compile fixes |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Julian Smart | Removed bizarre test code of which I have no recollecti... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Robin Dunn | Better wrapper for wxListCtrl.GetColumn, and some other... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Robin Dunn | Better doc |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Robin Dunn | A few tweaks and some cleanup for the wxPython demo |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Robin Dunn | Fix so the Host: header in wxHTTP really works. With... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Julian Smart | NanoX modificati |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Robert Roebling | Always send an erase event to satisfy some users... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Vadim Zeitlin | fixed SetForegroundColour() for the generic tree ctrl |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Vadim Zeitlin | added tests for setting fg/bg colour |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Vadim Zeitlin | added commands to rename the menus and menu items for... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Vadim Zeitlin | fix setting the font for a single-line text control... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Vadim Zeitlin | compilation fix |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Vadim Zeitlin | reverted the previous fix, it's no longer needed now... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Vadim Zeitlin | use base 10 by default in wxString::To[U]Long |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Gilles Depeyrot | corrected typo in Darwin specific code |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Robin Dunn | Fix so the value given to wxTextEntryDialog::SetValue... |
commit | commitdiff | tree | snapshot |
next |