2009-05-02 |
Francesco Montorsi | on wxWinCE don't use some message constants since they... |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | implement changing wxChoice and wxComboBox height |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | added MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZI... |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | no changes, just remove #if'd out code |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add missing wx/module.h header to fix PCH-less build... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | fix a problem with loading inked.dll (see #10633) |
tree | commitdiff |
2009-04-26 |
Francesco Montorsi | fix yet another typo |
tree | commitdiff |
2009-04-26 |
Francesco Montorsi | make clear that wxFont::SetFamily() does change the... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add parent parameter to wxAboutBox() (closes #9952) |
tree | commitdiff |
2009-04-26 |
Francesco Montorsi | Add support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TI... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | WinCE compilation fix: ifdef out HandlePaint() (see... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | optimize FindItem(data) performance (closes #9870) |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | more order in wxCRT_filefunctions: define A and W versi... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | (harmless) Borland release build warning fixes |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | remove HasNativeFontInfo() which always returns true... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | build fixes for Borland in wxUSE_UNICODE_MSLU and wxHAS... |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | use wxSTB_ as prefix for wxStatusBar styles; add suppor... |
tree | commitdiff |
2009-04-24 |
Robin Dunn | Use a hidden window to catch the timer messages instead... |
tree | commitdiff |
2009-04-21 |
Vadim Zeitlin | correct the assert added by r60056 to not trigger in... |
tree | commitdiff |
2009-04-18 |
Vadim Zeitlin | initialize m_hFont in the beginning of wxFontRefData... |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems... |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | correct test for wxDEBUG_LEVEL in last commit |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | avoid a warning about unused function in release build |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of... |
tree | commitdiff |
2009-04-15 |
Francesco Montorsi | remove unneeded font members from wxFontRefData (all... |
tree | commitdiff |
2009-04-07 |
Vadim Zeitlin | added names of WM_XXXUISTATE messages to wxGetMessageNa... |
tree | commitdiff |
2009-04-07 |
Vadim Zeitlin | added assert checking the column index validity (see... |
tree | commitdiff |
2009-04-07 |
Vadim Zeitlin | remove "item.cchTextMax=0" line from SetItem() as it... |
tree | commitdiff |
2009-04-07 |
Vadim Zeitlin | no real changes, just remove unnecessary semicolons... |
tree | commitdiff |
2009-04-06 |
Vadim Zeitlin | no changes, just got rid of many __WXWINCE__ ifdefs |
tree | commitdiff |
2009-04-05 |
Vadim Zeitlin | use COLORONCOLOR stretching mode in DrawBitmap() too... |
tree | commitdiff |
2009-03-29 |
Vadim Zeitlin | pass size in bytes, not wchars, to SetData() in wxURLDa... |
tree | commitdiff |
2009-03-28 |
Václav Slavík | fixed logical error in SetIcons(): only assert if no... |
tree | commitdiff |
2009-03-27 |
Vadim Zeitlin | don't reset WS_EX_CONTROLPARENT bit in wxNotebook:... |
tree | commitdiff |
2009-03-24 |
Francesco Montorsi | make sure that wxSystemSettings::GetFont/GetColour... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | make sure that wxProcess always have a valid PID set... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | don't make the items owner drawn unnecessarily under... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | fix compilation breaking typo in recent commit |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | don't use HBMMENU_CALLBACK under Windows Vista as this... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | fix generation of wxEVT_CHAR_HOOK events which, incredi... |
tree | commitdiff |
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 |
next |