2005-03-21 |
Vadim Zeitlin | fixed warnings about possibly uninitialized variables... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | added orient parameter to wxMDIParentFrame::Tile() |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | fixed SetColumnWidth() in wxLC_LIST mode (set column... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | added closing parenthesis inside comment, no real changes |
tree | commitdiff |
2005-03-20 |
Julian Smart | Fixes for WinCE toolbar |
tree | commitdiff |
2005-03-20 |
Julian Smart | Fix wxFileConfig for WinCE |
tree | commitdiff |
2005-03-19 |
Julian Smart | Fixed toolbar bitmap bug introduced by deriving wxToolM... |
tree | commitdiff |
2005-03-19 |
Julian Smart | Added wxDialog::GetToolBar for PocketPC |
tree | commitdiff |
2005-03-18 |
Julian Smart | (Flickery) fix for droppings when there are no notebook... |
tree | commitdiff |
2005-03-18 |
Ryan Norton | * Turn off by default... |
tree | commitdiff |
2005-03-18 |
Ryan Norton | * Dynamically load all quicktime stuff using a version... |
tree | commitdiff |
2005-03-18 |
Włodzimierz Skiba | Fixed bug #1022383: 'several ComboBoxes appear selected' |
tree | commitdiff |
2005-03-18 |
Ryan Norton | * Fix refreshing bug with control not showing up intial... |
tree | commitdiff |
2005-03-18 |
Vadim Zeitlin | continue with generating EVT_CONTEXT_MENU if EVT_TREE_I... |
tree | commitdiff |
2005-03-18 |
Julian Smart | Added WXK_SPECIAL... keycodes for special hardware... |
tree | commitdiff |
2005-03-18 |
Ryan Norton | Reworked directshow implementation. |
tree | commitdiff |
2005-03-18 |
Dimitri Schoolwerth | fixed signed/unsigned mismatch warning |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | implemented wxMenuBar ctor taking array of menus/titles... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | return if abort dialog couldn't be created (part of... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | revert togglable tools to previous state if the change... |
tree | commitdiff |
2005-03-17 |
Włodzimierz Skiba | Fixed strange situation when we had wxPathExists and... |
tree | commitdiff |
2005-03-17 |
Julian Smart | Small fixes for compiling Cygwin (with --disable-sockets) |
tree | commitdiff |
2005-03-17 |
Julian Smart | Correct compilo for non-WinCE |
tree | commitdiff |
2005-03-16 |
Julian Smart | Implemented PocketPC menubar/toolbar as wxToolMenuBar... |
tree | commitdiff |
2005-03-16 |
Julian Smart | Added wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE |
tree | commitdiff |
2005-03-15 |
Julian Smart | Fixed wxToolBar for WinCE so normal bitmaps can be... |
tree | commitdiff |
2005-03-14 |
Julian Smart | Frames have Ctrl+Q accelerator set automatically, as... |
tree | commitdiff |
2005-03-14 |
Robin Dunn | If the parents are nothing but a panel and a frame... |
tree | commitdiff |
2005-03-14 |
Vadim Zeitlin | made GetDataDir() return the directory where the progra... |
tree | commitdiff |
2005-03-14 |
Julian Smart | Define Ctrl+Q accelerator on PocketPC for quitting... |
tree | commitdiff |
2005-03-14 |
Dimitri Schoolwerth | refactored scrollbar creation code to use CreateControl... |
tree | commitdiff |
2005-03-13 |
Julian Smart | Added wxNB_FLAT for WinCE property sheet tabs |
tree | commitdiff |
2005-03-13 |
Włodzimierz Skiba | Correct sending of wxW event from wxChoice on MS Smartp... |
tree | commitdiff |
2005-03-12 |
Robin Dunn | Allow wxStaticText to have a custom fg without a custom bg |
tree | commitdiff |
2005-03-12 |
Gilles Depeyrot | corrected typo in comment |
tree | commitdiff |
2005-03-11 |
Włodzimierz Skiba | Base for wxMessageDialog with common checks for style. |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | call wxOle[Un]Initialize() in wxClipboard ctor/dtor... |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | extracted code calling {Ole|Co}[Un]Initialize() to... |
tree | commitdiff |
2005-03-11 |
Włodzimierz Skiba | Use empty check consistent with other parts. |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | corrected wxLogErrors() in Clear() and Flush() |
tree | commitdiff |
2005-03-10 |
Julian Smart | When drawing a solid page background, don't use theme... |
tree | commitdiff |
2005-03-10 |
Vadim Zeitlin | unused param warning with wxUSE_OLE=0 |
tree | commitdiff |
2005-03-10 |
Vadim Zeitlin | check that wxYES and wxNO are always used together... |
tree | commitdiff |
2005-03-09 |
Vadim Zeitlin | slightly clarified msw.window.no-clip-children test |
tree | commitdiff |
2005-03-08 |
Robert Roebling | Applied DnD patch, adding a field for setting a defau... |
tree | commitdiff |
2005-03-08 |
Vadim Zeitlin | fixed wrong use of = instead of == (patch 1159289) |
tree | commitdiff |
2005-03-08 |
Vadim Zeitlin | removed unused wxDirToWinStyle() (part of patch 1159289) |
tree | commitdiff |
2005-03-08 |
Włodzimierz Skiba | Allow forward declaration of wxSlider in wxMSW (bug... |
tree | commitdiff |
2005-03-08 |
Vadim Zeitlin | honour stateMask in GetItem() too (patch 1153451) |
tree | commitdiff |
2005-03-07 |
Vadim Zeitlin | fix top margin for static box sizer when wxDIALOG_UNIT_... |
tree | commitdiff |
2005-03-07 |
Vadim Zeitlin | added wxUSE_STDPATHS |
tree | commitdiff |
2005-03-07 |
Vadim Zeitlin | harmless warning fixes for WinCE (mostly unused parameters) |
tree | commitdiff |
2005-03-07 |
Vadim Zeitlin | harmless warning fixes for WinCE (mostly unused parameters) |
tree | commitdiff |
2005-03-07 |
Robert Roebling | Applied GetSystemMetric patch to suppurt GTK and... |
tree | commitdiff |
2005-03-07 |
Vadim Zeitlin | replaced complicated and not working test for WinCE... |
tree | commitdiff |
2005-03-05 |
Mattia Barbon | Use the IsMDIChild() function instead of wxRTTI, |
tree | commitdiff |
2005-03-04 |
Robert Roebling | Applied John L's patches for curson scaling, image... |
tree | commitdiff |
2005-03-03 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2005-03-03 |
Vadim Zeitlin | use HINSTANCE for first DllMain() parameter (should... |
tree | commitdiff |
2005-03-02 |
Ryan Norton | get rid of duplicate comment :) |
tree | commitdiff |
2005-03-02 |
Włodzimierz Skiba | In MSWUniv wxWindow and wxWindowMSW are different class... |
tree | commitdiff |
2005-03-01 |
Vadim Zeitlin | fix for crash when using wxEXEC_NODISABLE |
tree | commitdiff |
2005-02-28 |
Robin Dunn | Oops, checked in wrong file by mistake. Reverted last... |
tree | commitdiff |
2005-02-28 |
Robin Dunn | Don't build the old versions of OGL or iewin by default... |
tree | commitdiff |
2005-02-28 |
Chris Elliott | fix missing defines with DMC |
tree | commitdiff |
2005-02-28 |
Julian Smart | Unicode fix |
tree | commitdiff |
2005-02-28 |
Julian Smart | Applied socket destruction bug patch |
tree | commitdiff |
2005-02-28 |
Julian Smart | WinCE doesn't have DFCS_FLAT |
tree | commitdiff |
2005-02-28 |
Ryan Norton | comment and 'fix' bug 1145623 |
tree | commitdiff |
2005-02-28 |
Robert Roebling | Add PrivData() field to wxPrintData since MSW's printer |
tree | commitdiff |
2005-02-28 |
Vadim Zeitlin | show tooltips for the text control part of the spin... |
tree | commitdiff |
2005-02-27 |
Vadim Zeitlin | set WS_GROUP on the first button in the group, fixes... |
tree | commitdiff |
2005-02-27 |
Václav Slavík | copyright and name updates |
tree | commitdiff |
2005-02-27 |
Julian Smart | Added GetBitmap, GetIcon to wxImageList |
tree | commitdiff |
2005-02-26 |
Robin Dunn | Correct GetString check message |
tree | commitdiff |
2005-02-25 |
Julian Smart | Make HTCLIENT code off by default |
tree | commitdiff |
2005-02-24 |
Vadim Zeitlin | fix for SetValue() losing effect after focus change... |
tree | commitdiff |
2005-02-24 |
Vadim Zeitlin | use correct colour for the toolbar initially (patch... |
tree | commitdiff |
2005-02-24 |
Julian Smart | Restored mouse sensitivity for static box and static... |
tree | commitdiff |
2005-02-23 |
Włodzimierz Skiba | Linup API of wxRadioBox::Show on all ports. Move wxRadi... |
tree | commitdiff |
2005-02-21 |
Włodzimierz Skiba | Consistent wxWindow::Enable with wxRadioBox::Enable... |
tree | commitdiff |
2005-02-21 |
Stefan Csomor | XTI fix for VC 7.1 (VC 8.0 didn't complain) |
tree | commitdiff |
2005-02-21 |
Vadim Zeitlin | implementation of wxRendererXP::DrawComboBoxDropButton... |
tree | commitdiff |
2005-02-20 |
Julian Smart | Font correction |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | wxUniv compilation fix |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | cleanup of TrackMouseEvent() code (use a single #ifdef... |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | removed wxLoadBitmap() introduced in 1.37 -> 1.38;... |
tree | commitdiff |
2005-02-20 |
Julian Smart | Don't repaint window if hidden |
tree | commitdiff |
2005-02-20 |
Julian Smart | Fix for compilo |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | added wxNavigationEvent::FromTab flag |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | reenable WS_TABSTOP (patch 1045547) |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | process CBN_SELENDOK and not only CBN_SELCHANGE (patch... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | we don't need to use solid colour for background drawin... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | added MSWPrintChild() for drawing child background... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | extracted check for wxListCtrl in WM_PRINT handler... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | don't steal EVT_RIGHT_UP in rich edit controls for... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | more visual improvements to owner-drawn menus (patch... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | VK_MENU is WXK_ALT, notWXK_MENU (patch 1119601) |
tree | commitdiff |
2005-02-17 |
Vadim Zeitlin | corrected wxRTTI macros |
tree | commitdiff |
2005-02-16 |
Julian Smart | Fixed windows not displaying on SmartPhone |
tree | commitdiff |
next |