2004-07-23 |
Vadim Zeitlin | fixed inserting styled text into an empty control under... |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | don't modify all wxBitmaps sharing the same wxBitmapRef... |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | implement HitTest(pos) variant and not HitTest(x, y... |
tree | commitdiff |
2004-07-23 |
Robin Dunn | Avoid an assert in wxFrame::SetTitle |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | implemented HitTest() for GTK2; test it in the sample |
tree | commitdiff |
2004-07-23 |
Václav Slavík | changed to behave in same way as native win32 control... |
tree | commitdiff |
2004-07-23 |
Václav Slavík | documented while event.Skip() is necessary so that... |
tree | commitdiff |
2004-07-23 |
Václav Slavík | reverted JS' rev. 1.27 - the real fix was 1.28, disabli... |
tree | commitdiff |
2004-07-23 |
Włodzimierz Skiba | wxUSE_STL/wxArrayString fixes. |
tree | commitdiff |
2004-07-23 |
Włodzimierz Skiba | Correct definition of sorting function. |
tree | commitdiff |
2004-07-22 |
David Elliott | Fix compilation with older (before C99) C compilers. |
tree | commitdiff |
2004-07-22 |
Robin Dunn | Also don't send set focus events when the window is... |
tree | commitdiff |
2004-07-22 |
Mattia Barbon | Added compatibility functions for wxUSE_STL = 1: |
tree | commitdiff |
2004-07-22 |
Włodzimierz Skiba | Removed unused variable. |
tree | commitdiff |
2004-07-22 |
Robin Dunn | Fix so sound looping will stop, courtesy of Ryan Norton. |
tree | commitdiff |
2004-07-22 |
Włodzimierz Skiba | wxUSE_STATLINE fix. |
tree | commitdiff |
2004-07-22 |
Vadim Zeitlin | reimplemented wxBitmap::ConvertToImage() using wxDIB |
tree | commitdiff |
2004-07-22 |
Włodzimierz Skiba | Alternate form of condition readable for Borland compiler. |
tree | commitdiff |
2004-07-22 |
Vadim Zeitlin | added wxDIB(HBITMAP) ctor and corresponding Create... |
tree | commitdiff |
2004-07-22 |
Václav Slavík | use sizers instead of constraints in wxProgressDialog... |
tree | commitdiff |
2004-07-22 |
Václav Slavík | don't select first hit in index if it is multi-topic... |
tree | commitdiff |
2004-07-22 |
Václav Slavík | install headers in prefix/include/wx-version/wx/ instea... |
tree | commitdiff |
2004-07-22 |
Robin Dunn | Fix so async wxSound can continue playing after it... |
tree | commitdiff |
2004-07-22 |
Robin Dunn | 39 items is awfully big |
tree | commitdiff |
2004-07-22 |
Robin Dunn | wxSOUND_SYNC is zero so it can't be used in a |
tree | commitdiff |
2004-07-21 |
Robin Dunn | If no colour name then use "BLACK" |
tree | commitdiff |
2004-07-21 |
Robin Dunn | Call CreateControl instead of CreateBase |
tree | commitdiff |
2004-07-21 |
Vadim Zeitlin | pretend that we support all encodings instead of not... |
tree | commitdiff |
2004-07-21 |
Robin Dunn | Fixed incorrect ratio initialization |
tree | commitdiff |
2004-07-21 |
Robin Dunn | Set m_wheelDelta for wheel events |
tree | commitdiff |
2004-07-21 |
Stefan Csomor | ryan's QT implementation |
tree | commitdiff |
2004-07-21 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2004-07-21 |
Vadim Zeitlin | implemented wxNativeFontInfo::operator=() when wxUSE_PA... |
tree | commitdiff |
2004-07-21 |
Vadim Zeitlin | create the disabled button brush if we're not using... |
tree | commitdiff |
2004-07-21 |
Stefan Csomor | first attempt for full screen implementation |
tree | commitdiff |
2004-07-21 |
Stefan Csomor | first attempt for full screen implementation |
tree | commitdiff |
2004-07-21 |
Vadim Zeitlin | put the write end of the pipe in non blocking mode... |
tree | commitdiff |
2004-07-21 |
Stefan Csomor | only on mouse-down |
tree | commitdiff |
2004-07-20 |
Vadim Zeitlin | don't suppose that all 32bpp DIBs have alpha, this... |
tree | commitdiff |
2004-07-20 |
Vadim Zeitlin | don't waste time initializing the memory of newly creat... |
tree | commitdiff |
2004-07-20 |
Vadim Zeitlin | compilation warning about printf type mismatch |
tree | commitdiff |
2004-07-20 |
Vadim Zeitlin | AddFile(wxImage&) -> AddFile(const wxImage&) |
tree | commitdiff |
2004-07-20 |
Vadim Zeitlin | fix for opening files with VC++ 8 (closes bug 994337) |
tree | commitdiff |
2004-07-20 |
Włodzimierz Skiba | wxUSE_LOG fixes. |
tree | commitdiff |
2004-07-20 |
Stefan Csomor | 10.2 fixes |
tree | commitdiff |
2004-07-20 |
Stefan Csomor | background handling |
tree | commitdiff |
2004-07-20 |
Vadim Zeitlin | added DoPrepareDC() |
tree | commitdiff |
2004-07-20 |
Stefan Csomor | fixing best size to really include only 5 lines |
tree | commitdiff |
2004-07-20 |
Stefan Csomor | correcting window variant |
tree | commitdiff |
2004-07-20 |
Stefan Csomor | for built-in dialogs, there is no m_peer instance,... |
tree | commitdiff |
2004-07-20 |
Stefan Csomor | trying to support non-wx controls on a window |
tree | commitdiff |
2004-07-20 |
Stefan Csomor | explicit scrollbar style flags needed |
tree | commitdiff |
2004-07-20 |
Włodzimierz Skiba | WinCE fixes. |
tree | commitdiff |
2004-07-20 |
Włodzimierz Skiba | wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. |
tree | commitdiff |
2004-07-20 |
Stefan Csomor | corrected cwd manipulation for unicode builds |
tree | commitdiff |
2004-07-20 |
Stefan Csomor | removed mpthread and added thread.cpp and tglbutton.cpp |
tree | commitdiff |
2004-07-20 |
Stefan Csomor | corrected copied headers |
tree | commitdiff |
2004-07-19 |
Kevin Ollivier | Fixed display issues for Panther now that wxTextCtrl... |
tree | commitdiff |
2004-07-19 |
Robin Dunn | Handle terminating NULL correctly |
tree | commitdiff |
2004-07-19 |
Stefan Csomor | switching to correct name as Tiger doesn't have the... |
tree | commitdiff |
2004-07-19 |
Włodzimierz Skiba | Fixed typo. |
tree | commitdiff |
2004-07-19 |
Włodzimierz Skiba | GetItemCount is int. |
tree | commitdiff |
2004-07-19 |
Włodzimierz Skiba | Fixes for wxUSE_STATUSBAR. |
tree | commitdiff |
2004-07-19 |
Vadim Zeitlin | compilation fix for wxUSE_THREADS == 0 |
tree | commitdiff |
2004-07-19 |
Stefan Csomor | string constants unicode savvy |
tree | commitdiff |
2004-07-18 |
Kevin Ollivier | Correct slider width when labels are used. |
tree | commitdiff |
2004-07-18 |
Vadim Zeitlin | use wxLogTrace(htmldebug) instead of wxLogDebug() for... |
tree | commitdiff |
2004-07-17 |
Robin Dunn | Use DeafultAttributes instead of hard coded defaults |
tree | commitdiff |
2004-07-17 |
Julian Smart | Don't show focus rectangle if wxNO_BORDER specified |
tree | commitdiff |
2004-07-17 |
Václav Slavík | removed accidentally committed debugging code |
tree | commitdiff |
2004-07-17 |
Václav Slavík | use corrent charset for page title in ANSI builds |
tree | commitdiff |
2004-07-17 |
Václav Slavík | more GTK2+ANSI fixes |
tree | commitdiff |
2004-07-17 |
Václav Slavík | wxTLW::IsMaximized for wxGTK2 (patch 992743) |
tree | commitdiff |
2004-07-17 |
Julian Smart | Ensure we don't get an empty help menu on Mac |
tree | commitdiff |
2004-07-17 |
Václav Slavík | fixed TABs handling |
tree | commitdiff |
2004-07-16 |
Václav Slavík | added wxXRC_NO_RELOADING |
tree | commitdiff |
2004-07-16 |
Robin Dunn | Fixed typo and increased the size of the cache used... |
tree | commitdiff |
2004-07-16 |
Robin Dunn | Allow any too-large index to mean Append, just like... |
tree | commitdiff |
2004-07-16 |
Václav Slavík | don't use deprecated function wxUslepp |
tree | commitdiff |
2004-07-16 |
Václav Slavík | added wxHtmlWindow::ToText |
tree | commitdiff |
2004-07-16 |
Włodzimierz Skiba | Fixes to warnings about assigning unused values. |
tree | commitdiff |
2004-07-16 |
Roger Gammans | * add documentation for wxMemoryBuffer |
tree | commitdiff |
2004-07-16 |
Włodzimierz Skiba | Sizer based placement of controls in generic colour... |
tree | commitdiff |
2004-07-16 |
Włodzimierz Skiba | Correction to recently added wrong asserts. |
tree | commitdiff |
2004-07-16 |
Robin Dunn | Pass pos and size to MSWCreateControl so the initial... |
tree | commitdiff |
2004-07-15 |
Robin Dunn | fixed typo in a comment |
tree | commitdiff |
2004-07-15 |
Stefan Csomor | applied patch 90459 |
tree | commitdiff |
2004-07-15 |
Włodzimierz Skiba | Limited setup.h warning fix. |
tree | commitdiff |
2004-07-15 |
Włodzimierz Skiba | Smartphone adjustements. |
tree | commitdiff |
2004-07-14 |
Václav Slavík | re-enabled and fixed wxTextCtrl::Cut,Copy,Paste with... |
tree | commitdiff |
2004-07-14 |
Václav Slavík | provide WM with hint about splash window's purpose... |
tree | commitdiff |
2004-07-14 |
Stefan Csomor | attempt to get a 'correct' current working directory |
tree | commitdiff |
2004-07-14 |
Stefan Csomor | making getter const |
tree | commitdiff |
2004-07-13 |
Stefan Csomor | carbon cfm fixes |
tree | commitdiff |
2004-07-13 |
Stefan Csomor | adding correct events |
tree | commitdiff |
2004-07-13 |
Vadim Zeitlin | fixed menu titles handling after wxID_SEPARATOR change |
tree | commitdiff |
2004-07-13 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2004-07-13 |
Włodzimierz Skiba | Missed conditional compilation. |
tree | commitdiff |
2004-07-13 |
Vadim Zeitlin | clean up modules after destroying the app, not before it |
tree | commitdiff |
2004-07-13 |
Włodzimierz Skiba | WinCE fixes. |
tree | commitdiff |
next |