2007-11-25 |
Vadim Zeitlin | removed extraneous backslash
|
commit | commitdiff | tree |
2007-11-25 |
Vadim Zeitlin | wxStr[c]spn_String fixes: use size_t, not int, as return...
|
commit | commitdiff | tree |
2007-11-25 |
Vadim Zeitlin | use size_t instead of unsigned int to avoid MSVC warnings...
|
commit | commitdiff | tree |
2007-11-25 |
Vadim Zeitlin | no real changes, just updated bakefile URL and fixed...
|
commit | commitdiff | tree |
2007-11-24 |
Vadim Zeitlin | added Show/HideWithEffect() and implemented them using...
|
commit | commitdiff | tree |
2007-11-24 |
Vadim Zeitlin | rewrite the sample to use a main frame to make it more...
|
commit | commitdiff | tree |
2007-11-24 |
Vadim Zeitlin | added wxNotificationMessage and implemented it generically...
|
commit | commitdiff | tree |
2007-11-23 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1 in DoGetSibling()
|
commit | commitdiff | tree |
2007-11-23 |
Vadim Zeitlin | use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
|
commit | commitdiff | tree |
2007-11-23 |
Vadim Zeitlin | return int from wxGetWindowId(), not WORD, to ensure...
|
commit | commitdiff | tree |
2007-11-22 |
Vadim Zeitlin | rebaked after timer/socket changes
|
commit | commitdiff | tree |
2007-11-22 |
Vadim Zeitlin | define wxUSE_UNICODE=0 in non-Unicode build to prevent...
|
commit | commitdiff | tree |
2007-11-22 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_XXX instead of WXDLLEXPORT
|
commit | commitdiff | tree |
2007-11-21 |
Vadim Zeitlin | removed AC_TYPE_UID_T check, we don't need it (and...
|
commit | commitdiff | tree |
2007-11-20 |
Vadim Zeitlin | remove support for configarg.cache, use config.status...
|
commit | commitdiff | tree |
2007-11-20 |
Vadim Zeitlin | use FindWindowEx() instead of ChildWindowFromPoint...
|
commit | commitdiff | tree |
2007-11-20 |
Vadim Zeitlin | add gstreamer libraries to EXTRALIBS_MEDIA which is...
|
commit | commitdiff | tree |
2007-11-20 |
Vadim Zeitlin | added wxWindow::GetPrev/NextSibling()
|
commit | commitdiff | tree |
2007-11-19 |
Vadim Zeitlin | another PCH-less build fix after last change
|
commit | commitdiff | tree |
2007-11-19 |
Vadim Zeitlin | Hildonized wxColourDialog
|
commit | commitdiff | tree |
2007-11-19 |
Vadim Zeitlin | only call hildon_program_remove_window() when destroying...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | always return true from IsMaximized() under Hildon
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | don't show size grip if the window the status bar is...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | fix unused parameter warning after last change
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | experimental IPv6 implementation (patch 1771429)
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | fix gcc signed/unsigned comparison warnings after recent...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | wxGTK compilation fix after wxInfoMessageBox change...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | wxColourData::operator=() should return wxColourData...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | added public wxInfoMessageBox() (slightly modified...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | preserve custom colours between calls to wxGetColourFromUser...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | no real changes: just some cleanup, better error handling...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | use newsince{2.9.0}, not {3.0}
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | fix more unused parameters and variables warnings
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | add wxUSE_DATAVIEWCTRL check to fix a hundred compilation...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | removed not implemented anyhow SetIcons()
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | compilation fix after argv changes
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | don't use GTK printing in wxUniv
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | animateg.cpp shouldn't be in UNIV_SRC as it belongs...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | more native GTK implementations of the classes in wxGTK...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | rename g_openDialogs to wxOpenModalDialogsCount and...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | fix several problems in handling of the menu items...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | PCH-less compilation fix after last commit
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | assume that all directories have children by default...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | test for remote drive existence using wxDirExists(...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | added SetInitialSocketBuffers() to allow changing the...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | handle NULL BSTRs as empty ones per Microsoft convention
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | forward SetFocus() to the directory tree (replaces...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | allow to optionally use vendor name component in standard...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | added vendor display name (for consistency with app...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | fix wxColourDialog::Centre() and SetSize() (modified...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | compare colours using their operator==() instead of...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | PCH-less compilation fix after last commit
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | no real changes, just some cleanup: add wxIsAltDown...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | add wxModule::AddDependency(name) overload (patch 1790451)
|
commit | commitdiff | tree |
2007-11-16 |
Vadim Zeitlin | document Next/PrevControlId() removal (should have...
|
commit | commitdiff | tree |
2007-11-16 |
Vadim Zeitlin | don't capture the mouse when just moving it in the...
|
commit | commitdiff | tree |
2007-11-16 |
Vadim Zeitlin | reset global wxTheApp pointer before deleting it to...
|
commit | commitdiff | tree |
2007-11-16 |
Vadim Zeitlin | move Add/DeleteAttribute() implementations out of line...
|
commit | commitdiff | tree |
2007-11-16 |
Vadim Zeitlin | added logic to manage automatically allocated ids in...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | fix another minor bug in DLGC_WANTMESSAGE handling...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | override GetDefaultBorder() to return wxBORDER_NONE...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | unselect all selected items, not just the currently...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | use GDK_SIZING instead of GDK_FLEUR which looks more...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | fix unreachable code warning in TranslateBorder()
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | correction to the changes of r49805 to make the code...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | disambiguate between 2 base class IsEmpty() versions...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | added GetLineText() test
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | replace changes of r49890 by defining more compatibility...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | compilation fix after argv changes
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | compilation fix for g++ 3.4 (and maybe others)
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | nl_langinfo() check in wxIsLocaleUtf8() was never done...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | use standard functions for BSTR handling instead of...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | reset the dialog fields if they're not specified in...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | delete m_idleMutex later to avoid crashes if any windows...
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | made wxApp::argv an object convertible to either char...
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | removed stray include
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | suppress unused parameter warning in UTF8-only build
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | make various control names constants of type char,...
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | compilation fix for g++ 4 after last commit (why was...
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | flatten the single item submenus under Maemo
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | use more natively looking HildonNote instead of GtkMessageDi...
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | refactor wxGTK mnemonics conversion functions in a...
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | remove declaration of EscapeMnemonics() which doesn...
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | update wxUSE_UNICODE and wxUSE_WCHAR_T descriptions...
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | add std::vector-compatible ctors taking array size...
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | clarify wxHandleFatalExceptions() availability (bug...
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | some Hildon integration work: use HildonProgram (for...
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | compilation fix for some build configurations (forward...
|
commit | commitdiff | tree |
2007-11-12 |
Vadim Zeitlin | move wxGetClientDisplayRect() fix into 2.8.7 section
|
commit | commitdiff | tree |
2007-11-11 |
Vadim Zeitlin | correct typo in last commit
|
commit | commitdiff | tree |
2007-11-11 |
Vadim Zeitlin | compilation fixes for wxUSE_ACCEL=0
|
commit | commitdiff | tree |
2007-11-11 |
Vadim Zeitlin | unused parameter warning fixes for --disable-all-features...
|
commit | commitdiff | tree |
2007-11-11 |
Vadim Zeitlin | X11 implementation of wxClientDisplayRect() doesn't...
|
commit | commitdiff | tree |
2007-11-11 |
Vadim Zeitlin | add wxUSE_FILECTRL guards
|
commit | commitdiff | tree |
2007-11-10 |
Vadim Zeitlin | define wxUSE_OWNER_DRAWN for OS/2 too
|
commit | commitdiff | tree |
2007-11-10 |
Vadim Zeitlin | use 0/1 in all tests instead of using sometimes this...
|
commit | commitdiff | tree |
2007-11-10 |
Vadim Zeitlin | try to fix the problem of built-in libtiff not finding...
|
commit | commitdiff | tree |
2007-11-10 |
Vadim Zeitlin | document ItemDeleted()
|
commit | commitdiff | tree |
2007-11-10 |
Vadim Zeitlin | don't forward Enter presses to the default button if...
|
commit | commitdiff | tree |
2007-11-10 |
Vadim Zeitlin | show default title if no custom one was specified instead...
|
commit | commitdiff | tree |
next |