2009-03-05 |
Francesco Montorsi | improve look of wxDataViewCtrl and of its renderer... |
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-01 |
Francesco Montorsi | fix rendering of wxGrid on wxMSW when a dialog is over... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | use wxRenderer::GetCheckBoxSize() instead of doing... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | deprecated GetCheckBoxSize(wxWindow *) in favour of... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | move wxGridCellRenderer::Draw before other derived... |
tree | commitdiff |
2009-02-28 |
Robert Roebling | Never show tree lines when there are tree buttons under... |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | deprecate the old TryValidator/Parent() and replace... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | don't call Refresh(empty-rect) unnecessarily |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | fix handling of long lines in wxGridCellAutoWrapStringR... |
tree | commitdiff |
2009-02-23 |
Vadim Zeitlin | fix (harmless) warnings in release mingw32 build |
tree | commitdiff |
2009-02-21 |
Paul Cornett | fix event table base for wxListMainWindow |
tree | commitdiff |
2009-02-21 |
Paul Cornett | non-pch build fixes, some cleanup |
tree | commitdiff |
2009-02-19 |
Francesco Montorsi | wxCHECK that there is an active event loop before using... |
tree | commitdiff |
2009-02-19 |
Robert Roebling | Make wxImageList not copiable (fixes #10503), replace... |
tree | commitdiff |
2009-02-19 |
Robert Roebling | If a selected item is about to be deleted, try to selec... |
tree | commitdiff |
2009-02-19 |
Paul Cornett | add braces around if-body |
tree | commitdiff |
2009-02-19 |
Paul Cornett | remove old hacks for gtk blit problem which was probabl... |
tree | commitdiff |
2009-02-19 |
Paul Cornett | avoid setting negative size |
tree | commitdiff |
2009-02-17 |
Vadim Zeitlin | don't skip the event in wxGridCellEditorEvtHandler... |
tree | commitdiff |
2009-02-15 |
Stefan Csomor | switching to compositing operators (fixes #9881), addin... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | use YieldFor() in wxTopLevelWindowGTK::RequestUserAtten... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | remove GTK_CHECK_VERSION checks for GTK versions < 2.4 |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-12 |
Kevin Ollivier | Restore DrawRadioButton to the main wxRenderer API... |
tree | commitdiff |
2009-02-09 |
Robert Roebling | Fixes #10454, Applied patch for wxDataViewCtrl should... |
tree | commitdiff |
2009-02-09 |
Francesco Montorsi | save the current status text for each pane inside wxSta... |
tree | commitdiff |
2009-02-08 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | do not deselect the item the user has just selected... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | optimize rendering code by calling GetClientSize()... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | use Ellipsize() in wxStatusBarGeneric so that the text... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | only do (c) and (C) translation in Unicode build |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | use bitmap mask if any in splash screen (closes #10470) |
tree | commitdiff |
2009-02-07 |
Kevin Ollivier | Add (currently unimplemented) missing wxRegion construc... |
tree | commitdiff |
2009-02-07 |
Kevin Ollivier | Assert if these methods are triggered to alert the... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
tree | commitdiff |
2009-02-07 |
Stefan Csomor | OSX currently doesn't expose an OnPaint anymore |
tree | commitdiff |
2009-02-07 |
Francesco Montorsi | no real change: put event handlers together at the... |
tree | commitdiff |
2009-02-05 |
Francesco Montorsi | always use wxSTAY_ON_TOP (closes #10447) |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | fix no-PCH builds for wxMac |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | compilation fixes for wxMSW/Univ |
tree | commitdiff |
2009-02-01 |
Francesco Montorsi | fix a typo in comment |
tree | commitdiff |
2009-02-01 |
Paul Cornett | fix drawing from Update() being overwritten, fixes... |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Don't call SetMinSize() on the pane as this prevents... |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Give wxCollapsiblePane's pane a name for easier debugging |
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-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-26 |
Francesco Montorsi | cleanup a bit the wxSplashScreen code; don't Yield... |
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 | 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 | skip mouse events we're not interested in (e.g. mouse... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added support for wxCAL_SHOW_WEEK_NUMBERS to generic... |
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-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 |
Francesco Montorsi | do not export private symbols in wx shared libraries |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | add missing wxUSE_DRAG_AND_DROP checks |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Always use theme border for inner window under wxGTK |
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-22 |
Robert Roebling | Reorganized wxListCtrl's window layout (same as wxDataV... |
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 | Further attempts at getting the header buttons right |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Override GetDefaultBorder, currently changes nothing |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Add visual drag hint |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Add drop hint |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | really fix compilation in !wxUSE_LOG_DIALOG case (still... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | fix compilation in !wxUSE_LOG_DIALOG case (closes ... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Implement simple Drop, doesn't work under wxMSW (?) |
tree | commitdiff |
2009-01-20 |
Robert Roebling | Implement simple drag |
tree | commitdiff |
2009-01-20 |
Robert Roebling | FindNode() must return m_root for wxDataViewItem(0) |
tree | commitdiff |
2009-01-20 |
Robert Roebling | Skeleton for generic Drag code |
tree | commitdiff |
2009-01-19 |
Jouk Jansen | Update compile support for OpenVMS |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-18 |
Jaakko Salli | Translate keycode(s) into character more consistenly... |
tree | commitdiff |
2009-01-16 |
Jouk Jansen | Add combo sample to compile list of OpenVMS |
tree | commitdiff |
2009-01-15 |
Robert Roebling | Use paint handler instead of wxClientDC to draw DnD... |
tree | commitdiff |
2009-01-14 |
Robert Roebling | Fixes #10382: Memory leak in wxDataViewMainWindow:... |
tree | commitdiff |
2009-01-13 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2009-01-12 |
Stefan Csomor | adding 10.4 build compatibility for osx cocoa, see... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-12 |
Paul Cornett | return index of first added image in Add(), like MSW... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | fix for PCH-less builds |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | split wxGrid implementation in grideditors.cpp (for... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | just fix some $Id$ tokens |
tree | commitdiff |
next |