2009-01-29 |
Jaakko Salli | Fixed wxPropertyGridManager::CreatePropertyGrid(),... |
tree | commitdiff |
2009-01-29 |
Vadim Zeitlin | don't fall back to the only currently existing document... |
tree | commitdiff |
2009-01-29 |
Vadim Zeitlin | no real changes, just minor refactoring and cleanup |
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 | correct wxDateTime DST begin/end computations for years... |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | another fix for wxUSE_DRAG_AND_DROP==0 build |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | rename wxRendererNative::DrawRadioButton() to DrawOptio... |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | fix remaining cases of wxWindow::ProcessEvent() calls... |
tree | commitdiff |
2009-01-28 |
Robert Roebling | Fixes #10443: wxListCtrl::MoveToItem |
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-28 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2009-01-27 |
Bryan Petty | Forward ported r58463. (Check for null text control... |
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-27 |
Robert Roebling | Fix for GetScrollPos() assert |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | fix PCH builds |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | fix crash when calling InsertColumn() on a wxListCtrl... |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | small cleanup; move private class definitions in a... |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | include wx/mdi.h also for non-PCH builds |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | include wx/mdi.h also for non-PCH builds |
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 |
Francesco Montorsi | cleanup a bit the wxSplashScreen code; don't Yield... |
tree | commitdiff |
2009-01-26 |
Robert Roebling | Removed queuedResize code again as GTK+ does this inter... |
tree | commitdiff |
2009-01-26 |
Francesco Montorsi | suppress warning about unused win pointer when wxUSE_GR... |
tree | commitdiff |
2009-01-26 |
Robert Roebling | Implement hint cursor for resizable columns |
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 |
Robert Roebling | Finally corrected drawing of wxListCtrl selection rect... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | Mac build fixes after latest change (closes #10433) |
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 unused function and out of date comments (we... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | use GetBoundingRect() for the in place text control... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | corrections to size calculations for state images ... |
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 | allow specifying the mask colour in wxImage::ConvertAlp... |
tree | commitdiff |
2009-01-25 |
Jaakko Salli | Added XRC handler for wxComboCtrl (closes #10151) |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | blind build fix for wxMac |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | skip mouse events we're not interested in (e.g. mouse... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | don't use the not always appropriate word "document... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | add wxDrawStateBitmap() (closes #10289) |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | notify the timers outside of loop over m_timers to... |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | build fix |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added support for wxCAL_SHOW_WEEK_NUMBERS to generic... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added (MSW-only) wxListCtrl::OnGetItemColumnAttr()... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | return NULL from GetVoidPtr() for NULL variants instead... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | merged libpng 1.2.34 into the trunk (see #10043) |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | zero {host,serv}ent_data before passing it to the syste... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added wxPATH_RMDIR_FULL/RECURSIVE wxFileName::Rmdir... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | convert COM arguments to wx lazily to improve performan... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | don't deprecate the entire wxDrawObject class, this... |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | Change in wxWindow the access specifier of the wxEvtHan... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | allow using wxBG_STYLE_CUSTOM even with the native... |
tree | commitdiff |
2009-01-25 |
Stefan Csomor | adapting to name change in r58318 |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | implement wxChoicebook::SetWindowVariant() by forwardin... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | removed debugging wxPrintf() which not only had nothing... |
tree | commitdiff |
2009-01-25 |
Stefan Csomor | adapting to name change in r58318 |
tree | commitdiff |
2009-01-24 |
Stefan Csomor | bring in the definition of wxSizer, making non-precomp... |
tree | commitdiff |
2009-01-24 |
Vadim Zeitlin | take into account the controlling wxChoice size in... |
tree | commitdiff |
2009-01-24 |
Robert Roebling | Pseudo-sort MIME types (all application/xxx at the... |
tree | commitdiff |
2009-01-24 |
Vadim Zeitlin | minor fixes for custom controls support in wxFileDialog... |
tree | commitdiff |
2009-01-24 |
Francesco Montorsi | wxgtk_window_size_request_callback is not needed by... |
tree | commitdiff |
2009-01-24 |
Francesco Montorsi | do not export private symbols in wx shared libraries |
tree | commitdiff |
2009-01-24 |
Robert Roebling | Add comment explaining why we filter out application... |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | add missing wxUSE_DRAG_AND_DROP checks |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Don't pretend to be a GtkTreeView where it isn't required |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Optical improvements under OS X |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Only use text/xxx, skip application/xxx in MIME database |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Correct conversion from text file to charset (which... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Don't attempt to convert non-ascii strings to filenames |
tree | commitdiff |
2009-01-23 |
Stefan Csomor | fixing some warnings |
tree | commitdiff |
2009-01-23 |
Stefan Csomor | fixing 64 bit compile |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Always use theme border for inner window under wxGTK |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Postpone size event from wxTLW resizing to idle |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Not calling _size_allocate() breaks a.o. the native... |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | added (wxMSW-only) wxToolTip::SetMaxWidth() and improve... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Prevent surplus calls of _size_allocate() if no change |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Don't always show the vertical scrollbar |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Remove scrollbar spacing from client size |
tree | commitdiff |
2009-01-23 |
Robert Roebling | GTK+'s native controls usually have a bigger line height |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Restore keyboard navi |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Tried hard to get the selection/focus rectangle drawn... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Forgot this one |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Give some OSX specific methods OSX prefix, fixes hidden... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | wxDataViewCtrl fixes |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | fix wxEVT_SPIN_XXX definitions in a nicer (compatible... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Reorganized wxListCtrl's window layout (same as wxDataV... |
tree | commitdiff |
2009-01-22 |
Jaakko Salli | Add wxPropertyGridEditorEventForwarders into wxPendingD... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Trying again to improve border type guessing |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Don't extend last header column button, as the column... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | draw icon before text label in header (huh?) |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Further header button details |
tree | commitdiff |
2009-01-22 |
Robert Roebling | typo |
tree | commitdiff |
next |