2005-06-19 |
Vadim Zeitlin | disable warning for eVC 4 (_MSC_VER == 1201) as well |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Vadim Zeitlin | added AutoHANDLE class to close a HANDLE automatically |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Vadim Zeitlin | WinCE does support strftime() now, no need to #ifdef... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Vadim Zeitlin | WinCE compilation fix (no SM_C[XY]DRAG under CE as... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Vadim Zeitlin | added scopeguardtest.cpp |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Mattia Barbon | Fix crash on exit with Lesstif (and possibly Motif... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Julian Smart | Corrected wrong size used when refreshing notebook |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Robert Roebling | Comitting correct wxGTK.spec again. |
commit | commitdiff | tree | snapshot |
2005-06-18 |
David Elliott | Set m_cocoaDataSource = NULL in default constructor... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Vadim Zeitlin | don't assert if kind == Item_None in wxSizerItem::IsSho... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Vadim Zeitlin | fixed typo in GetSelEnd() which made that the function... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Vadim Zeitlin | don't try to subclass tab control using the same window... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Vadim Zeitlin | undid last commit, it's not needed after fixing the... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Ron Lee | Fix the test for NO_GCC_PRAGMA to be faster and more... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Vadim Zeitlin | use generic sample icon; no need for separate .rc file |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Vadim Zeitlin | use empty string and not string().c_str() as title... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Vadim Zeitlin | create BAKEFILE_PATHS env var |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Vadim Zeitlin | WXWIN env var should go to HKCU\Environment, not to... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Vadim Zeitlin | don't show wxLogDebug during app startup output in... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Włodzimierz... | Patch #1222244: Fixes for bug #1212853 with unit test. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Włodzimierz... | Open Watcom adjustement. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Włodzimierz... | Adjust to different platform headers distributed with... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Julian Smart | Fix for eVC++ 3 |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Vadim Zeitlin | fixed problem with wxKill(SIGNONE) returning error... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Vadim Zeitlin | added test for wxScopeGuard |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Vadim Zeitlin | documented wxScopeGuard; this class is too useful to... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Vadim Zeitlin | fixed wxON_BLOCK_EXIT macros to work with new definitio... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Václav Slavík | some 3rd party libs are not buildable under eVC, don... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Julian Smart | Applied patch [ 1215991 ] Mac xrc enables unknown class |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Julian Smart | Applied patch [ 1217859 ] Swedish translation for the... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Julian Smart | Name correction |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Julian Smart | Applied patch [ 1212208 ] Fix a bug in wxTreeCtrl with... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Julian Smart | Change log update |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Julian Smart | Applied patch [ 1217285 ] fix for bug 1040539 |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Julian Smart | Applied patch [ 1218833 ] [wxMSW] wxListBox optimisatio... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Julian Smart | Applied patch [ 1218849 ] [wxMSW] Removes magic numbers... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Michael Wetherell | Revert Cygwin changes |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Julian Smart | Applied patch [ 1219269 ] [wxAll] Fix create button... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Dimitri Schoolwerth | added Thai/CP874 support for MSW |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Michael Wetherell | Let Cygwin be a Windows build for wxMSW and a unix... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Vadim Zeitlin | fix index of appended items (broken by previous commit) |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Vadim Zeitlin | initial attempt to make it work for eVC (WinCE) as... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Vadim Zeitlin | don't redeclare struct tm if it's already declared... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Vadim Zeitlin | (harmless) eVC4 warning fix |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Václav Slavík | previous commit didn't work with bkl-0.1.8, fixed |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Václav Slavík | basic eVC support |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Vadim Zeitlin | WinCE compilation fixes |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Robin Dunn | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Mart Raudsepp | wxFrameLayout contains wxPen by value, so the wxPen... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Robin Dunn | Log the exception when writing to file fails. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Robin Dunn | docstring typo |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Robin Dunn | Unregister the object too |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Mart Raudsepp | Fix "warning: operation on 'y' may be undefined". |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Václav Slavík | fixed typo |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Václav Slavík | removed debugging code checked in by mistake |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Włodzimierz... | Due to wxStringBase::CopyBeforeWrite() we need to resen... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Václav Slavík | call release builds 'Release'; don't define options... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Włodzimierz... | Allow multiline tooltip testing. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Włodzimierz... | Due to wxStringBase::CopyBeforeWrite() we need to resen... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Mart Raudsepp | Add some missing runtime gtk+ version checks. There... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Mart Raudsepp | Use the toplevel widget as the parent in gtk_file_choos... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Robin Dunn | Pass the print data to the wx.PrintDialogData ctor. |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Robin Dunn | Patch from Ole André, call RegisterActiveObject() so... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Włodzimierz... | '[1219035] cleanup: miscellaneous' and minor source... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Stefan Neis | Added empty destructor that was removed from header. |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Stefan Neis | Unicode compilation fixes. |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Stefan Neis | Additional imageId values for specific drive types... |
commit | commitdiff | tree | snapshot |
2005-06-11 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2005-06-11 |
Robin Dunn | Docview and IDE patch from Morag Hua with fix for bug... |
commit | commitdiff | tree | snapshot |
2005-06-11 |
Robin Dunn | Only freeze the splitter, the children will be automati... |
commit | commitdiff | tree | snapshot |
2005-06-11 |
Robin Dunn | Forgot to get rid of the old test code |
commit | commitdiff | tree | snapshot |
2005-06-11 |
Robin Dunn | Only Freeze/Thaw on wxMSW. The other ports don't need it. |
commit | commitdiff | tree | snapshot |
2005-06-11 |
Robin Dunn | Added the wx.lib.splitter module, which contains the |
commit | commitdiff | tree | snapshot |
2005-06-11 |
Robin Dunn | A little cleanup |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Włodzimierz... | Allow MSW Base be usable in other ports than wxMSW... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Julian Smart | Don't use native font always. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Michael Wetherell | Compilation fix for Cygwin |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Michael Wetherell | Declare gtk_icon_size_lookup if it is missing from... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Michael Wetherell | Typo |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Stefan Neis | Include rawbmp.h only for __WXGTK20__ (unneeded for... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Stefan Neis | Hopefully fixed library names generated by wx-config... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Stefan Neis | Removed some code for detecting no longer needed pthrea... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Julian Smart | Need to set background colour for wxListBox, not just... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Robin Dunn | Fix for bug #1217874, Error in parameter name in DocMan... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Robin Dunn | Fixes for bug #1217872 pydocview.DocService not correct... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Vadim Zeitlin | another compilation fix for wxUSE_MIMETYPE==0 |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Robin Dunn | Virtualize OnInternalIdle. |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Vadim Zeitlin | always set flat toolbar style, even under XP with theme... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Vadim Zeitlin | don't statically link to SetMenuInfo(): it is not prese... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Robin Dunn | Added wx.RendererNative class |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Vadim Zeitlin | added explicit casts for (varagr) TIFFSetField() parameters |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Vadim Zeitlin | (blind) compilation fix for wxUSE_UXTHEME==0 |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Robin Dunn | Subrelease version bump |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Robin Dunn | Added wx.LogBuffer |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Włodzimierz... | VC warning fixes. |
commit | commitdiff | tree | snapshot |
next |