2009-09-11 |
Julian Smart | Fix on Mac to prevent scrollbars always being shown |
tree | commitdiff |
2009-09-05 |
Jaakko Salli | wxTextEntry::SetMargins(), GetMargins() - implemented... |
tree | commitdiff |
2009-08-24 |
Kevin Ollivier | Restore pattern creation, and do sanity checks before... |
tree | commitdiff |
2009-08-24 |
Vadim Zeitlin | No changes, just fix unused variables and parameters... |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-20 |
Vadim Zeitlin | Rename wxRendererNative::DrawRadioButton() to DrawRadio... |
tree | commitdiff |
2009-08-09 |
Julian Smart | Mark a couple of labels for translation. |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Use 0 instead of NULL to initialize wxUIntPtr. |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Don't pop explicitly changed status messages. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | wxSplitterWindow mouse capture improvements and cleanup. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Generate scroll events for key presses in wxScrolledWindow. |
tree | commitdiff |
2009-08-05 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2009-08-02 |
Vadim Zeitlin | Check indices validity better in wxGridStringTable. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Allow setting long version field in About dialog. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-19 |
Vadim Zeitlin | expand the collapsible panes contents to fill the entir... |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Made wxLogXXX() functions thread-safe. |
tree | commitdiff |
2009-07-11 |
Jaakko Salli | Made sorting case-insensitive (to match wxComboBox... |
tree | commitdiff |
2009-07-10 |
Vadim Zeitlin | fix harmless warnings about uninitialized (not really... |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | updating conditions for OSX |
tree | commitdiff |
2009-07-10 |
Jaakko Salli | Fixed wxCB_SORT for wxMSW and generic wxBitmapComboBox |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
tree | commitdiff |
2009-07-08 |
Vadim Zeitlin | Changed wxLog DoLogXXX() callbacks and introduced wxLog... |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | added EVT_DATAVIEW_CACHE_HINT event (closes #9891) |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | suppress harmless warning about possibly uninitialized... |
tree | commitdiff |
2009-06-29 |
Vadim Zeitlin | don't use wxFilePicker style when creating wxButton |
tree | commitdiff |
2009-06-28 |
Kevin Ollivier | Fix typo in class name. |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | simplify ScrollTo() |
tree | commitdiff |
2009-06-24 |
Kevin Ollivier | Add wxGraphicsBitmap overload for DrawBitmap. |
tree | commitdiff |
2009-06-23 |
Kevin Ollivier | Build fixes after the 2.8->trunk forward port. |
tree | commitdiff |
2009-06-23 |
Vadim Zeitlin | remove confusing wxDialog::ButtonSizerFlags and extract... |
tree | commitdiff |
2009-06-20 |
Kevin Ollivier | Forward port wxGraphicsBitmap cairo implementation... |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | fix many mostly harmless warnings in wxOSX/Carbon build |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | fix a couple of harmless warnings during wxOSX build |
tree | commitdiff |
2009-06-18 |
Robert Roebling | Also fixed Clear() in the generic control |
tree | commitdiff |
2009-06-17 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2009-06-16 |
Robert Roebling | Many more corrections and clarifications to virtual... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | fix memory leak in SetColFormat() if the column already... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | reuse wxObjectRefData for various ref-counted classes... |
tree | commitdiff |
2009-06-12 |
Robert Roebling | Remove remaining bits of marker drawing during resizing |
tree | commitdiff |
2009-06-11 |
Vadim Zeitlin | Mac appearance fixes: only use a border for wxDisclosur... |
tree | commitdiff |
2009-06-11 |
Robert Roebling | Remove ugly flicker during resizing |
tree | commitdiff |
2009-06-11 |
Robert Roebling | In virtual list mode, map first row to 1, not to 0... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | simplify code by removing workaround not needed any... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | fix bug in generic wxTreeCtrl: calling SelectItem(true... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | added multiple selections support to wxDirCtrl (closes... |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | add wxProgressDialog::SetRange() function |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | do not show the timestamp column in the details pane... |
tree | commitdiff |
2009-06-01 |
Vadim Zeitlin | correct Borland #pragma hdrstop position |
tree | commitdiff |
2009-06-01 |
Robert Roebling | Closes #10495: wxDataViewCtrl needs a way to start... |
tree | commitdiff |
2009-05-30 |
Vadim Zeitlin | implement Update() properly for the generic wxListCtrl... |
tree | commitdiff |
2009-05-23 |
Vadim Zeitlin | make wxWindow::SetAutoLayout() now works for all window... |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | no real changes, just remove unneeded empty dtor |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | return the correct number of columns from wxGridStringT... |
tree | commitdiff |
2009-05-12 |
Jouk Jansen | declaration of sendevent should be equal in grid.cpp... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | set wxWS_EX_TRANSIENT flag for splash screen to prevent... |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | rename wxGrid::SendSizeEvent() to SendGridSizeEvent... |
tree | commitdiff |
2009-04-29 |
Vadim Zeitlin | generate wxEVT_GRID_{COL,ROW}_SIZE events when the... |
tree | commitdiff |
2009-04-29 |
Vadim Zeitlin | no changes, just use an accessor method instead of... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add a possibility to disable individual grid rows/colum... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | pass parent argument of wxAboutBox to wxGenericAboutDia... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add parent parameter to wxAboutBox() (closes #9952) |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | set correct EOL style for files added in r58024 |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | use wxSTB_ as prefix for wxStatusBar styles; add suppor... |
tree | commitdiff |
2009-04-21 |
Vadim Zeitlin | don't readd items in SetImageList() after changing... |
tree | commitdiff |
2009-04-21 |
Francesco Montorsi | build fix for wxMac |
tree | commitdiff |
2009-04-21 |
Francesco Montorsi | implement tooltips for wxStatusBar panes whose contents... |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems... |
tree | commitdiff |
2009-04-15 |
Kevin Ollivier | Implement CreateMeasuringContext for GTK/Cairo. |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of... |
tree | commitdiff |
2009-04-09 |
Vadim Zeitlin | fix row/column deselection in row-or-column selection... |
tree | commitdiff |
2009-03-24 |
Stefan Csomor | conforming to new naming convention of starting all... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | don't change the dialog size when updating the message... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | reworked font handling for osx |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | make wxStatusBarPane a 'full class' with getters and... |
tree | commitdiff |
2009-03-14 |
Vadim Zeitlin | fix warning about needless comparison of unsigned with 0 |
tree | commitdiff |
2009-03-14 |
Vadim Zeitlin | remove stray debugging printf |
tree | commitdiff |
2009-03-12 |
Jouk Jansen | update OpenVMS makefiles |
tree | commitdiff |
2009-03-10 |
Vadim Zeitlin | also fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see... |
tree | commitdiff |
2009-03-10 |
Vadim Zeitlin | honour wxSP_ARROW_KEYS in wxSpinCtrlGeneric and don... |
tree | commitdiff |
2009-03-08 |
Robert Roebling | Commit most parts of #10495 wxDataViewCtrl needs a... |
tree | commitdiff |
2009-03-08 |
Robert Roebling | Fixes #10556: wxDataViewCtrl keyboard navigation broken... |
tree | commitdiff |
2009-03-08 |
Francesco Montorsi | document wxProgressDialog::Update(maximumValue) behavio... |
tree | commitdiff |
2009-03-08 |
Kevin Ollivier | Mac inherits the window variant setting on control... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | replace wxGetMultipleChoices() with wxGetSelectedChoice... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | don't add the sash size to the best size if the window... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | store our styles in wxSpinCtrlGenericBase ctor (needed... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | support wxSP_WRAP in generic implementation (closes... |
tree | commitdiff |
2009-03-07 |
Robert Roebling | Correct define |
tree | commitdiff |
2009-03-06 |
Robert Roebling | wxBusyInfo now uses wxGenericStaticText under GTK+... |
tree | commitdiff |
2009-03-06 |
Francesco Montorsi | don't return hardcoded constants for empty renderers... |
tree | commitdiff |
2009-03-06 |
Robert Roebling | Correct minor bishaviours in Expand() and Collapse() |
tree | commitdiff |
2009-03-06 |
Vadim Zeitlin | pass ApplyEdit() arguments to EndEdit() too for better... |
tree | commitdiff |
2009-03-06 |
Francesco Montorsi | Indentation/coding style adjustments. |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Make about dialog non-modal on GTK/Mac and don't show... |
tree | commitdiff |
2009-03-05 |
Julian Smart | Prevent splitter sash being set below minimum size... |
tree | commitdiff |
next |