2002-04-22 |
Vadim Zeitlin | compilation fix for ms_dllext definition and old compilers
|
commit | commitdiff | tree |
2002-04-22 |
Vadim Zeitlin | fixed a fatal bug in DLL loading code: the deleted...
|
commit | commitdiff | tree |
2002-04-21 |
Vadim Zeitlin | use SetFocusFromKbd() instead of SetFocus()
|
commit | commitdiff | tree |
2002-04-21 |
Vadim Zeitlin | fixed WM_GETDLGCODE processing to include the bits...
|
commit | commitdiff | tree |
2002-04-21 |
Vadim Zeitlin | implement SetFocusFromKbd() to select all text in the...
|
commit | commitdiff | tree |
2002-04-21 |
Vadim Zeitlin | added and documented wxWindow::SetFocusFromKbd
|
commit | commitdiff | tree |
2002-04-20 |
Vadim Zeitlin | initialize (and delete) the themes art provider - fixes...
|
commit | commitdiff | tree |
2002-04-20 |
Vadim Zeitlin | compilation sample in !WXWIN_COMPATIBILITY_2_2 mode
|
commit | commitdiff | tree |
2002-04-20 |
Vadim Zeitlin | mention that doing SetFocus() results in the focus...
|
commit | commitdiff | tree |
2002-04-20 |
Vadim Zeitlin | fixed initial focus handling in the dialog and made...
|
commit | commitdiff | tree |
2002-04-20 |
Vadim Zeitlin | added wxGetTopLevelParent()
|
commit | commitdiff | tree |
2002-04-20 |
Vadim Zeitlin | fixed another return FALSE in a function returning...
|
commit | commitdiff | tree |
2002-04-20 |
Vadim Zeitlin | made operator==() and \!=() const (still doesn't make...
|
commit | commitdiff | tree |
2002-04-20 |
Vadim Zeitlin | fixed huge memory leak in wxFileDialog (closes patch...
|
commit | commitdiff | tree |
2002-04-20 |
Vadim Zeitlin | fixed logic in limiting spin ctrl values (patch from...
|
commit | commitdiff | tree |
2002-04-20 |
Vadim Zeitlin | implemented DoGetSize() for wxSlider (patch from Dimitri)
|
commit | commitdiff | tree |
2002-04-20 |
Vadim Zeitlin | fixed focus tracking for spin controls (patch from...
|
commit | commitdiff | tree |
2002-04-18 |
Vadim Zeitlin | select the whole text in the single line text control...
|
commit | commitdiff | tree |
2002-04-17 |
Vadim Zeitlin | corrected assert even better
|
commit | commitdiff | tree |
2002-04-16 |
Vadim Zeitlin | removed redundant code
|
commit | commitdiff | tree |
2002-04-16 |
Vadim Zeitlin | added test for wxNO_DEFAULT in wxMessageBox
|
commit | commitdiff | tree |
2002-04-16 |
Vadim Zeitlin | always let the multiline text control process the Enter...
|
commit | commitdiff | tree |
2002-04-16 |
Vadim Zeitlin | don't include -D_REENTRANT in the linker flags
|
commit | commitdiff | tree |
2002-04-16 |
Vadim Zeitlin | add -pthread like options to the linker flags as well...
|
commit | commitdiff | tree |
2002-04-16 |
Vadim Zeitlin | typo fixed: should be lpthread, not -lpthread in THREAD_OPTS
|
commit | commitdiff | tree |
2002-04-16 |
Vadim Zeitlin | thread detection fixed for Solaris
|
commit | commitdiff | tree |
2002-04-16 |
Vadim Zeitlin | try just -lpthread in the thread detection code too
|
commit | commitdiff | tree |
2002-04-16 |
Vadim Zeitlin | return NULL from the functions returning a pointer...
|
commit | commitdiff | tree |
2002-04-16 |
Vadim Zeitlin | return NULL from a function returning a pointer, not...
|
commit | commitdiff | tree |
2002-04-16 |
Vadim Zeitlin | better, more generic and backwards compatible, fix...
|
commit | commitdiff | tree |
2002-04-15 |
Vadim Zeitlin | use -pthread or equivalent when using threads; many...
|
commit | commitdiff | tree |
2002-04-15 |
Vadim Zeitlin | fixed remove() return code test to avoid spurious debug...
|
commit | commitdiff | tree |
2002-04-15 |
Vadim Zeitlin | fixed a few minor bugs: handle the directory parameter...
|
commit | commitdiff | tree |
2002-04-15 |
Vadim Zeitlin | don't try to remove -g flag from CFLAGS, it is not...
|
commit | commitdiff | tree |
2002-04-15 |
Vadim Zeitlin | compilation fix after TRUE/FALSE change
|
commit | commitdiff | tree |
2002-04-15 |
Vadim Zeitlin | corrected const char * to char * conversions (patch...
|
commit | commitdiff | tree |
2002-04-15 |
Vadim Zeitlin | corrected passing const char * to a function taking...
|
commit | commitdiff | tree |
2002-04-15 |
Vadim Zeitlin | fixes for BCC makefiles from Chris (patch 544015)
|
commit | commitdiff | tree |
2002-04-15 |
Vadim Zeitlin | redefined TRUE and FALSE to be of type bool
|
commit | commitdiff | tree |
2002-04-15 |
Vadim Zeitlin | added wx/ipc.h and used/documented it
|
commit | commitdiff | tree |
2002-04-15 |
Vadim Zeitlin | explain how to choose the theme for wxUniv apps
|
commit | commitdiff | tree |
2002-04-15 |
Vadim Zeitlin | fixed minor typo in Borland instructions
|
commit | commitdiff | tree |
2002-04-14 |
Vadim Zeitlin | fixed bug in generation of thumb scroll events
|
commit | commitdiff | tree |
2002-04-13 |
Vadim Zeitlin | include wx/event.h before declarign the types (patch...
|
commit | commitdiff | tree |
2002-04-12 |
Vadim Zeitlin | don't let IsDialogMessage() have VK_ESCAPE, this fixes...
|
commit | commitdiff | tree |
2002-04-12 |
Vadim Zeitlin | always handle Enter ourselves while editing tree ctrl...
|
commit | commitdiff | tree |
2002-04-12 |
Vadim Zeitlin | fixed the bug which resulted in not showing the grid...
|
commit | commitdiff | tree |
2002-04-12 |
Vadim Zeitlin | test wxExecute() in the sample
|
commit | commitdiff | tree |
2002-04-12 |
Vadim Zeitlin | implemented IPC using Unix domain sockets
|
commit | commitdiff | tree |
2002-04-12 |
Vadim Zeitlin | fixed bug with not NUL-terminating the string in GAddress_UN...
|
commit | commitdiff | tree |
2002-04-12 |
Vadim Zeitlin | a preprocessor constant must be 0, not FALSE
|
commit | commitdiff | tree |
2002-04-12 |
Vadim Zeitlin | bug/typo fixed: function returning a pointer should...
|
commit | commitdiff | tree |
2002-04-12 |
Vadim Zeitlin | replaced SetName() with SetText()
|
commit | commitdiff | tree |
2002-04-12 |
Vadim Zeitlin | implemented wxChoice::Delete
|
commit | commitdiff | tree |
2002-04-11 |
Vadim Zeitlin | don't use socket function when wxUSE_SOCKETS==0
|
commit | commitdiff | tree |
2002-04-11 |
Vadim Zeitlin | typo (thanks Nerijus)
|
commit | commitdiff | tree |
2002-04-11 |
Vadim Zeitlin | updated to mention X11
|
commit | commitdiff | tree |
2002-04-11 |
Vadim Zeitlin | fixed 2 small typos (reported by Janos Vegh)
|
commit | commitdiff | tree |
2002-04-11 |
Vadim Zeitlin | fixed 2 bugs which were fixed in GetFullPath() but...
|
commit | commitdiff | tree |
2002-04-11 |
Vadim Zeitlin | added more GetPath() tests
|
commit | commitdiff | tree |
2002-04-11 |
Vadim Zeitlin | fixed GetPath() trailing separator bug, rewrote GetFullPath...
|
commit | commitdiff | tree |
2002-04-11 |
Vadim Zeitlin | added missing WINAPI to GET_LONG_PATH_NAME typedef...
|
commit | commitdiff | tree |
2002-04-11 |
Vadim Zeitlin | generate the focus events for wxComboBox, also solves...
|
commit | commitdiff | tree |
2002-04-11 |
Vadim Zeitlin | mention wxDIALOG_NO_PARENT
|
commit | commitdiff | tree |
2002-04-10 |
Vadim Zeitlin | no changes
|
commit | commitdiff | tree |
2002-04-10 |
Vadim Zeitlin | don't send dummy scroll events from wxNotebook when...
|
commit | commitdiff | tree |
2002-04-09 |
Vadim Zeitlin | wxSizeEvent now carries the total size, not just the...
|
commit | commitdiff | tree |
2002-04-09 |
Vadim Zeitlin | added another size to the status bar display
|
commit | commitdiff | tree |
2002-04-09 |
Vadim Zeitlin | fixed the initial wxCalendarCtrl position and a minor...
|
commit | commitdiff | tree |
2002-04-09 |
Vadim Zeitlin | added support for the multiline button labels
|
commit | commitdiff | tree |
2002-04-09 |
Vadim Zeitlin | made one button label multiline for testing
|
commit | commitdiff | tree |
2002-04-09 |
Vadim Zeitlin | fixed a bug in wxStopWatch::Pause() (wouldn't pause...
|
commit | commitdiff | tree |
2002-04-08 |
Vadim Zeitlin | fixed format parameter in wxGetVolumeString() (closes...
|
commit | commitdiff | tree |
2002-04-08 |
Vadim Zeitlin | fixed several bugs in Mkdir() and also modified its...
|
commit | commitdiff | tree |
2002-04-08 |
Vadim Zeitlin | added GetPath(flags) version to allow retrieving the...
|
commit | commitdiff | tree |
2002-04-08 |
Vadim Zeitlin | added the keyboard sample
|
commit | commitdiff | tree |
2002-04-08 |
Vadim Zeitlin | wxMSW doesn't send CHAR events for Caps/Scroll/NumLock...
|
commit | commitdiff | tree |
2002-04-08 |
Vadim Zeitlin | added a few debugging messages
|
commit | commitdiff | tree |
2002-04-08 |
Vadim Zeitlin | report all ASCII keys, not just the US-ASCII ones
|
commit | commitdiff | tree |
2002-04-08 |
Vadim Zeitlin | fix for non-US keyboards: the ASCII chars must be unsigned
|
commit | commitdiff | tree |
2002-04-08 |
Vadim Zeitlin | wxGTK keyboard handling now behaves (mostly) like wxMSW
|
commit | commitdiff | tree |
2002-04-08 |
Vadim Zeitlin | some kbd processing code cleanup, no real changes yet
|
commit | commitdiff | tree |
2002-04-08 |
Vadim Zeitlin | fixed crash in SetFirstVisible()
|
commit | commitdiff | tree |
2002-04-08 |
Vadim Zeitlin | Unix makefile for the new sample
|
commit | commitdiff | tree |
2002-04-08 |
Vadim Zeitlin | temporary compilation fix
|
commit | commitdiff | tree |
2002-04-07 |
Vadim Zeitlin | fix for splitting the UNC paths
|
commit | commitdiff | tree |
2002-04-07 |
Vadim Zeitlin | added ra key methods docs
|
commit | commitdiff | tree |
2002-04-07 |
Vadim Zeitlin | added wxTextCtrl::EmulateKeyPress
|
commit | commitdiff | tree |
2002-04-07 |
Vadim Zeitlin | added raw key code and flags support (based on patch...
|
commit | commitdiff | tree |
2002-04-07 |
Vadim Zeitlin | added option to show the raw key codes
|
commit | commitdiff | tree |
2002-04-07 |
Vadim Zeitlin | added a new sample to show the key events
|
commit | commitdiff | tree |
2002-04-07 |
Vadim Zeitlin | reformatted to fit in the page width
|
commit | commitdiff | tree |
2002-04-07 |
Vadim Zeitlin | compilation fix for USE_PCH
|
commit | commitdiff | tree |
2002-04-07 |
Vadim Zeitlin | refresh the dialog children forcefully even if wxCLIP_CHILDR...
|
commit | commitdiff | tree |
2002-04-07 |
Vadim Zeitlin | removed Robert's test code
|
commit | commitdiff | tree |
2002-04-06 |
Vadim Zeitlin | refresh the dialogs after resize - this is the only...
|
commit | commitdiff | tree |
2002-04-06 |
Vadim Zeitlin | cleaned up the checkbox creation code (~70 lines of...
|
commit | commitdiff | tree |
2002-04-06 |
Vadim Zeitlin | no significant changes
|
commit | commitdiff | tree |
2002-04-06 |
Vadim Zeitlin | fixed bug with initial path being a root directory...
|
commit | commitdiff | tree |
2002-04-05 |
Vadim Zeitlin | SetPath() is now implemented in dirdlg.cpp
|
commit | commitdiff | tree |
next |