2005-06-01 |
Vadim Zeitlin | renamed wxEVT_SCROLL_ENDSCROLL to wxEVT_SCROLL_CHANGED |
tree | commitdiff |
2005-06-01 |
Vadim Zeitlin | don't try to show stack trace in assert msg box unless... |
tree | commitdiff |
2005-06-01 |
Vadim Zeitlin | return immediately from WalkFrom() if dbghelp dll initi... |
tree | commitdiff |
2005-06-01 |
Dimitri Schoolwerth | fixed compilation when IDC_HAND is undefined |
tree | commitdiff |
2005-06-01 |
Włodzimierz Skiba | Unwanted semicolon fix [#1212497] + source cleaning. |
tree | commitdiff |
2005-06-01 |
Robin Dunn | Merge the cell size attribute the same way that other... |
tree | commitdiff |
2005-06-01 |
Robin Dunn | Try IDC_HAND first and then load "WXCURSOR_HAND" if... |
tree | commitdiff |
2005-05-31 |
Robin Dunn | Switch to using wxArtProvider::GetBitmap instead of... |
tree | commitdiff |
2005-05-31 |
Robin Dunn | Convert alpha (if any) to mask in wxBitmapToIconOrCurso... |
tree | commitdiff |
2005-05-31 |
Václav Slavík | fixed initialization of standard IDs to happen before... |
tree | commitdiff |
2005-05-31 |
Julian Smart | Temporary fix |
tree | commitdiff |
2005-05-31 |
Julian Smart | Applied patch [ 1212020 ] MediaCtrl DirectShow drawing... |
tree | commitdiff |
2005-05-31 |
Julian Smart | Baked files for 2.6.1 |
tree | commitdiff |
2005-05-31 |
Julian Smart | Replaced embedded images |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | send wxEVT_SCROLL_CHANGED when using mouse wheel as... |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | added wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_... |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | document that SetCurrent() must be called on a visible... |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | keep correct default background but allow overriding... |
tree | commitdiff |
2005-05-31 |
Julian Smart | Restored scrollbar background |
tree | commitdiff |
2005-05-31 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2005-05-31 |
Włodzimierz Skiba | Warning fix and source cleaning. |
tree | commitdiff |
2005-05-31 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2005-05-31 |
Julian Smart | Paint bugfix |
tree | commitdiff |
2005-05-31 |
Julian Smart | Applied Vaclav's gtk_icon_size_lookup_for_settings... |
tree | commitdiff |
2005-05-31 |
Julian Smart | Applied patch [ 1208286 ] MediaCtrl DirectShow rewrite |
tree | commitdiff |
2005-05-31 |
Julian Smart | Applied patch [ 1210352 ] Fix editing in generic wxList... |
tree | commitdiff |
2005-05-31 |
Julian Smart | Olly Betts' typo patch |
tree | commitdiff |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
tree | commitdiff |
2005-05-31 |
Stefan Csomor | adding OS level Window Menu by default |
tree | commitdiff |
2005-05-30 |
Robin Dunn | Blind fix for bug #1209944, wxFileConfig constructor... |
tree | commitdiff |
2005-05-30 |
Robin Dunn | Allow wxGridCellNumberEditor::StartingKey to work when... |
tree | commitdiff |
2005-05-30 |
Julian Smart | WinCE doesn't declare DeleteFile at the point wxRemove... |
tree | commitdiff |
2005-05-30 |
Julian Smart | Applied [ 1208344 ] wxNotebook::OnSelChange fix for... |
tree | commitdiff |
2005-05-30 |
Włodzimierz Skiba | DMC typo fixes. |
tree | commitdiff |
2005-05-30 |
Julian Smart | Applied patch [ 1211219 ] Build fix for configurations... |
tree | commitdiff |
2005-05-30 |
Julian Smart | Applied patch [ 1207531 ] Fix for wxCalendarCtrl being... |
tree | commitdiff |
2005-05-30 |
Julian Smart | Applied patch [ 1208256 ] Fixes bug #1193626 [wxPrintDa... |
tree | commitdiff |
2005-05-30 |
Julian Smart | Applied patch [ 1207202 ] [wxMSW] Fixes GDI leak in... |
tree | commitdiff |
2005-05-30 |
Julian Smart | Applied patch to fix silly filenames in CreateTempFileName |
tree | commitdiff |
2005-05-28 |
Stefan Csomor | cleanup of handlers |
tree | commitdiff |
2005-05-28 |
David Elliott | Removed bogus assert for wxGA_SMOOTH. |
tree | commitdiff |
2005-05-27 |
Julian Smart | Added wxSL_INVERSE |
tree | commitdiff |
2005-05-27 |
Michael Wetherell | wxBase compilation fix for Mac, with help from Ryan |
tree | commitdiff |
2005-05-27 |
Julian Smart | Removed ugly separators toolbars again |
tree | commitdiff |
2005-05-26 |
Robin Dunn | added wxART_NEW |
tree | commitdiff |
2005-05-26 |
Robin Dunn | Some tweaks to the temporary art images, added wxART_NEW |
tree | commitdiff |
2005-05-26 |
Robin Dunn | Since Scintilla uses XMP internally which doesn't suppo... |
tree | commitdiff |
2005-05-26 |
Robin Dunn | Don't add extra size to the height, it makes the combo... |
tree | commitdiff |
2005-05-26 |
Robin Dunn | Patch from Ricardo Pedroso that fixes a segfault when the |
tree | commitdiff |
2005-05-26 |
Michael Wetherell | Fix for a wxLogDebug call |
tree | commitdiff |
2005-05-25 |
Vadim Zeitlin | apparently the check for too small rect is needed not... |
tree | commitdiff |
2005-05-25 |
Michael Wetherell | Uncomment LVN_ODFINDITEM handler for systems that have... |
tree | commitdiff |
2005-05-25 |
Robin Dunn | delete_ --> delete |
tree | commitdiff |
2005-05-25 |
Robin Dunn | When converting a wxIcon to a bitmap check if the icon... |
tree | commitdiff |
2005-05-25 |
Michael Wetherell | No wxGetOSFHandle for Wine |
tree | commitdiff |
2005-05-25 |
Robin Dunn | Reapplied Patch #1106564 |
tree | commitdiff |
2005-05-25 |
Włodzimierz Skiba | Simpler fix for Borland. |
tree | commitdiff |
2005-05-25 |
Włodzimierz Skiba | Multicharacter fix for MinGW and OW, semicolon fix... |
tree | commitdiff |
2005-05-25 |
Włodzimierz Skiba | Fixes for Borland access to members in MSWUniv. |
tree | commitdiff |
2005-05-25 |
Vadim Zeitlin | if we return GetSize() from DoGetBestSize(), remember... |
tree | commitdiff |
2005-05-24 |
Michael Wetherell | Have the calendar control handle events from it's combo... |
tree | commitdiff |
2005-05-24 |
Robin Dunn | Some placeholder images to use until we get those that... |
tree | commitdiff |
2005-05-24 |
Vadim Zeitlin | subclass all updown controls in notebooks, not just... |
tree | commitdiff |
2005-05-24 |
Włodzimierz Skiba | MinGW, Watcom and Borland warning fixes. |
tree | commitdiff |
2005-05-24 |
Vadim Zeitlin | don't use dangling HBRUSH |
tree | commitdiff |
2005-05-24 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2005-05-24 |
Chris Elliott | possible fix for SF bug #1186144 (only VC tested) |
tree | commitdiff |
2005-05-24 |
Włodzimierz Skiba | [ 1207289 ] minor dll mediactrl fix. |
tree | commitdiff |
2005-05-23 |
Włodzimierz Skiba | Cast warning fixes. |
tree | commitdiff |
2005-05-23 |
Włodzimierz Skiba | Undefined reference found in Tinderbox logs. |
tree | commitdiff |
2005-05-23 |
Julian Smart | Applied patch [ 1194316 ] wxMediaCtrl MSW config and... |
tree | commitdiff |
2005-05-23 |
Julian Smart | Use wxCLIP_CHILDREN in case we've disabled clipping... |
tree | commitdiff |
2005-05-23 |
Włodzimierz Skiba | Clipboard usage fixes inspired by Tinderbox logs. |
tree | commitdiff |
2005-05-23 |
Włodzimierz Skiba | Use our own math.h wrapper. |
tree | commitdiff |
2005-05-23 |
Włodzimierz Skiba | Temporary fix, requires missing NMLVFINDITEM on some... |
tree | commitdiff |
2005-05-23 |
David Elliott | Force size to integer coordinates in all cases. |
tree | commitdiff |
2005-05-23 |
David Elliott | Implemented SetLabel |
tree | commitdiff |
2005-05-23 |
David Elliott | Applied patch 1206278 from Mike Wetherell. |
tree | commitdiff |
2005-05-22 |
David Elliott | Make bitmaps work when compiling on Tiger and add some... |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | allow SQLDriverConnect() to open the dialog asking... |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | fixed drawing of owner drawn buttons with multiline... |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | fix assert when leaving control with wxDP_ALLOWNONE... |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | added support for incremental search in virtual list... |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | moved WM_PRINTCLIENT from wxRadioBox to wxStaticBox... |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | fixed remains of notebook flickering (improved patch... |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | compilation fix: last commit broke non-Win64 compilation |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | just some code cleanup: removed m_hwnd macro |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied patch [ 1197471 ] Scrolling of Widgets within... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied patch 1190445: CalCtrl sizing issues |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied patch [ 1185219 ] maxlength property for xrc... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied patch [ 1183803 ] PNM: support for ascii grey... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied patch [ 1192914 ] Null pointers in wxSocketBase... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Removed def files |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied patch [ 1196827 ] Fixes Assert with wxTreeCtrl... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied [ 1205187 ] fix may not return warning on vc6... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied patch [ 1192917 ] Grids with no row or col... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Test for x, y in GetPosition |
tree | commitdiff |
2005-05-22 |
Julian Smart | WinCE fixes |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | use correct background colour for items drawing (closes... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied patch [ 1204217 ] [wxMSW] winXP: wxToolbar... |
tree | commitdiff |
next |