2005-02-20 |
Vadim Zeitlin | wxUniv compilation fix |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | cleanup of TrackMouseEvent() code (use a single #ifdef... |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1 |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | removed wxLoadBitmap() introduced in 1.37 -> 1.38;... |
tree | commitdiff |
2005-02-20 |
Julian Smart | Don't repaint window if hidden |
tree | commitdiff |
2005-02-20 |
Julian Smart | Fix for compilo |
tree | commitdiff |
2005-02-20 |
Ryan Norton | if wxUSE_XXX fixes |
tree | commitdiff |
2005-02-20 |
Ryan Norton | use on cocoa without fontmapper |
tree | commitdiff |
2005-02-20 |
David Elliott | Don't build when __WXMAC__ is defined but __WXMAC_OSX__... |
tree | commitdiff |
2005-02-20 |
Kevin Hock | Color dialog sliders make more sense inverted, with... |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | use native gtk_paint_expander() to implement DrawTreeIt... |
tree | commitdiff |
2005-02-20 |
Dimitri Schoolwerth | minor textual fix |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | trying to draw transparent arrow instead of opaque... |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | yet more corrections to drop down button drawing: don... |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | don't use invalid font in wxDC used for measuring text... |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | compilation fix after last patch |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | added OnSysColourChanged() (modified patch 1103439) |
tree | commitdiff |
2005-02-19 |
Robin Dunn | On wxMac don't call Refresh from FullPaint as that... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | oops, fixed crash introduced in last check in |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | set string length to 0 in AllocBeforeWrite() just to... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | added wxNavigationEvent::FromTab flag |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | fix (with unknown but apparently beneficial effects... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | added InitAlpha() (replaces patch 991168) |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | reenable WS_TABSTOP (patch 1045547) |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | process CBN_SELENDOK and not only CBN_SELCHANGE (patch... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | fix for Create(wxDateInvalidDate) |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | we don't need to use solid colour for background drawin... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | added MSWPrintChild() for drawing child background... |
tree | commitdiff |
2005-02-19 |
Robin Dunn | Fixed compile error |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | guarding against non supported logical modes |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | use theme drawing |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | adapt to mac l&f |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | extracted check for wxListCtrl in WM_PRINT handler... |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | Adding theme drawing for list header under 10.3 |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | EVT_CHAR_HOOK added |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | don't steal EVT_RIGHT_UP in rich edit controls for... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | more visual improvements to owner-drawn menus (patch... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | wxGenericListCtrl::SetItemState(-1) now changes the... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | added more icons (for GTK only) (patch 1097684) |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | fixed hash collisions in ZIP files (patch 1082026) |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | wxCommandProcessor::MarkAsSaved() and IsDirty() added... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | document GetOptionInt() as returning 0 for the options... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | more options for JPEG and TIFF handlers (slightly modif... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | draw drop down button using native calls (patch 1144389) |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | added wxMBConv parameter for wxFFile::ReadAll() and... |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | switching to IconRefs for menu bitmaps |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | cleaning up, adding support for Quartz / Themeing befor... |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | fixes, adding paint handler for non OSX case toplevel... |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | adding PICT conversion for IconRef |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | VK_MENU is WXK_ALT, notWXK_MENU (patch 1119601) |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | fixes for MSW |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | 1. undid the "simplification" of patch 1096066 which... |
tree | commitdiff |
2005-02-19 |
David Elliott | include wx/setup.h and check to make sure it's not... |
tree | commitdiff |
2005-02-19 |
Kevin Hock | ENTER and LEAVE mouse events for multi-line text contro... |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | corrected bitmap mask -> Image conversion |
tree | commitdiff |
2005-02-19 |
Kevin Hock | Added newline at the end, eliminates gcc warning |
tree | commitdiff |
2005-02-19 |
David Elliott | Rebaked with Bakefile 0.1.7. |
tree | commitdiff |
2005-02-19 |
Kevin Hock | wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182] |
tree | commitdiff |
2005-02-18 |
Kevin Ollivier | Adding GetPartialTextExtents implementation. |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | using correct theme heights for header on mac |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | new layout was messing with separator positions |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | guard quartz specific code |
tree | commitdiff |
2005-02-18 |
Robin Dunn | Don't know if this is right but it fixes a compile... |
tree | commitdiff |
2005-02-18 |
Robin Dunn | Fix the use of Today() for when invalid date is passed... |
tree | commitdiff |
2005-02-18 |
Robin Dunn | wxStdButtonSizer Finalise --> Realize |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | setting up correct port origin as well |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | reintroducing direct access, clipping to client area... |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | reintroducing direct access, cleanup |
tree | commitdiff |
2005-02-18 |
Włodzimierz Skiba | Typo fixes. |
tree | commitdiff |
2005-02-18 |
Dimitri Schoolwerth | use prefix file; (auto-)removed some of the unused... |
tree | commitdiff |
2005-02-18 |
Dimitri Schoolwerth | don't redefine __WXMAC__ |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | correcting support for more tool sizes, support for... |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | having fixed size icons, scaling from other common... |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | alpha support for Scale added |
tree | commitdiff |
2005-02-18 |
Ryan Norton | wxUSE_XXX related fixes |
tree | commitdiff |
2005-02-18 |
Robin Dunn | Select an item using the value passed to the ctor/Create |
tree | commitdiff |
2005-02-18 |
Ryan Norton | [ 1123124 ] wxStringBase::Alloc can change string length |
tree | commitdiff |
2005-02-17 |
Vadim Zeitlin | revert to the old flicker-less version when background... |
tree | commitdiff |
2005-02-17 |
Vadim Zeitlin | minor cleanup |
tree | commitdiff |
2005-02-17 |
Vadim Zeitlin | corrected wxRTTI macros |
tree | commitdiff |
2005-02-17 |
Vadim Zeitlin | more tweaks to drop down arrow drawing (Andreas Pflug) |
tree | commitdiff |
2005-02-17 |
Ryan Norton | Use without mimetypes enabled |
tree | commitdiff |
2005-02-17 |
Ryan Norton | compile wxFileXXXStream without wxFFileXXXStream |
tree | commitdiff |
2005-02-17 |
Ryan Norton | Enable compilation on mac without wxFontMapper |
tree | commitdiff |
2005-02-17 |
Ryan Norton | gcc doesn't have pragma warning |
tree | commitdiff |
2005-02-17 |
Ryan Norton | int argument/unsigned int arg warning fix |
tree | commitdiff |
2005-02-17 |
Stefan Csomor | 24x24 bitmaps and separator for flat style added |
tree | commitdiff |
2005-02-17 |
Ryan Norton | ComboBox for cocoa |
tree | commitdiff |
2005-02-17 |
Kevin Ollivier | Added empty methods for wxIcon functions to match... |
tree | commitdiff |
2005-02-16 |
Ryan Norton | implement some missing methods |
tree | commitdiff |
2005-02-16 |
Robert Roebling | Applied background colour patch for Motif notebooks |
tree | commitdiff |
2005-02-16 |
Julian Smart | Fixed windows not displaying on SmartPhone |
tree | commitdiff |
2005-02-16 |
Dimitri Schoolwerth | fixed wxlib Mach-O debug and release compilation |
tree | commitdiff |
2005-02-16 |
Włodzimierz Skiba | wxPoint/Size/Rect() causes the same code with (0,0... |
tree | commitdiff |
2005-02-16 |
Stefan Csomor | added non-bordered toolbar tools |
tree | commitdiff |
2005-02-16 |
Dimitri Schoolwerth | fixed Mach-O compilation |
tree | commitdiff |
2005-02-16 |
Dimitri Schoolwerth | minor typo fixes |
tree | commitdiff |
2005-02-16 |
Julian Smart | Standard dialogs becoming useable on WinCE. |
tree | commitdiff |
2005-02-16 |
Włodzimierz Skiba | Native PalmOS wxLongLong. Introduction of wxULongLong_t... |
tree | commitdiff |
2005-02-16 |
Julian Smart | WinCE doesn't have _set_se_translator |
tree | commitdiff |
next |