2008-07-16 |
Vadim Zeitlin | check for comctl32.dll version and not OS one as an... |
tree | commitdiff |
2008-07-16 |
Vadim Zeitlin | use parent background and not ours unless one was expli... |
tree | commitdiff |
2008-07-16 |
Vadim Zeitlin | clean up wxBitmapButton::Create(); override MSWGetStyle... |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | don't pass pointers to unaligned DWORDs to avoid 64... |
tree | commitdiff |
2008-07-10 |
Vadim Zeitlin | make wxApp::Yield() exception-safe |
tree | commitdiff |
2008-07-09 |
Vadim Zeitlin | fix wxUniv/MSW build with wxUSE_MENUS==0 (#9694) |
tree | commitdiff |
2008-07-05 |
Vadim Zeitlin | remove code for drawing icon of minimized window manual... |
tree | commitdiff |
2008-07-05 |
Vadim Zeitlin | avoid duplicating wxWindow::HandleCommand() in wxFrame... |
tree | commitdiff |
2008-07-04 |
Robert Roebling | Use t_str() instead of c_str() |
tree | commitdiff |
2008-07-03 |
Robert Roebling | Make wxMSW wxBase compile in UTF-8 mode |
tree | commitdiff |
2008-07-03 |
Vadim Zeitlin | handle FNERR_INVALIDFILENAME which happens if an invali... |
tree | commitdiff |
2008-07-03 |
Vadim Zeitlin | support disabling items before adding them to the menu... |
tree | commitdiff |
2008-07-01 |
Vadim Zeitlin | compilation fix for PCH-less build after last commit |
tree | commitdiff |
2008-07-01 |
Vadim Zeitlin | change not only the focus but also last remembered... |
tree | commitdiff |
2008-07-01 |
Vadim Zeitlin | quote the arguments containing spaces or quotes correct... |
tree | commitdiff |
2008-06-30 |
Vadim Zeitlin | fix a hang up in wxExecute(wxArrayString& output) overl... |
tree | commitdiff |
2008-06-30 |
Vadim Zeitlin | implement wxListCtrl::GetSubItemRect() for generic... |
tree | commitdiff |
2008-06-29 |
Vadim Zeitlin | compilation fix for ASCII STL build (#9661) |
tree | commitdiff |
2008-06-29 |
Vadim Zeitlin | support wxListCtrl::GetViewRect() in report view too... |
tree | commitdiff |
2008-06-28 |
Vadim Zeitlin | don't activate items on Alt-Space or Alt-Enter (#9615) |
tree | commitdiff |
2008-06-28 |
Vadim Zeitlin | don't call OnData() if OnEnter() rejected the drag... |
tree | commitdiff |
2008-06-24 |
Vadim Zeitlin | don't use deprecated wxIconizeEvent::Iconized() |
tree | commitdiff |
2008-06-24 |
Robert Roebling | Next part of tree state icon patches |
tree | commitdiff |
2008-06-22 |
Vadim Zeitlin | fix problem with label characters starting with -1... |
tree | commitdiff |
2008-06-22 |
Vadim Zeitlin | allow wxDialog::ShowModal() after Show() (see #1416... |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | initialize wx{Client,Paint,Window}DC with fonts/colours... |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | assert if ShowModal() is called after a previous Show... |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | implement wxWinINetInputStream::GetSize() (#9600) |
tree | commitdiff |
2008-06-20 |
Robert Roebling | Don't let MSW's wxSpinCtrl emit spin up and down events... |
tree | commitdiff |
2008-06-16 |
Robert Roebling | #9591: Item state (icons) for wxTreeCtrl on any platform |
tree | commitdiff |
2008-06-16 |
Václav Slavík | Implemented high-quality preview for wxMSW (this approa... |
tree | commitdiff |
2008-06-15 |
Václav Slavík | revert part of r54233 that was included by accident |
tree | commitdiff |
2008-06-15 |
Václav Slavík | if gdiplus.dll cannot be loaded, return NULL from wxGra... |
tree | commitdiff |
2008-06-14 |
Vadim Zeitlin | recreate the window if FSAA is requested (changeset_r54... |
tree | commitdiff |
2008-06-11 |
Paul Cornett | move 8 copies of the same function to common code |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | added multisampling (anti-aliasing) support to wxGLCanv... |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | more compilation fixes for VC6 (#9492) |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | compilation fix for PCH-less compilation after the... |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | ensure that dialog gripper is always positioned below... |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | support multiline labels in wxCheckBox (#9495) |
tree | commitdiff |
2008-06-03 |
Vadim Zeitlin | fix crash when repositioning tools without labels in... |
tree | commitdiff |
2008-06-02 |
Robin Dunn | Add a SetDoubleBuffered method for wxMSW (XP+) |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | use wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | ensure that GetEditControl() returns something even... |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | no changes, just refactor the code to avoid having... |
tree | commitdiff |
2008-05-29 |
Vadim Zeitlin | include wx/crt.h needed for wxFprintf() (closes #9509) |
tree | commitdiff |
2008-05-29 |
Vadim Zeitlin | don't give an error if VT_DATE variant is being release... |
tree | commitdiff |
2008-05-29 |
Vadim Zeitlin | take wxString in wxCrashReport::SetFileName() to allow... |
tree | commitdiff |
2008-05-29 |
Paul Cornett | mark long-deprecated ctor as such |
tree | commitdiff |
2008-05-28 |
Vadim Zeitlin | fix assert in ANSI build in wxConsoleStderr::GetCommand... |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | fix some harmless compilation in (release) MSVC build |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | distinguish between Server 2003 and XP 64-bit (closes... |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | add a mention to OS description string if running under... |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | recognize Vista by name in wxGetOsDescription() |
tree | commitdiff |
2008-05-25 |
Robert Roebling | Defer SetHorizontalExtent to idle, also fixes (wxListBo... |
tree | commitdiff |
2008-05-24 |
Robert Roebling | Dont send spin text update event from SetValue() |
tree | commitdiff |
2008-05-23 |
Vadim Zeitlin | improve wxMessageOutputBest console output under Window... |
tree | commitdiff |
2008-05-23 |
Vadim Zeitlin | call base class version from SetWindowStyleFlag() to... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | Move event generation in multiple selectino mode to... |
tree | commitdiff |
2008-05-22 |
Paul Cornett | add missing static keyword |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | added wxDateTime::SetFrom/GetAsMSWSysTime() (#9161) |
tree | commitdiff |
2008-05-19 |
Robert Roebling | Made the various logical 2 device transforms consistent... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | fix handling of the commands with negative ids (e.g... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | fix gcc warnings about not calling the base class ctors... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | make cast from double to long explicit to suppress... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | native wxBitmapComboBox implementation for MSW (patch... |
tree | commitdiff |
2008-05-17 |
Julian Smart | Cast for argument to delete[] - VC6 doesn't want to... |
tree | commitdiff |
2008-05-16 |
Stefan Neis | Ensure that wxApp::Yield is always processing pending... |
tree | commitdiff |
2008-05-14 |
Robert Roebling | [wx-dev] [ wxwindows-Bugs-1566309 ] wxDir::IsOpened... |
tree | commitdiff |
2008-05-14 |
Vadim Zeitlin | generate size event when the dialog is shown for consis... |
tree | commitdiff |
2008-05-14 |
Vadim Zeitlin | delay gripper positioning until the dialog is shown... |
tree | commitdiff |
2008-05-12 |
Vadim Zeitlin | add wxCAL_SHOW_WEEK_NUMBERS support (patch 1960860) |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | assert if the window is being recreated, this indicates... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | show resize grip on resizeable dialogs (slightly modifi... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | make class names used for our windows unique between... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | don't send text changed events from ctor as wxGTK doesn... |
tree | commitdiff |
2008-05-08 |
Václav Slavík | changed ShowWithEffects() to use directional wxSHOW_EFF... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | don't call TB_GETITEMRECT with invalid tool index |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | fix some unused variables warnings reported by Borland |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | don't override DoDrawSpline() under CE at all instead... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | correct toolbar width calculation with comctl32.dll... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | compilation fix after switch to using std::string in... |
tree | commitdiff |
2008-05-03 |
Julian Smart | Don't trigger kill focus event twice |
tree | commitdiff |
2008-04-28 |
Robert Roebling | Added new wxGraphicsContext:Create( wxPrinterDC ) inste... |
tree | commitdiff |
2008-04-28 |
Vadim Zeitlin | fix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl... |
tree | commitdiff |
2008-04-27 |
Vadim Zeitlin | no real changes, clarified the usage of WX_GL_DOUBLEBUF... |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Added wxDC::CreateGraphicsContext and implemented it... |
tree | commitdiff |
2008-04-23 |
Vadim Zeitlin | prevent all our windows from being destroyed in wxApp... |
tree | commitdiff |
2008-04-21 |
Vadim Zeitlin | suppress unused parameter warning in release build |
tree | commitdiff |
2008-04-15 |
Vadim Zeitlin | execute the usual cleanup code from EVT_END_SESSION... |
tree | commitdiff |
2008-04-13 |
Vadim Zeitlin | removed a TODO comments, it actually doesn't seem neces... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | no real changes but replace manual calls to Set{Text... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | test for pen validity before calling GetStyle() on... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | wxThread::Sleep() is the same as wxMilliSleep() on... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | correct CallHtmlHelp() overload being called in Quit() |
tree | commitdiff |
2008-04-11 |
Vadim Zeitlin | ENDSESSION_LOGOFF is a bit flag, test for it using... |
tree | commitdiff |
2008-04-07 |
Vadim Zeitlin | don't ask for bounding rectangle of a hidden root,... |
tree | commitdiff |
2008-04-07 |
Robert Roebling | Compilo after wxVideoMode change, MSW part |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | use kind, not id, of a menu item to test whether it... |
tree | commitdiff |
next |