2009-03-20 |
Francesco Montorsi | in case the user mask doesn't contain wxEVT_CATEGORY_UI... |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | remove unneeded wxCHECK_MSG: GetNextMessage() can get... |
tree | commitdiff |
2009-03-18 |
Francesco Montorsi | simplify a bit the convoluted implementation of wxFontR... |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587) |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | more bug fixes to multiple selection mode (see #626... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | make wxStatusBarPane a 'full class' with getters and... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... |
tree | commitdiff |
2009-03-11 |
Vadim Zeitlin | remove MSVC warnings about DLL-exported class inheritin... |
tree | commitdiff |
2009-03-09 |
Vadim Zeitlin | no real changes, just correct a comment (closes #10563) |
tree | commitdiff |
2009-03-09 |
Vadim Zeitlin | restore passing WM_COMMAND messages for SC_XXX commands... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | correct size of extra controls in pixels to dialogs... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | fix generation of key events with Alt pressed broken... |
tree | commitdiff |
2009-03-06 |
Vadim Zeitlin | fix duplicate events for selection keys after the last... |
tree | commitdiff |
2009-03-06 |
Vadim Zeitlin | no changes, just some minor cleanup |
tree | commitdiff |
2009-03-06 |
Vadim Zeitlin | only set maximal tooltip width if it's greater than... |
tree | commitdiff |
2009-03-05 |
Francesco Montorsi | do not use HDS_FLAT by default |
tree | commitdiff |
2009-03-05 |
Vadim Zeitlin | don't use WPARAM in the header (build fix after r59336) |
tree | commitdiff |
2009-03-05 |
Vadim Zeitlin | fix multiple problems with selection in controls with... |
tree | commitdiff |
2009-03-05 |
Francesco Montorsi | improve look of wxDataViewCtrl and of its renderer... |
tree | commitdiff |
2009-03-02 |
Francesco Montorsi | ProcessPendingEvents() is now in wxApp |
tree | commitdiff |
2009-03-02 |
Francesco Montorsi | revert r59246; the window parameter was there by purpos... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::DoGetValue() to allow returning... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::SetHint() (a.k.a. cue banner or... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | deprecated GetCheckBoxSize(wxWindow *) in favour of... |
tree | commitdiff |
2009-03-01 |
Vadim Zeitlin | added const_cast<> to silence gcc warnings (see #10520) |
tree | commitdiff |
2009-02-28 |
Vadim Zeitlin | reset the tooltip text before changing it, this apparen... |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | deprecate the old TryValidator/Parent() and replace... |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | override TryValidator() in wxMDIParentFrame to implemen... |
tree | commitdiff |
2009-02-25 |
Francesco Montorsi | try to clear the device/logical unit fog; remove unused... |
tree | commitdiff |
2009-02-23 |
Vadim Zeitlin | fix (harmless) warnings in release mingw32 build |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | correct the coordinates used for DIBs in StretchBlt... |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | avoid integer overflow when computing the radius in... |
tree | commitdiff |
2009-02-18 |
Robert Roebling | Don't use default size of control has a sizer (as per... |
tree | commitdiff |
2009-02-17 |
Vadim Zeitlin | suppress unused parameter warning |
tree | commitdiff |
2009-02-17 |
Vadim Zeitlin | add missing stdcall to fix crash when using state image... |
tree | commitdiff |
2009-02-16 |
Paul Cornett | fix evtloop.h header dependency |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | PCH-less build fix by Tim S |
tree | commitdiff |
2009-02-15 |
Stefan Csomor | switching to compositing operators (fixes #9881), addin... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-15 |
Vadim Zeitlin | fix (harmless)m ingw32 warning; use anonymous namespace... |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | don't use invalid item indices in wxLC_HRULES-drawing... |
tree | commitdiff |
2009-02-09 |
Robert Roebling | Compile fix |
tree | commitdiff |
2009-02-09 |
Francesco Montorsi | fix memory leak; allocate the DC before SetFont() is... |
tree | commitdiff |
2009-02-09 |
Francesco Montorsi | save the current status text for each pane inside wxSta... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | another compilation fix to switch in DoYield() |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | compilation fixes to DoYield() after latest changes |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | update to the latest version of the patch at #10320... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | restore the default bitmap icons size to 16*15, making... |
tree | commitdiff |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | check for m_parentMenu being NULL in IsChecked/Checked... |
tree | commitdiff |
2009-02-01 |
Stefan Neis | Removed extraneous semicolons and commas (partly fixes... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | allow calling SetItemLabel() for menu items with NULL... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | allow calling SetItemLabel() for items not attached... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | load ImageList_Copy() dynamically to allow wx apps... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | corrections after last commit, (see #10452 comment:6) |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | fix warnings about conversion between DWORD and pointer... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | define MIIM_BITMAP &c in wx/msw/missing.h instead of... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | use margin width after updating it in OnMeasureItem... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | don't use built-in support for menu bitmaps if they... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | use SetMenuItemInfo() to update the item label to avoid... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | no real changes, just remove unnecessary code; use... |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Add wxSIZE_FORCE_EVENT and use is from wxSizerItem... |
tree | commitdiff |
2009-01-29 |
Vadim Zeitlin | don't crash if we have no accelerators for the "Window... |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | remove the recently added MSWFindMenuBarItem() as we... |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | no real changes, just small cleanup, in particular... |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | refactor WM_COMMAND messages handling in MDI frames... |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | added CreateAccelTable() helper which creates the accel... |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | add more wxUSE_MENUS guards |
tree | commitdiff |
2009-01-26 |
Václav Slavík | Automatically adjust toolbar's tool size if the provide... |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | use a virtual function instead of wxDynamicCast(wxMDIPa... |
tree | commitdiff |
2009-01-26 |
Václav Slavík | changed wxMSW's default toolbar bitmaps size from obsol... |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | disable the "Next" and "Previous" commands in the windo... |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | don't show the currently hidden frame if Iconize()... |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | include missing header (wx/msw/wrapcctl.h) for PCH... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | don't change the combobox text when it's being resized... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | undo r58380 as it breaks tree control background repain... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | compilation fix for VC6 after last change; use wx namin... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | remove duplicated HitTest implementation from wxCheckLi... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | use correct item index for wxEVT_COMMAND_LISTBOX_DOUBLE... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | add wxDrawStateBitmap() (closes #10289) |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added (MSW-only) wxListCtrl::OnGetItemColumnAttr()... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | convert COM arguments to wx lazily to improve performan... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | allow using wxBG_STYLE_CUSTOM even with the native... |
tree | commitdiff |
2009-01-24 |
Vadim Zeitlin | minor fixes for custom controls support in wxFileDialog... |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | added (wxMSW-only) wxToolTip::SetMaxWidth() and improve... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | tweak GetAppDir() to recognize more debug build directo... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Call SetDataSource() from OnEnter() so that querying... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | allocate size for the extra controls in the file dialog... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Add wxDataFormat GetMatchingPair() which wxGTK and... |
tree | commitdiff |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | compilation fix after NULL cast removal; also used... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | correct Id tags |
tree | commitdiff |
2009-01-18 |
Vadim Zeitlin | move ClassRegInfo out from anonymous namespace to work... |
tree | commitdiff |
2009-01-18 |
Vadim Zeitlin | compilation fix for old SDKs (VC6...) which don't defin... |
tree | commitdiff |
2009-01-18 |
Vadim Zeitlin | reduce the margins around bitmaps to avoid truncating... |
tree | commitdiff |
next |