2003-07-10 |
Vadim Zeitlin | Wait() doesn't cancel the thread any longer
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | trying to fix the bug which results in blocking forever...
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | fix for IsAlive() called after Kill() or Exit()
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | allow adding/removing columns dynamically (based on...
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | GTK_TOOLBAR_BOTH_HORIZ is GTK 2 only (it would have...
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | fixes to allow dragging in multiselection tree ctrl...
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | added state image support (patch 530155)
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | added wxThreadHelper class (patch 756906)
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | more Unicode fixes
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | set string length properly in wxString(p, conv, len...
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | make string at least empty (instead of containing garbage...
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | correction to the separators in vertical toolbar after...
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | added functions to read/write several elements at once...
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | Unicode fixes (patch 754930)
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | (blindly) fixed header case confusion (replacement...
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | added state image support (patch 530155)
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | keep selected image in sync with the normal one if...
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | added wxTB_HORZ_TEXT (patch 713813); documented it...
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | use gdk_fontset_load() instead of gdk_font_load() for...
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | linking fixes and code cleanup after hotkey patch
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | allow wxPopupWindow get the key events (patch 713269)
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | mention opengl32lib/glu32.lib automatic inclusion
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | applied an extended version of patch 685795: clean...
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | deTABified
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | (blind) fix for valgrind error
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | preliminary implementation of wxEVT_MENU_OPEN/CLOSE...
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | wxMac doesn't need UseNativeStatusBar hack
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | no real changes
|
commit | commitdiff | tree |
2003-07-10 |
Vadim Zeitlin | fixed build
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | 2 step creation for wxDocMDIChildFrame (patch 661657)
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | automatically link with opengl32.lib and glu32.lib...
|
commit | commitdiff | tree |
2003-07-09 |
Vadim Zeitlin | added wxSocket::IPAddress() (patch 694119)
|
commit | commitdiff | tree |
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 |
next |