2003-07-09 |
Vadim Zeitlin | wxScrolledWindow scrollbar update fix (patch 680427...
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | made wxTextInputStream Unicode safe and general cleanup...
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | oops, compilation fix after applying the patch
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | we probably don't need crit section in GetTimeZone()
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | added some checks for .mo integrity (part of patch...
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | select all text initially in the control (part of patch...
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | handle as well as in URLs (part of patch 649438)
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | added support for POST method and alternate ports ...
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | implement support for returning several elements at...
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | ensure that we don't get stuck in modal loop forever...
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | check index in GetString()
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | use mask for GIFs (part of patch 649438)
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | GetClientData(int n) should be const (part of patch...
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | added missing #include <wx/defs.h> (parts of patch...
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | fixed crash in wxSpinButton (patch 646214)
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | VC 7.1 warning fix
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | attempts to fix separate compilation (didn't work)
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | test for Mac before Unix as __UNIX__ is defined as...
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | typo in comment
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | removed some stray MSW code
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | initialize wxStrings in initialization list, not ctor...
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | fixed gcc 3.3 compilation warnings
|
commit | commitdiff | tree |
2003-07-08 |
Vadim Zeitlin | compilation warning fixes (patch 625810)
|
commit | commitdiff | tree |
2003-07-08 |
Vadim Zeitlin | added support for wxALWAYS_SHOW_SB (finally closes...
|
commit | commitdiff | tree |
2003-07-08 |
Vadim Zeitlin | deprecated and removed from our code GetUseCtl3D()...
|
commit | commitdiff | tree |
2003-07-08 |
Vadim Zeitlin | warnings fixes
|
commit | commitdiff | tree |
2003-07-08 |
Vadim Zeitlin | mingw compilation fix
|
commit | commitdiff | tree |
2003-07-08 |
Vadim Zeitlin | got rid of (unused since a long time) wxNO_3D and wxUSER_COLOURS
|
commit | commitdiff | tree |
2003-07-08 |
Vadim Zeitlin | renamed wxScrollHelper::GetRect() to GetScrollRect...
|
commit | commitdiff | tree |
2003-07-08 |
Vadim Zeitlin | backport wxListCtrl::Refresh() fix
|
commit | commitdiff | tree |
2003-07-08 |
Vadim Zeitlin | Refresh() didn't work as it wasn't passed to subwindows
|
commit | commitdiff | tree |
2003-07-07 |
Vadim Zeitlin | document the functions sending page changing events
|
commit | commitdiff | tree |
2003-07-07 |
Vadim Zeitlin | compilation fix (extra semicolon)
|
commit | commitdiff | tree |
2003-07-07 |
Vadim Zeitlin | warning (in Unicode only) fix
|
commit | commitdiff | tree |
2003-07-07 |
Vadim Zeitlin | added wxEntry(char **) declaration
|
commit | commitdiff | tree |
2003-07-07 |
Vadim Zeitlin | mention that OnInit/Exit() should be used instead of...
|
commit | commitdiff | tree |
2003-07-06 |
Vadim Zeitlin | don't east 100% of CPU when showing popup menu (patch...
|
commit | commitdiff | tree |
2003-07-06 |
Vadim Zeitlin | check for wrong wxID_OK usage (patch 758388)
|
commit | commitdiff | tree |
2003-07-06 |
Vadim Zeitlin | documented Fit() brokenness if sizers are not used
|
commit | commitdiff | tree |
2003-07-06 |
Vadim Zeitlin | forward ported patch to IsEditable()
|
commit | commitdiff | tree |
2003-07-06 |
Vadim Zeitlin | send more page change events (patch 750521); document...
|
commit | commitdiff | tree |
2003-07-06 |
Vadim Zeitlin | implemented GetDefaultBorder() in wxControl, override...
|
commit | commitdiff | tree |
2003-07-06 |
Vadim Zeitlin | compilation fix (extra semicolon)
|
commit | commitdiff | tree |
2003-07-06 |
Vadim Zeitlin | added GetBorder(flags)
|
commit | commitdiff | tree |
2003-07-06 |
Vadim Zeitlin | wxNotebook::HitTest() for wxMSW added (patch 748469)
|
commit | commitdiff | tree |
2003-07-06 |
Vadim Zeitlin | wxNotebook::HitTest() for wxMSW added (patch 748469)
|
commit | commitdiff | tree |
2003-07-06 |
Vadim Zeitlin | applied a patch to prevent another IsDialogMessage...
|
commit | commitdiff | tree |
2003-07-06 |
Vadim Zeitlin | use HWND in tracing messages
|
commit | commitdiff | tree |
2003-07-06 |
Vadim Zeitlin | fix for VC++ warnings about missing macro arguments
|
commit | commitdiff | tree |
2003-07-05 |
Vadim Zeitlin | added wxMAKE_UNIQUE_NAME to wx/defs.h, use it in wx...
|
commit | commitdiff | tree |
2003-07-05 |
Vadim Zeitlin | added wxScopeGuard; test it in the sample
|
commit | commitdiff | tree |
2003-07-05 |
Vadim Zeitlin | some float -> int conversion warnings suppressed (but...
|
commit | commitdiff | tree |
2003-07-04 |
Vadim Zeitlin | bring base class AddFile()s in scope manually, without...
|
commit | commitdiff | tree |
2003-07-04 |
Vadim Zeitlin | regenerated after Mattia's changes
|
commit | commitdiff | tree |
2003-07-04 |
Vadim Zeitlin | test multiple extensions in wxDocTemplate
|
commit | commitdiff | tree |
2003-07-04 |
Vadim Zeitlin | fixed crash in wxExecute() introduced during base/GUI...
|
commit | commitdiff | tree |
2003-07-04 |
Vadim Zeitlin | quick fix for Unix build (upper cased builtin, this...
|
commit | commitdiff | tree |
2003-07-03 |
Vadim Zeitlin | fixed a typo in IsExposed, put SetValidator in correct...
|
commit | commitdiff | tree |
2003-07-03 |
Vadim Zeitlin | workaround BCC bug resulting in E2233 when building...
|
commit | commitdiff | tree |
2003-07-03 |
Vadim Zeitlin | fix for base class AddFile visibility and DLL build
|
commit | commitdiff | tree |
2003-07-03 |
Vadim Zeitlin | removed static methods from wxAppTraitsBase, this doesn...
|
commit | commitdiff | tree |
2003-07-03 |
Vadim Zeitlin | fixed comment and docs for GetSize()
|
commit | commitdiff | tree |
2003-07-03 |
Vadim Zeitlin | use GetSize() instead of deprecated StreamSize() in...
|
commit | commitdiff | tree |
2003-07-03 |
Vadim Zeitlin | added recent new files (still can't run bakefile to...
|
commit | commitdiff | tree |
2003-07-02 |
Vadim Zeitlin | got rid of wxBuffer (finally!!!)
|
commit | commitdiff | tree |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
|
commit | commitdiff | tree |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | init more (all?) member variables
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | added initloc.h to, removed timer.h from base headers
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | documented wxUSE_GUI/BASE and __WXBASE__
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | removed WXDLLEXPORT_CTORFN (was always empty anyhow)
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | suppress warning about unused variable
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | fixed crash on startup
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | removed unused method declaration
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | GetOsVersion() is now wxGUIAppTraits method instead...
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | removed wxFunction
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | added Bulgarian translations
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | fixed VC++ warning in release build
|
commit | commitdiff | tree |
2003-07-01 |
Vadim Zeitlin | fixed Unicode compilation and run-time problems
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | regenerated with autocofn 2.57
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | added missing #include bitmap.h
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | we can't declare WinMain() with other arguments using...
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | include init.h as wxEntry is supposed to be declared...
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | removed old wxEntry() declaration
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | removed old wxEntry declarations
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | small wxGTK compilation fixes
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | added empty Init/CleanUpStandardHandlers() for compatibility...
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | more work on fixing wxEntry() and ANSI/Unicode cmd...
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | extracted common initialization/cleanup functions in...
|
commit | commitdiff | tree |
2003-06-30 |
Vadim Zeitlin | added wxCRIT_SECT_DECLARE_MEMBER
|
commit | commitdiff | tree |
2003-06-29 |
Vadim Zeitlin | added release()
|
commit | commitdiff | tree |
2003-06-29 |
Vadim Zeitlin | documented wxIsMainThread() and other thread-related...
|
commit | commitdiff | tree |
2003-06-29 |
Vadim Zeitlin | corrected link in see also
|
commit | commitdiff | tree |
2003-06-29 |
Vadim Zeitlin | added wxIsMainThread()
|
commit | commitdiff | tree |
2003-06-29 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2003-06-29 |
Vadim Zeitlin | we don't need to include wx/mac/private.h, at least...
|
commit | commitdiff | tree |
2003-06-29 |
Vadim Zeitlin | fix for compiling in wxUSE_GUI == 0 mode
|
commit | commitdiff | tree |
2003-06-28 |
Vadim Zeitlin | fix for comparison bug in GetHeader()
|
commit | commitdiff | tree |
2003-06-28 |
Vadim Zeitlin | fixed fatal crash in Create() after my last change
|
commit | commitdiff | tree |
2003-06-28 |
Vadim Zeitlin | replaced wxGetOsVersion() with wxGUIAppTraits::GetOSVersion()
|
commit | commitdiff | tree |
next |