2006-09-19 |
Mart Raudsepp | Fix a few warnings that appear with -Wextra (unused... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Robert Roebling | Another RTL fix. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Robert Roebling | Give wxGrid its own string name for easier debugging. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Robert Roebling | Fix scrolling bug where client size was reported... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Vadim Zeitlin | rebaked after listctrl/imagelist and wxUniv changes |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Vadim Zeitlin | refactor some existing themes methods in a new base... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Vadim Zeitlin | use native wxImageList for wxUniv, it's a low level... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Robert Roebling | More wxGrid RTL things. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Robert Roebling | Fix compilo under MINGW32 |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Robin Dunn | Kevin's prefered way to do the last fix |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Robin Dunn | Use wxListCtrlNameStr for the generic control too. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Robin Dunn | docstrings and other minor tweaks |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Robin Dunn | revert last change |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Robin Dunn | Add a couple missing methods |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Robin Dunn | Don't unconditionally include the generic headers,... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Robin Dunn | minor demo tweak |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Robin Dunn | Don't turn off the HAS_BUTTONS stle on wxMac |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Robert Roebling | More RTL work. Now transform m_updateRegion and |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Robert Roebling | Draw 2-pixel width rectangle ourselves, the |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Stefan Csomor | fixing notifications |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Václav Slavík | basic blitting implementation |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Julian Smart | Removed rogue continue statement (bug 1560636) |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Stefan Csomor | fixed crash when no status bar is present, conditionals... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Kevin Ollivier | Remove duplication in wxImageList defines and always... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Kevin Ollivier | Fixing compilation on Mac, and attempting to better... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Robert Roebling | [ 1521481 ] wxPathList modernization |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Robert Roebling | [ 1550698 ] Bottom aligned toolbar |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Robert Roebling | [ 1558691 ] wxPNGHandler: Preserve palette |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Robert Roebling | [ 1559550 ] Fix wxVariant wxDateTime conversion from... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Robert Roebling | Mention that GTK+ and OS X already are double buffered. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Robert Roebling | [ 1557326 ] Remove redundant code from wxComboCtrl |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Robert Roebling | Applied [ 1555974 ] small wxURL improvements |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Robert Roebling | Commit patch [ 1559950 ] fix mem leaks in wx{Dir... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Robert Roebling | Remove debug code. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Michael Wetherell | Fix missing 3rd party builtin libs for static monolithi... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Kevin Ollivier | Commiting re-baked files after wxListCtrl OS X additions. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Kevin Ollivier | Accidently checked for invalid image index rather than... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Kevin Ollivier | Initial commit of native OS X list ctrl support. Compil... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Kevin Ollivier | Adding OS X list ctrl implementation file, and listctrl... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Robert Roebling | Next round of RTL fixes. This change greatly simplifes |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Robin Dunn | tweaks |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Robin Dunn | Tweaks and cleanup |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Robin Dunn | new wxRect and wxPlatformInformation methods |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Robin Dunn | added more properties |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Vadim Zeitlin | remove unused any more wxArrayHandlers |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Vadim Zeitlin | added wxRect::GetTopRight/BottomLeft() for consistency... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Vadim Zeitlin | build extra wxUniv tags file |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Michael Wetherell | Minor cleanup: use AC_CHECK_DECLS for the gtk_icon_size... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Michael Wetherell | Missing header. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Robin Dunn | wx.EvtHandler is OOR capable |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Vadim Zeitlin | fix wxGetFreeMemory() for Linux 2.6 (part of patch... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Vadim Zeitlin | added CheckOS/ToolkitVersion() |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Robin Dunn | added more properties |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Julian Smart | If we use a background brush, we _must_ set a colour... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Paul Cornett | wrap print headers at top level |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Stefan Csomor | added Bryan's new icons |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Robin Dunn | Added wx.lib.delayedresult from Oliver Schoenborn. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Robin Dunn | release the GIL before calling base version |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Robin Dunn | GetScrollLines? |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Robin Dunn | Inside --> Contains |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Robin Dunn | IsVisible --> IsShownOnScreen |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Robin Dunn | docstring update |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Robin Dunn | Oops, file wasn't saved before last commit |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Robin Dunn | As per wx-dev, split the sort arrow options out to... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Stefan Csomor | mdi fix |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Stefan Csomor | cleanup |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Vadim Zeitlin | Many changes for wxInputHandler creation mainly related to: |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Robert Roebling | More RTL fixes. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Paul Cornett | add Create to wxDocParentFrame |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Stefan Csomor | switching colors |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Paul Cornett | remove redundant declarations of wxFrameNameStr |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Włodzimierz... | Follow native renderer for DrawHeaderButton. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Włodzimierz... | m_displayMode needs complete wxVideoMode. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Václav Slavík | fixed incorrect passing of bitmap dimensions in DoBlit |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Václav Slavík | added wxFAIL_MSG to unimplemented SetDepth/Width/Height |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Václav Slavík | implemented convertion between wxImage and wxBitmap |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Włodzimierz... | Minor cleanup. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Włodzimierz... | wxHeaderButtonParams needs complete classes. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Vadim Zeitlin | don't append trailing tab to items which don't have... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Václav Slavík | added check for supported depth and 'not implemented... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Václav Slavík | implemented wxBitmap::GetSubBitmap() |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Julian Smart | Fixes bug whereby directory control foreground colour... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Václav Slavík | renamed wxWindow::IsVisible() to IsShownOnScreen()... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Vadim Zeitlin | fix warnings about unused parameters and functions... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Vadim Zeitlin | define HAVE_BROKEN_SWPRINTF_DECL for VC7.1 as while... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Vadim Zeitlin | added wxWindow::IsFrozen() (only existed in wxMSW and... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Robert Roebling | More RTL work. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Robert Roebling | Add GetScrollHelper() to wxWindow. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Robin Dunn | Changes for TreeListCtrl to take advantage of the new... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Robin Dunn | Dashes and Stipple accessors are not available on all... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Robin Dunn | More support for drawing native column headers, adds... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Robin Dunn | More support for drawing native column headers, adds... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Włodzimierz... | it needs wxUSE_* guard to not break smartphone build. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Robin Dunn | wxStatusBarGeneric is used directly so the header needs... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Paul Cornett | minimize code duplication |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Julian Smart | Added public keyword |
commit | commitdiff | tree | snapshot |
next |