2006-08-10 |
Václav Slavík | moved duplicated wxRegionContain definitions to wx... |
tree | commitdiff |
2006-08-10 |
Vadim Zeitlin | compilation fix: remove wxRegionContain enum which... |
tree | commitdiff |
2006-08-10 |
Vadim Zeitlin | removed wxHtmlWindow::m_Style which duplicated wxWindow... |
tree | commitdiff |
2006-08-10 |
Vadim Zeitlin | move the logic for changing notebook pages using the... |
tree | commitdiff |
2006-08-10 |
Václav Slavík | moved duplicated wxRegionContain definitions to wx... |
tree | commitdiff |
2006-08-10 |
Julian Smart | Need include so user code can access book control |
tree | commitdiff |
2006-08-10 |
Václav Slavík | moved mgl/colour.{cpp,h} to generic so that it can... |
tree | commitdiff |
2006-08-10 |
Václav Slavík | check that wxUniv is enabled when compiling for wxMGL |
tree | commitdiff |
2006-08-10 |
Vadim Zeitlin | added NormalizeValue() which can be used to ensure... |
tree | commitdiff |
2006-08-10 |
Vadim Zeitlin | Added wxID_PAGE_SETUP standard id |
tree | commitdiff |
2006-08-09 |
Václav Slavík | moved wxIcon implementation for ports where it's identi... |
tree | commitdiff |
2006-08-08 |
Václav Slavík | added wxRect::Inside(wxRect) for testing if a rectangle... |
tree | commitdiff |
2006-08-08 |
Václav Slavík | wxPipeInputStream depends on wxFile, use wxUSE_FILE |
tree | commitdiff |
2006-08-06 |
Stefan Neis | Fixed (?) problem in region handling which caused major... |
tree | commitdiff |
2006-08-06 |
Vadim Zeitlin | unified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTH... |
tree | commitdiff |
2006-08-06 |
Robin Dunn | Give timers a generated ID if wxID_ANY is passed |
tree | commitdiff |
2006-08-05 |
Václav Slavík | reformatted DEFINE_STD_WXCOLOUR_CONSTRUCTORS definition... |
tree | commitdiff |
2006-08-04 |
Vadim Zeitlin | undid last change and removed wxTE/CB_FILENAME style... |
tree | commitdiff |
2006-08-03 |
Václav Slavík | wxXPMDecoder requires wxUSE_IMAGE && wxUSE_XPM |
tree | commitdiff |
2006-08-01 |
Václav Slavík | fixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS |
tree | commitdiff |
2006-08-01 |
Václav Slavík | move wx11 and (the rest of) wxMGL specific checks into... |
tree | commitdiff |
2006-08-01 |
Václav Slavík | wxX11's wxBitmap requires wxPalette, so check for wxUSE... |
tree | commitdiff |
2006-07-31 |
Vadim Zeitlin | TLW default item changes have changed Enter key process... |
tree | commitdiff |
2006-07-31 |
Václav Slavík | avoid warnings about undefined wxUSE_LOG_DEBUG if wxUSE... |
tree | commitdiff |
2006-07-31 |
Václav Slavík | don't pass window argument to NotifyCaptureLost, it... |
tree | commitdiff |
2006-07-31 |
Václav Slavík | wxFileModificationTime() needs wxDateTime, put it insid... |
tree | commitdiff |
2006-07-31 |
Václav Slavík | added wxEVT_MOUSE_CAPTURE_LOST event and code for corre... |
tree | commitdiff |
2006-07-30 |
Vadim Zeitlin | reverted the move of wxComboBox styles from wx/defs... |
tree | commitdiff |
2006-07-30 |
Vadim Zeitlin | reverted the move of wxComboBox styles from wx/defs... |
tree | commitdiff |
2006-07-30 |
Robert Roebling | Compilation fix after wxCB_ flags move. |
tree | commitdiff |
2006-07-30 |
Robert Roebling | Compile fix. |
tree | commitdiff |
2006-07-29 |
Robin Dunn | DLL compilation fixes |
tree | commitdiff |
2006-07-29 |
Vadim Zeitlin | wxUSE_DATAOBJ requires wxUSE_OLE (bug 1526189) |
tree | commitdiff |
2006-07-29 |
Vadim Zeitlin | moved combobox styles from defs.to to combobox.h; added... |
tree | commitdiff |
2006-07-28 |
Vadim Zeitlin | allow changing the page from keyboard in property sheet... |
tree | commitdiff |
2006-07-28 |
Vadim Zeitlin | added HasMultiplePages() |
tree | commitdiff |
2006-07-28 |
Václav Slavík | reverted the change to not use wxList until dynarray... |
tree | commitdiff |
2006-07-27 |
Václav Slavík | don't use untyped wxList in wxXmlResource |
tree | commitdiff |
2006-07-27 |
Włodzimierz Skiba | Include wx/dataobj.h according to precompiled headers... |
tree | commitdiff |
2006-07-26 |
Vadim Zeitlin | define _TM_DEFINED if we define struct tm here |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | don't make wxPathList dtor virtual, this is unneeded... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | added possibility to strip only mnemonics, not accels... |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | Minor header cleaning. |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | Fix for function access shown in Tinderbox builds. |
tree | commitdiff |
2006-07-25 |
Alex Bligh | wxAUI: fixed pane saving design thinko |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | [ 1528248 ] Fix to the width of the wxGenericColourButton |
tree | commitdiff |
2006-07-25 |
Alex Bligh | wxAUI: Support serialization of individual PaneInfo... |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | Blind Tinderbox build fix. |
tree | commitdiff |
2006-07-25 |
Jamie Gadd | Make wxTreebook use wxControlContainer. |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | Include wx/stopwatch.h according to precompiled headers... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContain... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | improvements to wxPickerBase default proportion values... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | wxPathList cleanup by Francesco (patch 1521481) |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | added wxID_HELP_INDEX/SEARCH (part of request 1404089) |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | optionally count repeating wxLog messages instead of... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | wxFD_PREVIEW implementation for wxGTK (slightly modifie... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | allow customization of individual grid lines appearance... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | do nothing in Refresh() if the control is frozen |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | call DoDirtyProcessing() from OnIdle() instead of using... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | add default value for the encoding parameter of wxMacCF... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | added wxID_ANY default value for the id parameter of... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | added HasHandlerForPath() (modified patch 1514524) |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | minor refactoring of OnEraseBackground() |
tree | commitdiff |
2006-07-24 |
Włodzimierz Skiba | Warning fix, minor source cleaning and better !PCH... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | added FindFileInPath() (part of an otherwise rejected... |
tree | commitdiff |
2006-07-24 |
Włodzimierz Skiba | [ 1518434 ] wxSize::Scale with wxScale and wxPoint... |
tree | commitdiff |
2006-07-24 |
Włodzimierz Skiba | Source cleaning. |
tree | commitdiff |
2006-07-23 |
Alex Bligh | wxAUI: Don't fade venetian blind effect by default |
tree | commitdiff |
2006-07-22 |
Robin Dunn | Some changes needed for wxPython |
tree | commitdiff |
2006-07-22 |
Benjamin Williams | added some font measuring to wxAuiMultiNotebook |
tree | commitdiff |
2006-07-22 |
Alex Bligh | Add support for transparent hint windows under GTK |
tree | commitdiff |
2006-07-22 |
Benjamin Williams | more compile fixes on wxGTK; auibook.h and tabmdi.h... |
tree | commitdiff |
2006-07-21 |
Benjamin Williams | updated header file name in source |
tree | commitdiff |
2006-07-21 |
Benjamin Williams | renamed notebook.h to auibook.h |
tree | commitdiff |
2006-07-21 |
Benjamin Williams | added corresponding notebook.h and tabmdi.h to aui |
tree | commitdiff |
2006-07-20 |
Włodzimierz Skiba | [ 1523907 ] Remove unnecessary wxComboCtrl window style. |
tree | commitdiff |
2006-07-20 |
Vadim Zeitlin | added non-static GetCentury(), removed default value... |
tree | commitdiff |
2006-07-19 |
Mart Raudsepp | Initial wxTLW::(Can)SetTransparent support for wxGTK... |
tree | commitdiff |
2006-07-19 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-07-19 |
Michael Wetherell | Missing header |
tree | commitdiff |
2006-07-17 |
Robin Dunn | Translucency --> Transparent |
tree | commitdiff |
2006-07-17 |
Michael Wetherell | File/font/colour/dir picker fixes for GTK Universal |
tree | commitdiff |
2006-07-17 |
Włodzimierz Skiba | [ 1519202 ] wxComboCtrl::SetButtonPosition() to support... |
tree | commitdiff |
2006-07-16 |
Michael Wetherell | Revert access changes. |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | unset the button as temporary default item when it... |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | wxRadioBoxButtonsInfoList should be exported (should... |
tree | commitdiff |
2006-07-16 |
Benjamin Williams | added another AddPane() call which allows the caller... |
tree | commitdiff |
2006-07-16 |
Robin Dunn | Added wxTopLevelWindow::SetTranslucency and CanSetTrans... |
tree | commitdiff |
2006-07-15 |
Vadim Zeitlin | fix the bug with the current path being restored if... |
tree | commitdiff |
2006-07-15 |
Václav Slavík | added default value argument to wxXmlResourceHandler... |
tree | commitdiff |
2006-07-15 |
Václav Slavík | fixed crashes in wxFile/DirPickerCtrl::GetPath() due... |
tree | commitdiff |
2006-07-15 |
Václav Slavík | reformatted to fit on standard terminal |
tree | commitdiff |
2006-07-14 |
Włodzimierz Skiba | PCH and wxUSE_* fix. |
tree | commitdiff |
2006-07-14 |
Robin Dunn | Updated Scintilla to version 1.70 |
tree | commitdiff |
2006-07-13 |
Alex Bligh | Apply patch 1520776, partial completion on wxOwnerDrawn... |
tree | commitdiff |
2006-07-13 |
Alex Bligh | Virtualize ProcessDockResult so people can override... |
tree | commitdiff |
2006-07-12 |
Vadim Zeitlin | call SetHorizontalExtent() from SetString(); also simpl... |
tree | commitdiff |
2006-07-12 |
Benjamin Williams | renamed wxFrameManager::GetFrame() and SetFrame() to... |
tree | commitdiff |
2006-07-11 |
Benjamin Williams | wxFrameManager::Render() now fires a new event, called... |
tree | commitdiff |
2006-07-11 |
Benjamin Williams | wxAUI's wxFrameManager::SetFrame() now takes a wxWindow... |
tree | commitdiff |
next |