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 |
2005-06-09 |
Julian Smart | Worked around problem with kill focus event being sent... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Julian Smart | Temporary fix for checklistbox refresh problem; setting the |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Julian Smart | Allow native font specification |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Stefan Csomor | UniChar being platform endian |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Stefan Csomor | fixing build for debug |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Robin Dunn | Don't deselect all others when SelectItem is called... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Robin Dunn | For consistency with the other ports don't send an... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Vadim Zeitlin | include wx/msw/wrapcctl.h instead of <commctrl.h> as... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Vadim Zeitlin | added tech note for MSW programmers |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Vadim Zeitlin | test for TB_SETBUTTONINFO instead of _WIN32_IE in wxToo... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Vadim Zeitlin | don't define WINVER as 0x0600 for VC6, its standard... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Stefan Csomor | guard against erases during tlw window destruction |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Włodzimierz... | [ 1216436 ] cleanup 'shadow variable' warnings from... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Włodzimierz... | Second part of '[ 1216148 ] cleanup: unused variables... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Włodzimierz... | Second part of '[ 1216148 ] cleanup: unused variables... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Włodzimierz... | Second part of '[ 1216148 ] cleanup: unused variables... |
commit | commitdiff | tree | snapshot |
next |