2004-07-23 |
Vadim Zeitlin | implemented ScrollLines/Pages() for GTK+ 2
|
commit | commitdiff | tree |
2004-07-23 |
Vadim Zeitlin | unhide the other HitTest() overload
|
commit | commitdiff | tree |
2004-07-23 |
Vadim Zeitlin | fixed inserting styled text into an empty control under...
|
commit | commitdiff | tree |
2004-07-23 |
Vadim Zeitlin | don't modify all wxBitmaps sharing the same wxBitmapRefData...
|
commit | commitdiff | tree |
2004-07-23 |
Vadim Zeitlin | implement HitTest(pos) variant and not HitTest(x, y...
|
commit | commitdiff | tree |
2004-07-23 |
Vadim Zeitlin | cosmetic change
|
commit | commitdiff | tree |
2004-07-23 |
Vadim Zeitlin | implemented HitTest() for GTK2; test it in the sample
|
commit | commitdiff | tree |
2004-07-23 |
Vadim Zeitlin | compilation fix for gcc (closes bug 996701)
|
commit | commitdiff | tree |
2004-07-23 |
Vadim Zeitlin | added wxSUBRELEAS_NUMBER and macro to check for it
|
commit | commitdiff | tree |
2004-07-23 |
Vadim Zeitlin | fixed ShowModal() return value typo
|
commit | commitdiff | tree |
2004-07-22 |
Vadim Zeitlin | reimplemented wxBitmap::ConvertToImage() using wxDIB
|
commit | commitdiff | tree |
2004-07-22 |
Vadim Zeitlin | added wxDIB(HBITMAP) ctor and corresponding Create...
|
commit | commitdiff | tree |
2004-07-21 |
Vadim Zeitlin | pretend that we support all encodings instead of not...
|
commit | commitdiff | tree |
2004-07-21 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2004-07-21 |
Vadim Zeitlin | implemented wxNativeFontInfo::operator=() when wxUSE_PANGO...
|
commit | commitdiff | tree |
2004-07-21 |
Vadim Zeitlin | create the disabled button brush if we're not using...
|
commit | commitdiff | tree |
2004-07-21 |
Vadim Zeitlin | documented that Write() doesn't always write all the...
|
commit | commitdiff | tree |
2004-07-21 |
Vadim Zeitlin | corrected code to not suppose that Write() always writes...
|
commit | commitdiff | tree |
2004-07-21 |
Vadim Zeitlin | put the write end of the pipe in non blocking mode...
|
commit | commitdiff | tree |
2004-07-20 |
Vadim Zeitlin | don't suppose that all 32bpp DIBs have alpha, this...
|
commit | commitdiff | tree |
2004-07-20 |
Vadim Zeitlin | don't waste time initializing the memory of newly created...
|
commit | commitdiff | tree |
2004-07-20 |
Vadim Zeitlin | compilation warning about printf type mismatch
|
commit | commitdiff | tree |
2004-07-20 |
Vadim Zeitlin | AddFile(wxImage&) -> AddFile(const wxImage&)
|
commit | commitdiff | tree |
2004-07-20 |
Vadim Zeitlin | fix for opening files with VC++ 8 (closes bug 994337)
|
commit | commitdiff | tree |
2004-07-20 |
Vadim Zeitlin | update from Marco Cavallini
|
commit | commitdiff | tree |
2004-07-20 |
Vadim Zeitlin | added DoPrepareDC()
|
commit | commitdiff | tree |
2004-07-20 |
Vadim Zeitlin | added except sample
|
commit | commitdiff | tree |
2004-07-20 |
Vadim Zeitlin | add except to the samples being built; verify that...
|
commit | commitdiff | tree |
2004-07-20 |
Vadim Zeitlin | documented DoPrepareDC()
|
commit | commitdiff | tree |
2004-07-19 |
Vadim Zeitlin | compilation fix for wxUSE_THREADS == 0
|
commit | commitdiff | tree |
2004-07-18 |
Vadim Zeitlin | use wxLogTrace(htmldebug) instead of wxLogDebug() for...
|
commit | commitdiff | tree |
2004-07-16 |
Vadim Zeitlin | fixed fatal bug in wxString ctor from wxCharBuffer...
|
commit | commitdiff | tree |
2004-07-13 |
Vadim Zeitlin | fixed menu titles handling after wxID_SEPARATOR change
|
commit | commitdiff | tree |
2004-07-13 |
Vadim Zeitlin | clean up modules after destroying the app, not before it
|
commit | commitdiff | tree |
2004-07-12 |
Vadim Zeitlin | made --cppflags return -DwxUSE_GUI=0 when used with...
|
commit | commitdiff | tree |
2004-07-12 |
Vadim Zeitlin | replace wxLANGUAGE_DEFAULT with GetSystemLanguage(...
|
commit | commitdiff | tree |
2004-07-12 |
Vadim Zeitlin | fixed what looked like a bug in determining the default...
|
commit | commitdiff | tree |
2004-07-12 |
Vadim Zeitlin | fixed unused variable warnings
|
commit | commitdiff | tree |
2004-07-09 |
Vadim Zeitlin | include wx/dynlib.h, not wx/dynload.h, we don't need...
|
commit | commitdiff | tree |
2004-07-09 |
Vadim Zeitlin | fixed a warning about unusable code in release build
|
commit | commitdiff | tree |
2004-07-09 |
Vadim Zeitlin | show stderr in popen() test; show how to deal with...
|
commit | commitdiff | tree |
2004-07-09 |
Vadim Zeitlin | added wxNavigationKeyEvent::IsBackward to be able to...
|
commit | commitdiff | tree |
2004-07-08 |
Vadim Zeitlin | fixed warning about deprecated wxUsleep
|
commit | commitdiff | tree |
2004-07-06 |
Vadim Zeitlin | another compilation fix for after last check in
|
commit | commitdiff | tree |
2004-07-06 |
Vadim Zeitlin | suppress new lines in the details pane
|
commit | commitdiff | tree |
2004-07-06 |
Vadim Zeitlin | blind compilation fix for wxUSE_STL==1 (bug 985662)
|
commit | commitdiff | tree |
2004-07-06 |
Vadim Zeitlin | corrected misleading IsSelection() docs
|
commit | commitdiff | tree |
2004-07-05 |
Vadim Zeitlin | renamed errcode to fix compilation with VC++ 8 (replaces...
|
commit | commitdiff | tree |
2004-07-05 |
Vadim Zeitlin | fixed syntax error
|
commit | commitdiff | tree |
2004-07-04 |
Vadim Zeitlin | don't set font unless necessary (patch 984853)
|
commit | commitdiff | tree |
2004-07-04 |
Vadim Zeitlin | typo/spelling fixes (patch 983448)
|
commit | commitdiff | tree |
2004-07-04 |
Vadim Zeitlin | corrections from Andreas Mohr (part of patch 983448)
|
commit | commitdiff | tree |
2004-07-04 |
Vadim Zeitlin | typo fix in Restore(): __GTK20__ -> __WXGTK20__ (patch...
|
commit | commitdiff | tree |
2004-07-04 |
Vadim Zeitlin | (blind) compilation fix for GTK+ 1.x after last commit
|
commit | commitdiff | tree |
2004-07-01 |
Vadim Zeitlin | added wxMilli/MicroSleep(), deprecated wxUsleep()
|
commit | commitdiff | tree |
2004-07-01 |
Vadim Zeitlin | fix wxTolower/upper() behaviour with signed chars ...
|
commit | commitdiff | tree |
2004-07-01 |
Vadim Zeitlin | call InheritAttributes() during creation
|
commit | commitdiff | tree |
2004-07-01 |
Vadim Zeitlin | added wxMilli/MicroSleep(), deprecated wxUsleep()
|
commit | commitdiff | tree |
2004-07-01 |
Vadim Zeitlin | added wxGetKeyState() doc (patch 967255)
|
commit | commitdiff | tree |
2004-07-01 |
Vadim Zeitlin | implementation of the range insert for wxStringArray...
|
commit | commitdiff | tree |
2004-07-01 |
Vadim Zeitlin | added and documented wxWindow::MoveBefore/AfterInTabOrder()
|
commit | commitdiff | tree |
2004-07-01 |
Vadim Zeitlin | removed spurious semicolon
|
commit | commitdiff | tree |
2004-07-01 |
Vadim Zeitlin | font inheritance fixes (patch 983251)
|
commit | commitdiff | tree |
2004-07-01 |
Vadim Zeitlin | recognize EUC-KR charset (patch 983264)
|
commit | commitdiff | tree |
2004-07-01 |
Vadim Zeitlin | update from Hiroshi Saito (patch 981938)
|
commit | commitdiff | tree |
2004-07-01 |
Vadim Zeitlin | use CmdDown() instead of #ifdefs for Mac
|
commit | commitdiff | tree |
2004-07-01 |
Vadim Zeitlin | added and documented wxKey/MouseEvent::CmdDown()
|
commit | commitdiff | tree |
2004-06-30 |
Vadim Zeitlin | mention that wxPostEvent() only works for sending messages...
|
commit | commitdiff | tree |
2004-06-30 |
Vadim Zeitlin | mention that detached threads shouldn't be deleted
|
commit | commitdiff | tree |
2004-06-30 |
Vadim Zeitlin | trying to fix missing new line before a heading start
|
commit | commitdiff | tree |
2004-06-30 |
Vadim Zeitlin | made GetTextExtent() work correctly with NULL theFont...
|
commit | commitdiff | tree |
2004-06-30 |
Vadim Zeitlin | don't use &this->GetFont(), this is _not_ valid C+...
|
commit | commitdiff | tree |
2004-06-30 |
Vadim Zeitlin | added WindowHDC similar to Screen/MemoryHDC
|
commit | commitdiff | tree |
2004-06-30 |
Vadim Zeitlin | fix VC++ warning about redeclaring wxHtmlHelpMergedIndexItem...
|
commit | commitdiff | tree |
2004-06-29 |
Vadim Zeitlin | removed gtk.h include
|
commit | commitdiff | tree |
2004-06-29 |
Vadim Zeitlin | documented return value of Find[Absolute]ValidPath...
|
commit | commitdiff | tree |
2004-06-29 |
Vadim Zeitlin | fixed bug in FindAbsoluteValidPath() which returned...
|
commit | commitdiff | tree |
2004-06-29 |
Vadim Zeitlin | recognize roman8 charset as us-ascii (this is wrong...
|
commit | commitdiff | tree |
2004-06-28 |
Vadim Zeitlin | update from Herbert Breunung which I forgot to commit...
|
commit | commitdiff | tree |
2004-06-28 |
Vadim Zeitlin | added include files section
|
commit | commitdiff | tree |
2004-06-28 |
Vadim Zeitlin | added test for Lower()/Upper() with 8bit chars
|
commit | commitdiff | tree |
2004-06-28 |
Vadim Zeitlin | don't duplicate code checking for X for X11 and Motif...
|
commit | commitdiff | tree |
2004-06-26 |
Vadim Zeitlin | added and documented wxKeyEvent::GetUnicodeKey(); made...
|
commit | commitdiff | tree |
2004-06-26 |
Vadim Zeitlin | added and documented wxKeyEvent::GetUnicodeKey(); made...
|
commit | commitdiff | tree |
2004-06-23 |
Vadim Zeitlin | added Set(jdn) test
|
commit | commitdiff | tree |
2004-06-23 |
Vadim Zeitlin | fixed bug in wxDateTime::Set(jdn) when DST was in effect
|
commit | commitdiff | tree |
2004-06-23 |
Vadim Zeitlin | extracted some wxDateTime tests from console sample...
|
commit | commitdiff | tree |
2004-06-23 |
Vadim Zeitlin | fixed sending 2 events (normal and bogus cancel one...
|
commit | commitdiff | tree |
2004-06-23 |
Vadim Zeitlin | use ES_AUTOHSCROLL for multiline controls as well ...
|
commit | commitdiff | tree |
2004-06-23 |
Vadim Zeitlin | don't use wxHSCROLL for the rich edit window, not that...
|
commit | commitdiff | tree |
2004-06-22 |
Vadim Zeitlin | fix for a warning in DLL build (patch 966823)
|
commit | commitdiff | tree |
2004-06-22 |
Vadim Zeitlin | don't suppose that string literals can be casted to...
|
commit | commitdiff | tree |
2004-06-22 |
Vadim Zeitlin | don't pretend that type unsafe event table entry works...
|
commit | commitdiff | tree |
2004-06-22 |
Vadim Zeitlin | fixed assertion failure if Ok or Cancel button is clicked...
|
commit | commitdiff | tree |
2004-06-22 |
Vadim Zeitlin | don't overwrite initial controls value, explaining...
|
commit | commitdiff | tree |
2004-06-22 |
Vadim Zeitlin | use C++ linkage functions (and not extern C) with std...
|
commit | commitdiff | tree |
2004-06-22 |
Vadim Zeitlin | don't treat filenames starting with dot as having empty...
|
commit | commitdiff | tree |
2004-06-22 |
Vadim Zeitlin | remove unnecessary (and provoking a warning under IRIX...
|
commit | commitdiff | tree |
2004-06-22 |
Vadim Zeitlin | fixed crash when string couldn't be converted to UTF8...
|
commit | commitdiff | tree |
2004-06-22 |
Vadim Zeitlin | moved wxEntry(HINSTANCE, ...) declaration to wx/msw...
|
commit | commitdiff | tree |
next |