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 |
2008-04-06 |
Vadim Zeitlin | removed (unused) occurrences of _WX_DEFINE_DATE_EVENTS_... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | refresh the item after adding its first child as, appar... |
tree | commitdiff |
2008-04-05 |
Vadim Zeitlin | include more headers for PCH-less compilation |
tree | commitdiff |
2008-04-05 |
Vadim Zeitlin | fix for g++ signed/unsigned comparison warning |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | set focus to the control when it's clicked |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | use wxWANTS_CHARS to allow arrows to work inside the... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented toggling of wxCAL_MONDAY_FIRST in the nativ... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented Mark() in the native MSW version of wxCalen... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | generate double click events in the native MSW version... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | generate the correct events in the native MSW version... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented HitTest() in the native MSW version; added... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implement EnableMonthChange() by restricting the dates... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | compilation fix for PCH-less build |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | initial native implementation of wxCalendarCtrl for MSW |
tree | commitdiff |
2008-04-02 |
Vadim Zeitlin | log error before returning, not after |
tree | commitdiff |
2008-04-01 |
Vadim Zeitlin | suppress VC++ /Wp64 warnings |
tree | commitdiff |
2008-03-31 |
Vadim Zeitlin | fix unused parameter warning |
tree | commitdiff |
2008-03-28 |
Francesco Montorsi | add more pure virtuals to wxBrushBase; fix the GetColou... |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | compilation fix for ANSI build: use reinterptre_, not... |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | don't blit too much when copying static box border... |
tree | commitdiff |
2008-03-27 |
Stefan Csomor | graphics bitmap implementation, fix for bitmap scaling |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | Several fixes for removing/readding controls to the... |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | reorganized wxBitmap/wxBitmapHandler classes to use... |
tree | commitdiff |
2008-03-25 |
Vadim Zeitlin | ANSI mode compilation fix |
tree | commitdiff |
2008-03-24 |
Vadim Zeitlin | fix wxExecute() compilation in ANSI build |
tree | commitdiff |
2008-03-23 |
Vadim Zeitlin | avoid needless Unicode<->MB conversions in Unix wxExecu... |
tree | commitdiff |
2008-03-22 |
Václav Slavík | fixes to Freeze/Thawn when the window is shown or hidde... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | return bool from wxStreamTempInputBuffer::Update()... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | make the Pen/Brush code backward compatible as discusse... |
tree | commitdiff |
2008-03-19 |
Francesco Montorsi | further wxPenStyle/wxBrushStyle fixes for builds with... |
tree | commitdiff |
2008-03-17 |
Benjamin Williams | vista tree crash fix |
tree | commitdiff |
2008-03-17 |
Vadim Zeitlin | don't provide unnecessary (as default) arguments to... |
tree | commitdiff |
2008-03-17 |
Francesco Montorsi | some more build fix for wxPen/wxBrush style changes |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix typos and update MSW code to use new wxPENSTYLE_... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix wxMSW build after wxBrush changes: return wxBRUSHST... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | introduce wxBrushStyle enum and replace 'int style... |
tree | commitdiff |
2008-03-16 |
Václav Slavík | ShowWithEffect must call wxWindowBase::Show |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | rename fobr95.{cpp,h} files to foobar.{cpp,h} |
tree | commitdiff |
2008-03-15 |
Václav Slavík | wxMSW: generate wxClipboardTextEvent from wxTextCtrl... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | implement wxSpinCtrl::Reparent() to properly reparent... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | fix crash in DoGetBestSize() if default widths are... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | refactored code reused in several different places... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | no real changes, just use more readable helper wxTextEn... |
tree | commitdiff |
next |