2002-03-09 |
Vadim Zeitlin | added support for non alphanumeric simple character... |
tree | commitdiff |
2002-03-09 |
Ron Lee | Added GetMaxSize virtual method for use by sizers. |
tree | commitdiff |
2002-03-08 |
Robin Dunn | Fixed compilation error. |
tree | commitdiff |
2002-03-08 |
Ron Lee | Added SetLogBuffer method. |
tree | commitdiff |
2002-03-08 |
Ron Lee | Moved assert to before the segfault. |
tree | commitdiff |
2002-03-06 |
Julian Smart | Applied patch for Forty, print patch and wxHTML book... |
tree | commitdiff |
2002-03-06 |
Vadim Zeitlin | fixes to the new pointer array implementation |
tree | commitdiff |
2002-03-06 |
Gilles Depeyrot | wxArray<T> macros have been changed to fix runtime... |
tree | commitdiff |
2002-03-05 |
Václav Slavík | fixed compilation for wxUSE_UNICODE=1, wxUSE_UNICODE_MSLU=0 |
tree | commitdiff |
2002-02-28 |
Robert Roebling | Lots of things to make menus and submenus work. |
tree | commitdiff |
2002-02-28 |
Vadim Zeitlin | removed unnecessary include |
tree | commitdiff |
2002-02-28 |
Vadim Zeitlin | fixes to toolbar, seems to work |
tree | commitdiff |
2002-02-27 |
Vadim Zeitlin | [start of] a wxUniversal implementation of wxToolBar |
tree | commitdiff |
2002-02-26 |
Julian Smart | Window management and sizer layout corrections |
tree | commitdiff |
2002-02-26 |
Vadim Zeitlin | fixed a few warnings |
tree | commitdiff |
2002-02-26 |
Julian Smart | Nano-X changes: removed spurious -O for Nano-X configur... |
tree | commitdiff |
2002-02-25 |
Julian Smart | Changed greying out to very crude algorithm, just drain... |
tree | commitdiff |
2002-02-25 |
Julian Smart | Added middle mouse event macros to wxListCtrl doc;... |
tree | commitdiff |
2002-02-24 |
Julian Smart | Fixed conflicts with Robert's similar fixes; fixed... |
tree | commitdiff |
2002-02-24 |
Robert Roebling | Added expose event compression. |
tree | commitdiff |
2002-02-24 |
Vadim Zeitlin | only call GSocket_Init() when needed and do call it... |
tree | commitdiff |
2002-02-24 |
Václav Slavík | made AdjustForParentClientOrigin const |
tree | commitdiff |
2002-02-23 |
Vadim Zeitlin | added EVT_MENU_OPEN and EVT_MENU_CLOSE events |
tree | commitdiff |
2002-02-23 |
Vadim Zeitlin | temp linking quick fix |
tree | commitdiff |
2002-02-23 |
Robert Roebling | Some work on GTK focus handling and events. |
tree | commitdiff |
2002-02-23 |
Julian Smart | wxUSE_CONSTRAINTS now refers to constraints only, since... |
tree | commitdiff |
2002-02-23 |
Robert Roebling | Minor fixes to buffered stream in connection |
tree | commitdiff |
2002-02-22 |
Gilles Depeyrot | Darwin dlopen functions is needed both for DYNLIB_CLASS... |
tree | commitdiff |
2002-02-22 |
Vadim Zeitlin | 1. made wxDebugMsg, wxError and wxFatalError deprecated... |
tree | commitdiff |
2002-02-22 |
Vadim Zeitlin | wxLogFatalError() now always aborts the program and... |
tree | commitdiff |
2002-02-22 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-02-21 |
Vadim Zeitlin | fixes for big endiand machines (Chris Elliott, patch... |
tree | commitdiff |
2002-02-21 |
Robin Dunn | Fix so the Host: header in wxHTTP really works. With... |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | reverted the previous fix, it's no longer needed now... |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | use base 10 by default in wxString::To[U]Long |
tree | commitdiff |
2002-02-20 |
Gilles Depeyrot | corrected typo in Darwin specific code |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | don't inherit the controls colours from the parent... |
tree | commitdiff |
2002-02-19 |
Vadim Zeitlin | added an error message to wxCopyFile |
tree | commitdiff |
2002-02-19 |
Vadim Zeitlin | fixed Unicode-mode only bug in Validate() |
tree | commitdiff |
2002-02-19 |
Vadim Zeitlin | fixed bug in ParseDateFormat() with numbers with leadin... |
tree | commitdiff |
2002-02-18 |
Václav Slavík | better approach to centering windows (in absence of... |
tree | commitdiff |
2002-02-18 |
Gilles Depeyrot | corrections to dynamic loading for Darwin |
tree | commitdiff |
2002-02-18 |
Václav Slavík | checked in forgottern parts of MSLU changes |
tree | commitdiff |
2002-02-17 |
Václav Slavík | more MSLU fixes and moved MSLU stuff into separate... |
tree | commitdiff |
2002-02-17 |
Stefan Neis | Fixed OS/2 compilation problems. |
tree | commitdiff |
2002-02-17 |
Václav Slavík | don't treat changing focus to popup's child as loosing it |
tree | commitdiff |
2002-02-16 |
Mattia Barbon | Fix Cygwin and MinGW compilation |
tree | commitdiff |
2002-02-16 |
Mattia Barbon | Fixed toolbar crash for MinGW/Cygwin |
tree | commitdiff |
2002-02-16 |
Václav Slavík | previous change to wxImage was wrong, it didn't account... |
tree | commitdiff |
2002-02-16 |
Václav Slavík | A couple of changes to wxImage: |
tree | commitdiff |
2002-02-15 |
Václav Slavík | more MSLU fixes |
tree | commitdiff |
2002-02-15 |
Vadim Zeitlin | made wxDateTimeDefault an object and not a reference... |
tree | commitdiff |
2002-02-15 |
Vadim Zeitlin | fixed <strings.h> include and also removed the obsolete... |
tree | commitdiff |
2002-02-15 |
Václav Slavík | leave in only Julian's version of CaptureMouse code |
tree | commitdiff |
2002-02-14 |
Robin Dunn | As per the wx-dev discussion in early Jan, replaced |
tree | commitdiff |
2002-02-14 |
Václav Slavík | take const reference (thanks to Alberto Barbati) |
tree | commitdiff |
2002-02-14 |
Julian Smart | Restored previous mouse release/capture behaviour for... |
tree | commitdiff |
2002-02-14 |
Julian Smart | Removed wxBuffer from several ports; added function... |
tree | commitdiff |
2002-02-13 |
Vadim Zeitlin | delete the command if we failed to execute it (bug... |
tree | commitdiff |
2002-02-13 |
Vadim Zeitlin | return NULL from FindById() if the tool wasn't found... |
tree | commitdiff |
2002-02-12 |
Julian Smart | Correction for 'protected' compiler error |
tree | commitdiff |
2002-02-12 |
Julian Smart | Modified CaptureMouse to call DoReleaseMouse if necessa... |
tree | commitdiff |
2002-02-12 |
Václav Slavík | fixed menubar attaching: create it first, THEN set... |
tree | commitdiff |
2002-02-11 |
Václav Slavík | use wxHashMap, not wxHashTable in wxXPMDecoder |
tree | commitdiff |
2002-02-11 |
Robert Roebling | Last link error in wxX11 killed. |
tree | commitdiff |
2002-02-11 |
Julian Smart | Linking now |
tree | commitdiff |
2002-02-10 |
David Webster | Removing OS/2 specific positioning methods, no longer... |
tree | commitdiff |
2002-02-09 |
Václav Slavík | use WXUNUSED(foo), not (void)foo |
tree | commitdiff |
2002-02-09 |
Václav Slavík | temporary hack to make wxMGL and SciTech happy... |
tree | commitdiff |
2002-02-09 |
Václav Slavík | fix for broken color parsing in wxXPMDecoder (thanks... |
tree | commitdiff |
2002-02-08 |
Julian Smart | Now compiling |
tree | commitdiff |
2002-02-08 |
Vadim Zeitlin | cleanups after SciTech commit :-( |
tree | commitdiff |
2002-02-08 |
Václav Slavík | make more wxImage methods const |
tree | commitdiff |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
tree | commitdiff |
2002-02-07 |
Václav Slavík | changed wxImage::ComputeHistogram to use wxHashMap |
tree | commitdiff |
2002-02-07 |
George Tasker | Applied patch #514037 from Paul Gammans to remove unnee... |
tree | commitdiff |
2002-02-07 |
Vadim Zeitlin | wxMSW compilation fix |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | use wxCOMPILE_TIME_ASSERT instead of the run-time checks |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | fixes for METHODDEF definition |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | assert when a base class of a class in wxRTTI system... |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | added wxRTTI macros to wxList and wxStringList |
tree | commitdiff |
2002-02-05 |
Vadim Zeitlin | don't compile this file under wxMSW |
tree | commitdiff |
2002-02-05 |
Vadim Zeitlin | fixed compilation without wxUSE_STREAMS |
tree | commitdiff |
2002-02-04 |
Vadim Zeitlin | fixed for compilation without wxUSE_WCHAR_T and minor... |
tree | commitdiff |
2002-02-04 |
Vadim Zeitlin | no changes, just the file I forgot to commit... |
tree | commitdiff |
2002-02-04 |
Robert Roebling | Added missing test in wxObject::Ref() for already |
tree | commitdiff |
2002-02-04 |
Robert Roebling | Ref counting fixes and compile fixes. |
tree | commitdiff |
2002-02-04 |
David Webster | OS/2 scrolling support |
tree | commitdiff |
2002-02-03 |
Vadim Zeitlin | added asserts to Clone/CreateRefData() |
tree | commitdiff |
2002-02-02 |
Václav Slavík | changed wxFileName::Normalize signature to allow or... |
tree | commitdiff |
2002-02-02 |
Gilles Depeyrot | correction for compilation with ProjectBuilder |
tree | commitdiff |
2002-02-01 |
Vadim Zeitlin | various minor fixes to wxHashMap: compilation warnings... |
tree | commitdiff |
2002-02-01 |
David Webster | Got rid of the bad EOLs. |
tree | commitdiff |
2002-02-01 |
Robin Dunn | added wx type info macros for wxFSFile |
tree | commitdiff |
2002-01-31 |
Julian Smart | Applied hash copy fix, BC++ makefile fix (though not... |
tree | commitdiff |
2002-01-31 |
Vadim Zeitlin | added wxObject::AllocExclusive() and associated methods |
tree | commitdiff |
2002-01-31 |
Julian Smart | Corrected Normalize invocation by casting |
tree | commitdiff |
2002-01-31 |
Julian Smart | Removed wxPATH_NORM_CASE from Normalize or files won... |
tree | commitdiff |
2002-01-30 |
Vadim Zeitlin | added a wxCHECK(index is correct) to GetParam() (fix... |
tree | commitdiff |
2002-01-29 |
Mattia Barbon | New wxHashMap class. |
tree | commitdiff |
next |