2004-08-06 |
David Elliott | gsocket.c has been replaced by gsocket.cpp |
commit | commitdiff | tree | snapshot |
2004-08-06 |
David Elliott | Compile gsockpm.cpp instead of gsockpm.c for wxOS/2 |
commit | commitdiff | tree | snapshot |
2004-08-06 |
David Elliott | According to Stefan Neis this file isn't used by anythi... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
David Elliott | Removed unused file (replaced by src/os2/gsockpm.cpp) |
commit | commitdiff | tree | snapshot |
2004-08-06 |
David Elliott | wxMac CFM never has a GSocketGUIFunctionsTable |
commit | commitdiff | tree | snapshot |
2004-08-06 |
David Elliott | OS/2 now uses C++ gsocket. |
commit | commitdiff | tree | snapshot |
2004-08-06 |
David Elliott | C->C++ conversion |
commit | commitdiff | tree | snapshot |
2004-08-06 |
David Elliott | include wx/mac/gsockmac.h when compiling wxMac CFM |
commit | commitdiff | tree | snapshot |
2004-08-06 |
David Elliott | wxMac GSocket C -> C++ |
commit | commitdiff | tree | snapshot |
2004-08-06 |
David Elliott | Copied src/mac/carbon/gsocket.c revision 1.20 |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Stefan Csomor | correcting border drawing for clientareaorigin in noteb... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Stefan Csomor | corrected positioning of focus rect in hierarchies... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Vadim Zeitlin | removed not existing GiveFeedback() parameter |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Robin Dunn | Update the notebook before running the sample in case... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Włodzimierz... | DMC distrubutes broken header which will not be fixed... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Włodzimierz... | Deleting void is undefined. |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Dimitri Schoolwerth | made code slightly more readable |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Stefan Csomor | undoing last change, widgets sample had slider label... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Stefan Csomor | moving stacking event handlers and event ref to central... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Stefan Csomor | moving stacking event handlers and event ref to central... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Dimitri Schoolwerth | fixed MSVC6 compiler warning |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Stefan Csomor | switch to draw borders from the parent window, as we... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Stefan Csomor | add a outside area for borders and focus rects of 3... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Robin Dunn | Fixed typo |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Robin Dunn | GTK2 is now the default for builds. |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Robin Dunn | Applied (and heavily modified) a patch from Eugene |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Robin Dunn | use NormalizeFontSizes if on wxGTK2 |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Robin Dunn | more build tweaks |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Robin Dunn | Added NormalizeFontSizes which will set the html font... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Václav Slavík | gsocket compilation fixes: use .cpp files, not .c |
commit | commitdiff | tree | snapshot |
2004-08-05 |
David Elliott | Removed unneeded GSocket files |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Václav Slavík | fixed dependencies: dbgrid needs odbc |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Stefan Csomor | corrected GetPosition and extended erasing to include... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Włodzimierz... | Peparation for native Smartphone controls based on... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Włodzimierz... | Unused parameters markup. |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Włodzimierz... | Make wxSplashScreen with parent so it ends immediatelly... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Włodzimierz... | GCC fixes: order of initializations, type casting,... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Włodzimierz... | Order of initializations according to class construction. |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Václav Slavík | added splash sample |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Václav Slavík | added Basque translation |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Włodzimierz... | Fixed wrong condition. |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Włodzimierz... | splash sample into distribution. |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Włodzimierz... | splash sample into distribution. |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Robin Dunn | little tweaks |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Robin Dunn | Added ability to also do a remote build on the Jaguar... |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Robin Dunn | fixed typo |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Robin Dunn | The build can now start RPM builds on more than one... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Robin Dunn | SetSizeHints --> SetMinSize or SetBestFittingSize,... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Stefan Csomor | fixing memleak, correcting huge background erase area |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Włodzimierz... | wxSplashScreen sample added. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Włodzimierz... | wxSplashScreen also for About frame. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Stefan Csomor | best size taking into account borders |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Włodzimierz... | Array has pointers. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Włodzimierz... | wxSplashScreen sample added to global makefiles. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Włodzimierz... | wxSplash sample code, sample image, bake and make files. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Stefan Csomor | redraw fixes |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Stefan Csomor | we have to force live updates under OSX as there is... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Stefan Csomor | corrected scroll rect position |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Stefan Neis | Fixed typo reported by Ian Brown. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Włodzimierz... | Blind fix to precompiled headers verified by author... |
commit | commitdiff | tree | snapshot |
2004-08-04 |
Włodzimierz... | Missed defs.h inclusion. |
commit | commitdiff | tree | snapshot |
2004-08-04 |
David Elliott | Use new C++ sockets for everything except OS/2 |
commit | commitdiff | tree | snapshot |
2004-08-04 |
David Elliott | C->C++ conversion |
commit | commitdiff | tree | snapshot |
2004-08-04 |
David Elliott | Support building X11 and Motif on Mac OS X |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Robin Dunn | more dbg flags (but it's still comment out by defult) |
commit | commitdiff | tree | snapshot |
2004-08-03 |
David Elliott | Accidently left in an extra {} and also had wrong licen... |
commit | commitdiff | tree | snapshot |
2004-08-03 |
David Elliott | Revert original UNIX C->C++ conversion and instead... |
commit | commitdiff | tree | snapshot |
2004-08-03 |
David Elliott | Provide stub for wxDisplayBase::GetCount() |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Stefan Csomor | refresh had to offset the region by borders |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Włodzimierz... | Makefiles for foldbar sample. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Włodzimierz... | Makefiles for foldbar contrib. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Włodzimierz... | Full headers, Unicode markup, whitespaces, wxID_ANY... |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Włodzimierz... | Full headers, Unicode markup, whitespaces, wxID_ANY... |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Vadim Zeitlin | added foldbar contrib |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Włodzimierz... | WinCE warning fixes. |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Włodzimierz... | Smartphone fix due to separated implementation of wxFil... |
commit | commitdiff | tree | snapshot |
2004-08-03 |
David Elliott | * Made GSocket::GetError() exp/imp from net library... |
commit | commitdiff | tree | snapshot |
2004-08-03 |
David Elliott | Real C++(ish) code |
commit | commitdiff | tree | snapshot |
2004-08-03 |
David Elliott | Prepare for GSocket C->C++ migration |
commit | commitdiff | tree | snapshot |
2004-08-03 |
David Elliott | Prepare headers for C->C++ migration |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Robin Dunn | updated sample |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Robin Dunn | little tweak |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Robin Dunn | fixed typo |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Robin Dunn | Added wxQuantize |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Włodzimierz... | More suitable data structure (in the process of making... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Julian Smart | Fix for toolbar workaround (mustn't set flag unless... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Włodzimierz... | Regenerated makefiles after copying of subdirectory. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Włodzimierz... | Regenerated makefile after some recent addition of... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Włodzimierz... | Regenerated file after adding except sample. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Włodzimierz... | Regenerated file after deleting gzstream.cpp |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Włodzimierz... | Regenerated makefiles after new filename test by Vadim. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Vadim Zeitlin | added --version-full option to wx-config |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Julian Smart | Fixed flat style for toolbars under XP, Windows Classic... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Julian Smart | Fix by George Wismer to get flat toolbars under Windows... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
next |