2004-08-09 |
Stefan Csomor | fixed size patch applied |
tree | commitdiff |
2004-08-09 |
Stefan Csomor | gcc warning |
tree | commitdiff |
2004-08-09 |
Włodzimierz Skiba | Fixed bug with truncation of Unicode data in wxConnecti... |
tree | commitdiff |
2004-08-09 |
Stefan Csomor | catching errors |
tree | commitdiff |
2004-08-09 |
Stefan Csomor | aa const |
tree | commitdiff |
2004-08-08 |
Stefan Neis | Get rid of warning about select being undeclared on... |
tree | commitdiff |
2004-08-08 |
Stefan Neis | Fixed linkage errors (C linkage vs. C++ linkage) caused... |
tree | commitdiff |
2004-08-08 |
David Elliott | Added const qualifier to char* in struct service_entry |
tree | commitdiff |
2004-08-08 |
Stefan Csomor | wrong method call, we need to add the second update... |
tree | commitdiff |
2004-08-08 |
David Elliott | Use bool instead of int. Replace TRUE/FALSE with true... |
tree | commitdiff |
2004-08-08 |
David Elliott | Removed incorrect struct qualifier from GSocketGUIFunct... |
tree | commitdiff |
2004-08-07 |
Mattia Barbon | Compilation fix. |
tree | commitdiff |
2004-08-07 |
Stefan Csomor | blind fix for trails of border after resize operations |
tree | commitdiff |
2004-08-07 |
Stefan Csomor | we have to include the mac/private header in order... |
tree | commitdiff |
2004-08-07 |
Julian Smart | Help button left-aligned in wizard |
tree | commitdiff |
2004-08-07 |
Stefan Csomor | support for Mac Help Button added (wxID_HELP) is automa... |
tree | commitdiff |
2004-08-07 |
Julian Smart | Need to include scrolwin.h |
tree | commitdiff |
2004-08-07 |
Stefan Csomor | moving focus rect overlap problems to the vis region... |
tree | commitdiff |
2004-08-07 |
Stefan Csomor | drawing the border based on the native control's border... |
tree | commitdiff |
2004-08-07 |
Stefan Csomor | moving popup-button closer to text |
tree | commitdiff |
2004-08-07 |
Stefan Csomor | making the width of the popup button dependent from... |
tree | commitdiff |
2004-08-07 |
Robin Dunn | At least correct the compile error until we decide... |
tree | commitdiff |
2004-08-07 |
Robin Dunn | Hide the page before adjusting its size, otherwise... |
tree | commitdiff |
2004-08-06 |
Robin Dunn | A better workaround for Bug# 901694 that works with... |
tree | commitdiff |
2004-08-06 |
David Elliott | Use delete foo; instead of GSocket_destroy(foo); |
tree | commitdiff |
2004-08-06 |
David Elliott | Get rid of wxUSE_GSOCKET_CPLUSPLUS |
tree | commitdiff |
2004-08-06 |
David Elliott | Use native C++ GSocket interface |
tree | commitdiff |
2004-08-06 |
David Elliott | gsocket.c has been replaced by gsocket.cpp |
tree | commitdiff |
2004-08-06 |
David Elliott | According to Stefan Neis this file isn't used by anythi... |
tree | commitdiff |
2004-08-06 |
David Elliott | Removed unused file (replaced by src/os2/gsockpm.cpp) |
tree | commitdiff |
2004-08-06 |
David Elliott | wxMac CFM never has a GSocketGUIFunctionsTable |
tree | commitdiff |
2004-08-06 |
David Elliott | C->C++ conversion |
tree | commitdiff |
2004-08-06 |
David Elliott | wxMac GSocket C -> C++ |
tree | commitdiff |
2004-08-06 |
David Elliott | Copied src/mac/carbon/gsocket.c revision 1.20 |
tree | commitdiff |
2004-08-06 |
Stefan Csomor | correcting border drawing for clientareaorigin in noteb... |
tree | commitdiff |
2004-08-06 |
Stefan Csomor | corrected positioning of focus rect in hierarchies... |
tree | commitdiff |
2004-08-06 |
Stefan Csomor | undoing last change, widgets sample had slider label... |
tree | commitdiff |
2004-08-06 |
Stefan Csomor | moving stacking event handlers and event ref to central... |
tree | commitdiff |
2004-08-06 |
Stefan Csomor | moving stacking event handlers and event ref to central... |
tree | commitdiff |
2004-08-06 |
Stefan Csomor | switch to draw borders from the parent window, as we... |
tree | commitdiff |
2004-08-06 |
Stefan Csomor | add a outside area for borders and focus rects of 3... |
tree | commitdiff |
2004-08-05 |
Robin Dunn | Added NormalizeFontSizes which will set the html font... |
tree | commitdiff |
2004-08-05 |
David Elliott | Removed unneeded GSocket files |
tree | commitdiff |
2004-08-05 |
Stefan Csomor | corrected GetPosition and extended erasing to include... |
tree | commitdiff |
2004-08-05 |
Włodzimierz Skiba | Peparation for native Smartphone controls based on... |
tree | commitdiff |
2004-08-05 |
Włodzimierz Skiba | Unused parameters markup. |
tree | commitdiff |
2004-08-05 |
Włodzimierz Skiba | Fixed wrong condition. |
tree | commitdiff |
2004-08-04 |
Stefan Csomor | fixing memleak, correcting huge background erase area |
tree | commitdiff |
2004-08-04 |
Stefan Csomor | best size taking into account borders |
tree | commitdiff |
2004-08-04 |
Stefan Csomor | redraw fixes |
tree | commitdiff |
2004-08-04 |
Stefan Csomor | we have to force live updates under OSX as there is... |
tree | commitdiff |
2004-08-04 |
Stefan Csomor | corrected scroll rect position |
tree | commitdiff |
2004-08-04 |
Włodzimierz Skiba | Blind fix to precompiled headers verified by author... |
tree | commitdiff |
2004-08-04 |
David Elliott | Use new C++ sockets for everything except OS/2 |
tree | commitdiff |
2004-08-04 |
David Elliott | C->C++ conversion |
tree | commitdiff |
2004-08-03 |
David Elliott | Accidently left in an extra {} and also had wrong licen... |
tree | commitdiff |
2004-08-03 |
David Elliott | Revert original UNIX C->C++ conversion and instead... |
tree | commitdiff |
2004-08-03 |
David Elliott | Provide stub for wxDisplayBase::GetCount() |
tree | commitdiff |
2004-08-03 |
Stefan Csomor | refresh had to offset the region by borders |
tree | commitdiff |
2004-08-03 |
Włodzimierz Skiba | WinCE warning fixes. |
tree | commitdiff |
2004-08-03 |
David Elliott | * Made GSocket::GetError() exp/imp from net library... |
tree | commitdiff |
2004-08-03 |
David Elliott | Real C++(ish) code |
tree | commitdiff |
2004-08-03 |
David Elliott | Prepare for GSocket C->C++ migration |
tree | commitdiff |
2004-08-02 |
Julian Smart | Fix for toolbar workaround (mustn't set flag unless... |
tree | commitdiff |
2004-08-02 |
Włodzimierz Skiba | Regenerated file after deleting gzstream.cpp |
tree | commitdiff |
2004-08-01 |
Julian Smart | Fix by George Wismer to get flat toolbars under Windows... |
tree | commitdiff |
2004-07-31 |
Julian Smart | Fixed wxTextCtrl::SetMaxLength for rich edit controls |
tree | commitdiff |
2004-07-31 |
Vadim Zeitlin | fixed passing wxCharBuffer to a vararg function (part... |
tree | commitdiff |
2004-07-31 |
Dimitri Schoolwerth | applied patch #997019: '[wxMac] updated wxSound', adds... |
tree | commitdiff |
2004-07-30 |
Vadim Zeitlin | invalidate m_selection in DoRemovePage(), not in Delete... |
tree | commitdiff |
2004-07-30 |
Vadim Zeitlin | fixed wxDateTime::GetWeekDayName() for wday > Wed ... |
tree | commitdiff |
2004-07-30 |
Vadim Zeitlin | fixed delete[]/free mismatch in SetAlpha (part of patch... |
tree | commitdiff |
2004-07-30 |
Vadim Zeitlin | switched to wxEventLoopBase/wxEventLoop implementation... |
tree | commitdiff |
2004-07-30 |
Włodzimierz Skiba | Conditional compilation fix. |
tree | commitdiff |
2004-07-30 |
Włodzimierz Skiba | Warning cleaning. |
tree | commitdiff |
2004-07-30 |
Włodzimierz Skiba | Code and warning cleaning. |
tree | commitdiff |
2004-07-29 |
Julian Smart | Can't use directives within a macro |
tree | commitdiff |
2004-07-29 |
Julian Smart | Needs log.h |
tree | commitdiff |
2004-07-29 |
David Elliott | Removed unused event table entries |
tree | commitdiff |
2004-07-29 |
Vadim Zeitlin | fix for assert when copying bitmap in CloneRefData() |
tree | commitdiff |
2004-07-29 |
Julian Smart | Checkbox needs an extra pixel in height on WinCE |
tree | commitdiff |
2004-07-29 |
David Elliott | C/C++ differences |
tree | commitdiff |
2004-07-29 |
David Elliott | Copied from src/msw/gsocket.c revision 1.61 |
tree | commitdiff |
2004-07-29 |
David Elliott | Applied gsockmsw.c 1.20 to 1.25 changes |
tree | commitdiff |
2004-07-28 |
David Elliott | wxWindowMSW::OnInitDialog is only implemented for WinCE |
tree | commitdiff |
2004-07-28 |
Stefan Neis | Switched from wxUsleep to wxMilliSleep/wxMicroSleep. |
tree | commitdiff |
2004-07-28 |
Stefan Csomor | trying to get coordinates of native controls and wx... |
tree | commitdiff |
2004-07-28 |
Stefan Csomor | HasFlag is not set at this point |
tree | commitdiff |
2004-07-28 |
Stefan Csomor | Refresh is necessary in earlier systems, no penalty... |
tree | commitdiff |
2004-07-28 |
Julian Smart | Worked around static box opaqueness problem on WinCE... |
tree | commitdiff |
2004-07-28 |
Vadim Zeitlin | removed GSocket_[Un]Streamed |
tree | commitdiff |
2004-07-27 |
Julian Smart | Under WinCE, we need to send the groupbox z position... |
tree | commitdiff |
2004-07-27 |
Włodzimierz Skiba | Missing DMC OFN_* values. |
tree | commitdiff |
2004-07-27 |
Václav Slavík | fixed memory leak |
tree | commitdiff |
2004-07-27 |
Stefan Csomor | region from polygon added |
tree | commitdiff |
2004-07-27 |
Václav Slavík | fixed sending 2 events (normal and bogus cancel one... |
tree | commitdiff |
2004-07-27 |
David Elliott | Incorporated src/unix/gsocket.c 1.86 to 1.92 changes... |
tree | commitdiff |
2004-07-26 |
Vadim Zeitlin | removed GSocket_Unstreamed() call |
tree | commitdiff |
2004-07-26 |
Vadim Zeitlin | removed GSocket_[Un]Streamed(), GSocket_SetNonOriented... |
tree | commitdiff |
2004-07-26 |
Vadim Zeitlin | removed _GSocket::m_oriented |
tree | commitdiff |
next |