2004-06-11 |
Włodzimierz... | Generic colour dialog is still an option in wxMSW in... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Włodzimierz... | wxUSE_FONTDLG is optional. |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Włodzimierz... | wxUSE_PROGRESSDLG is optional. |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Stefan Csomor | adding compatibility mode fallback for custom window... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Włodzimierz... | wxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Włodzimierz... | Changed type of bitmaps. RC of DMC reported 'is not... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Dimitri Schoolwerth | fixed typo, used word 'assigned' instead of 'allotted' |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Robin Dunn | Accept both XY and X.Y version numbers |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Robin Dunn | Some doc tweaks |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Robin Dunn | Get unicows.dll from distrib/msw |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Robin Dunn | Put this distributable here so it doesn't get lost... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Robin Dunn | corrected the .pyd names |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Robin Dunn | fix the shebang |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Vadim Zeitlin | update from herbert breunung |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Robin Dunn | Some doc tweaks |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Václav Slavík | fixed pasting of Unicode strings |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Václav Slavík | don't confuse wxDF_UNICODETEXT and wxDF_TEXT |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Václav Slavík | removed outdated comment |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Vadim Zeitlin | open more keys in read only mode if we need to only... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Vadim Zeitlin | fixed typo in wxFrame::SetStatusBar() (bug 970516) |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Julian Smart | OR extra style with existing value or some implementati... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Vadim Zeitlin | disable the first top level parent, not the topmost... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Vadim Zeitlin | count the root item in wxTreeCtrl::GetCount() |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Dimitri Schoolwerth | clarified the parameters of MB2WC and WC2MB a little... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Vadim Zeitlin | fixed assert in SetItemText() for wxTR_MULTIPLE controls |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Robin Dunn | Take care of some focus issues with the AutoComp list... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Vadim Zeitlin | fixed OnFrameClose() return type |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | Ensure that the correct rectangle is clipped and refres... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Vadim Zeitlin | explicit this-> is required by C++ standard, not g... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Vadim Zeitlin | count the root item in wxTreeCtrl::GetCount() |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | reSWIGed |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | Use correct CheckForIntersect method |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | Support for new ctor and Union |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | typo |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | use the API Ptr accessor for the inline functions too. |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | reSWIGed |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | Default position for PopupMenu |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Włodzimierz... | -1->wxID_ANY, TRUE->true, FALSE->false and tabs replace... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Václav Slavík | removed unneeded prototype |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Václav Slavík | documented wxString's ctors that convert between wc... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | distrib and build updates |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | Regenned the metadata |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | Regenned the ReST docs |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | distrib and build updates |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Stefan Csomor | removed invalid restriction |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Robin Dunn | bash version of wxPython's b script for win32 |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Robin Dunn | In unicode builds convert the source files and overview... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Robin Dunn | Added bash versions of my build scripts and updated... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Václav Slavík | test wxString's char<->wchar_t ctors |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Václav Slavík | fixed wxString char<->wchar_t conversion constructors... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Robin Dunn | Move wxMacCFStringHolder::AsString and etc. to wxBase |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Włodzimierz... | -1->wxID_ANY, TRUE->true, FALSE->false and tabs replace... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Robin Dunn | Only call GetBestSize if one or both of the minsize... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Julian Smart | Include wx/image.h |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Stefan Csomor | direct ie non mutex crit-section implementation |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Stefan Csomor | fixing access errors when running in unicode |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Stefan Csomor | message output for darwin into console, cannot use... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Stefan Csomor | switched to wxLocale usage for string encoding |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Robin Dunn | typo |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Robin Dunn | Add each line independently |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Robin Dunn | The new OGL doesn't have to be compatible with the... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Robin Dunn | Can't call ShiftDown when it is a CommandEvent |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Robin Dunn | Make the copy ctor for the wxPrint*Data classes avaialb... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Robin Dunn | pi --> math.pi |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Robin Dunn | remove the Yield's |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Robin Dunn | typo fixed |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Robin Dunn | Notes about implementing CreatePopupMenu for the future |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Robin Dunn | handle returning the cookie for Get[First|Next]Selected... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Robin Dunn | little tweaks |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Włodzimierz... | -1->wxID_ANY, TRUE->true, FALSE->false and tabs replace... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Julian Smart | Added Marco to credits |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Václav Slavík | blind fix for compilation error in EVT macros |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Julian Smart | Compile fix |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Stefan Neis | Initialize m_PageSize. |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Václav Slavík | use pango_font_family_is_monospace() to enumerate fixed... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Václav Slavík | fixed wxPluginLibrary unloading on failture (patch... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Václav Slavík | fixed wxPluginLibrary unloading on failture (patch... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Václav Slavík | fixed double deletion (patch #945491) |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Václav Slavík | fixed incorrect assert (patch #943970) |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Václav Slavík | restored colour labels until we have more information... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Julian Smart | Partial fix for out of order sections, by adding fflush |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Julian Smart | Give controls on frame statusbar a chance to paint |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Václav Slavík | new MinGW requires NO_GCC_PRAGMA for exceptions handlin... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Václav Slavík | don't define _puttchar ourselves when using newest... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Mattia Barbon | Added code for 3 state checkbox. |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Mattia Barbon | This code is now shared with wxX11: remove. |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Mattia Barbon | Warning fixes. |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Mattia Barbon | Compilation fix for wxUSE_STL == 1. |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Mattia Barbon | wxMotif compilation fix and unused variable warning... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Stefan Csomor | synching down and up events for the synthetic right... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Stefan Csomor | fixing the carbon cfm |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Stefan Csomor | SetParam should be explicit |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Václav Slavík | wxTaskBarIcon::OnXXX virtual methods are deprecated... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Václav Slavík | corrected EVT_TASKBAR_XXX macros to use wxTaskBarIconEvent |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Václav Slavík | mention EVT_ macros type safety |
commit | commitdiff | tree | snapshot |
next |