2004-04-21 |
Václav Slavík | added wxRegEx::GetMatchCount (patch 938995) |
tree | commitdiff |
2004-04-21 |
Vadim Zeitlin | fixed #if in Create(); don't use wxModelessWindows... |
tree | commitdiff |
2004-04-21 |
Stefan Csomor | creating Apple menu programmatically |
tree | commitdiff |
2004-04-21 |
Vadim Zeitlin | really fixed crash with strange HDN_GETDISPINFOWs under XP |
tree | commitdiff |
2004-04-21 |
Václav Slavík | don't use wxFileConfig to parse kdeglobals, it's not... |
tree | commitdiff |
2004-04-21 |
Vadim Zeitlin | got rid of some ifdefs; added comment explaining why... |
tree | commitdiff |
2004-04-21 |
Vadim Zeitlin | time() takes time_t, not [unsigned] long -- and in... |
tree | commitdiff |
2004-04-21 |
Vadim Zeitlin | fixed recent modeless dialog breakage caused by removin... |
tree | commitdiff |
2004-04-21 |
Vadim Zeitlin | fixed unused variable warning |
tree | commitdiff |
2004-04-21 |
Stefan Csomor | MPThread implementation by AJ Lavin |
tree | commitdiff |
2004-04-21 |
Stefan Csomor | replaced Yield with YieldIfNeeded for Mac |
tree | commitdiff |
2004-04-21 |
Stefan Csomor | implemented Lower and Raise for OSX |
tree | commitdiff |
2004-04-20 |
Vadim Zeitlin | replaced generic automatic filter string by 2 different... |
tree | commitdiff |
2004-04-20 |
Julian Smart | Don't use wxUSE_POCKETPC_UI, determine appropriate... |
tree | commitdiff |
2004-04-20 |
Julian Smart | Temporary fix for VC++ compile breakage. |
tree | commitdiff |
2004-04-20 |
Julian Smart | Test for SDK in use |
tree | commitdiff |
2004-04-20 |
Chris Elliott | fix bug compiling with DMC Borland gcc (macos); reverti... |
tree | commitdiff |
2004-04-20 |
Chris Elliott | fix bug compiling with DMC Borland gcc (macos); reverti... |
tree | commitdiff |
2004-04-20 |
Robert Roebling | Applied the two patches from Kevin for gsocket |
tree | commitdiff |
2004-04-20 |
Julian Smart | Compile fix for eVC++ 4 with PocketPC 2003 |
tree | commitdiff |
2004-04-20 |
Vadim Zeitlin | fixed bug in default filter string construction (you... |
tree | commitdiff |
2004-04-19 |
Robert Roebling | Code for single instance and bring-to-top under CE. |
tree | commitdiff |
2004-04-19 |
Julian Smart | Don't infinitely recurse when setting the child focus... |
tree | commitdiff |
2004-04-19 |
Vadim Zeitlin | compilation fix for wxUSE_VALIDATORS==0 |
tree | commitdiff |
2004-04-18 |
Vadim Zeitlin | compilation fix for wxUSE_VALIDATORS==0 |
tree | commitdiff |
2004-04-18 |
Václav Slavík | wxVsnprintf_ fix: added %ls,%lc handling (patch 937094) |
tree | commitdiff |
2004-04-18 |
Stefan Csomor | alternative direct CFSocket implementation, not yet... |
tree | commitdiff |
2004-04-18 |
Robert Roebling | make spin control flat, too, under Win CE. |
tree | commitdiff |
2004-04-18 |
Stefan Csomor | MSL support also for MSW |
tree | commitdiff |
2004-04-18 |
Stefan Csomor | switching to host / network ordering swapping |
tree | commitdiff |
2004-04-18 |
Stefan Csomor | yielding from main loop |
tree | commitdiff |
2004-04-18 |
Stefan Csomor | otherwise all runloop dependent callbacks cannot work... |
tree | commitdiff |
2004-04-18 |
Stefan Csomor | byte ordering changed to network ordering |
tree | commitdiff |
2004-04-18 |
Stefan Csomor | metrowerks uname support |
tree | commitdiff |
2004-04-18 |
Julian Smart | Casting fix |
tree | commitdiff |
2004-04-18 |
Robert Roebling | Applied patch for hiding statusbar. |
tree | commitdiff |
2004-04-18 |
Robert Roebling | Fix incomplete stripping of menu text. |
tree | commitdiff |
2004-04-17 |
Robin Dunn | Set m_window to NULL after destroying it |
tree | commitdiff |
2004-04-17 |
Robert Roebling | Make text controls flat under CE. |
tree | commitdiff |
2004-04-17 |
Robert Roebling | Since CE cannot do the logical/device origin calculations |
tree | commitdiff |
2004-04-17 |
Robert Roebling | Do not set size of PocketPC dialogs upon |
tree | commitdiff |
2004-04-17 |
Robert Roebling | Show the OK button in the title bar under PocketPC |
tree | commitdiff |
2004-04-17 |
Robert Roebling | Make wxHTML compile (and work) under CE. |
tree | commitdiff |
2004-04-17 |
Robin Dunn | SetDefault should call parent->SetDefaultItem |
tree | commitdiff |
2004-04-17 |
Robin Dunn | Fix or add some DoGetBestSize's |
tree | commitdiff |
2004-04-16 |
Václav Slavík | Mingw compilation fixes |
tree | commitdiff |
2004-04-16 |
Vadim Zeitlin | GetChildrenCount() should be const |
tree | commitdiff |
2004-04-15 |
Robin Dunn | If the window has a minsize then use that as the BestSi... |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | unused variable warning fix (patch 923094) |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | unused param warning |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | fixed WaitOnConnect() in non GUI mode (patch 905185) |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | make XTI compile with VC6 (patch 896614) |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | fixed DLL build (patch 879706) |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | show/hide static box when the wxStaticBoxSizer is shown... |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | normalize the case of the volume names too (patch 925887) |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | fixed priority of the mailcap entries (patch 935954) |
tree | commitdiff |
2004-04-15 |
Václav Slavík | added GetFilenames |
tree | commitdiff |
2004-04-15 |
David Elliott | Make buttons display the bitmap image instead of the... |
tree | commitdiff |
2004-04-15 |
Robert Roebling | Added SW_SCROLLCHILDREN to make scrolling work |
tree | commitdiff |
2004-04-15 |
Dimitri Schoolwerth | made GetAlpha(x, y) const (the docs are already correct) |
tree | commitdiff |
2004-04-15 |
Robert Roebling | Fix for white area above frame because of funky |
tree | commitdiff |
2004-04-15 |
Robert Roebling | Fix to make frame visible under eVC 3.0 |
tree | commitdiff |
2004-04-15 |
Dimitri Schoolwerth | use Find, not Member |
tree | commitdiff |
2004-04-15 |
Dimitri Schoolwerth | improved const-ness of find/Find functions |
tree | commitdiff |
2004-04-14 |
Robin Dunn | Added #include for non PCH compilers |
tree | commitdiff |
2004-04-14 |
Robin Dunn | Added wxSizerItem::SetMinSize that calls m_window-... |
tree | commitdiff |
2004-04-14 |
Robin Dunn | Keep track of the initial size that the window was... |
tree | commitdiff |
2004-04-14 |
Stefan Csomor | removing resource based implementations |
tree | commitdiff |
2004-04-14 |
David Elliott | Quick hack removing wxDIALOG_MODAL |
tree | commitdiff |
2004-04-14 |
David Elliott | Quick hack to rid the code of wxDIALOG_MODAL |
tree | commitdiff |
2004-04-14 |
Vadim Zeitlin | don't use wxDIALOG_MODAL any more |
tree | commitdiff |
2004-04-14 |
David Elliott | wxASSERT_MSG instead of wxASSERT |
tree | commitdiff |
2004-04-14 |
Robin Dunn | If the icon is smaller than the allotted space then... |
tree | commitdiff |
2004-04-14 |
David Elliott | Cocoa_drawRect: Set m_updateRegion using the NSRect... |
tree | commitdiff |
2004-04-14 |
David Elliott | Added wxRegion construction from an NSRect or an array... |
tree | commitdiff |
2004-04-14 |
Robin Dunn | Compilation fixes |
tree | commitdiff |
2004-04-14 |
David Elliott | Rework modal dialog code to not depend on now obsolete... |
tree | commitdiff |
2004-04-14 |
Robin Dunn | Ensure PostCreation is always called, so the widget... |
tree | commitdiff |
2004-04-14 |
Robin Dunn | Fix for #933359 |
tree | commitdiff |
2004-04-13 |
David Elliott | new wxRegionRefData has size=1 so rects=malloc(sizeof... |
tree | commitdiff |
2004-04-13 |
David Elliott | wxCocoa: wxRegion using wxRegionGeneric |
tree | commitdiff |
2004-04-13 |
David Elliott | Added wxRegionGeneric and wxRegionIteratorGeneric using... |
tree | commitdiff |
2004-04-13 |
David Elliott | #import <AppKit/NSCell.h> |
tree | commitdiff |
2004-04-13 |
David Elliott | Change <class PixelData> to <typename PixelData> (2... |
tree | commitdiff |
2004-04-13 |
David Elliott | s/m_clientData/m_itemClientData/ so it doesn't conflict... |
tree | commitdiff |
2004-04-13 |
David Elliott | Make ObjcRelease() return void like [NSObject -release... |
tree | commitdiff |
2004-04-13 |
Vadim Zeitlin | don't use WS_POPUP under CE for normal windows |
tree | commitdiff |
2004-04-13 |
Vadim Zeitlin | removed old eVC project files |
tree | commitdiff |
2004-04-13 |
Vadim Zeitlin | removed m_bestSize |
tree | commitdiff |
2004-04-13 |
Vadim Zeitlin | added DoDrawRoundedRectangle() implementation (patch... |
tree | commitdiff |
2004-04-13 |
Julian Smart | Only call Select within SetString when internal data... |
tree | commitdiff |
2004-04-13 |
Stefan Csomor | all databrowser implementation |
tree | commitdiff |
2004-04-13 |
Stefan Csomor | switching to native focus handling |
tree | commitdiff |
2004-04-13 |
Stefan Csomor | fixing right click |
tree | commitdiff |
2004-04-13 |
Stefan Csomor | mouse handling changed |
tree | commitdiff |
2004-04-13 |
Stefan Csomor | recursive tab processing |
tree | commitdiff |
2004-04-13 |
Stefan Csomor | switching to CreateXXX methods for Controls and to... |
tree | commitdiff |
2004-04-12 |
Roger Gammans | * fix bug where editing of the bootom and right most... |
tree | commitdiff |
2004-04-12 |
Robert Roebling | eVC 3.0 doesn't like WS_CAPTION. I imagine that |
tree | commitdiff |
2004-04-12 |
Robert Roebling | eVC 3.0 doesn't know ExitProcess() but _exit() is OK. |
tree | commitdiff |
next |