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 |
2002-04-05 |
Vadim Zeitlin | some updates I forgot to commit before: mention wxCondition...
|
commit | commitdiff | tree |
2002-04-05 |
Vadim Zeitlin | compilation fix for !WXWIN_COMPATIBILITY_2_2
|
commit | commitdiff | tree |
2002-04-05 |
Vadim Zeitlin | compilation fix for !WXWIN_COMPATIBILITY_2_2
|
commit | commitdiff | tree |
2002-04-05 |
Vadim Zeitlin | added a few missing tree events to the docs
|
commit | commitdiff | tree |
2002-04-05 |
Vadim Zeitlin | minor fix to wxFileName::MakeRelativeTo(), removed...
|
commit | commitdiff | tree |
2002-04-05 |
Vadim Zeitlin | warning fix for cygwin (patch 539654)
|
commit | commitdiff | tree |
2002-04-05 |
Vadim Zeitlin | more fixes to handling the paths with trailing slashes...
|
commit | commitdiff | tree |
2002-04-04 |
Vadim Zeitlin | use full 32bit range for the process ids
|
commit | commitdiff | tree |
2002-04-03 |
Vadim Zeitlin | don't show generic dir dlg when it's the same as the...
|
commit | commitdiff | tree |
2002-04-03 |
Vadim Zeitlin | fixed error checking in wxKill
|
commit | commitdiff | tree |
2002-04-03 |
Vadim Zeitlin | added a note about the constraints being deprecated
|
commit | commitdiff | tree |
2002-04-03 |
Vadim Zeitlin | reuse the fonts in the resource loading code (patch...
|
commit | commitdiff | tree |
2002-04-03 |
Vadim Zeitlin | don't reenable the disabled windows in OnShow(), it...
|
commit | commitdiff | tree |
2002-04-03 |
Vadim Zeitlin | fixed a race condition resulting in returning incorrect...
|
commit | commitdiff | tree |
2002-04-02 |
Vadim Zeitlin | fixed OnDropFiles() signature
|
commit | commitdiff | tree |
2002-04-02 |
Vadim Zeitlin | compilation warning fixed
|
commit | commitdiff | tree |
2002-04-02 |
Vadim Zeitlin | changed wxCondition API to take a reference, not pointer...
|
commit | commitdiff | tree |
2002-04-02 |
Vadim Zeitlin | compilation fixes for the recent commit
|
commit | commitdiff | tree |
2002-04-02 |
Vadim Zeitlin | added wxSemaphore (with docs), new version of wxCondition...
|
commit | commitdiff | tree |
2002-04-02 |
Vadim Zeitlin | added the include files section (patch 538251)
|
commit | commitdiff | tree |
2002-04-02 |
Vadim Zeitlin | fixed paper size calculation (convert from 10ths of...
|
commit | commitdiff | tree |
2002-04-02 |
Vadim Zeitlin | compilation warning fixes
|
commit | commitdiff | tree |
2002-04-01 |
Vadim Zeitlin | more informational assert about the base class being...
|
commit | commitdiff | tree |
2002-04-01 |
Vadim Zeitlin | fixed wxCheckListBox behaviour in presense of wxLB_SORT...
|
commit | commitdiff | tree |
2002-04-01 |
Vadim Zeitlin | use the new wxExecute() API (no real changes)
|
commit | commitdiff | tree |
2002-04-01 |
Vadim Zeitlin | use the new API in the sample as it's more readable
|
commit | commitdiff | tree |
2002-04-01 |
Vadim Zeitlin | sleep while waiting for the spawned process to terminate...
|
commit | commitdiff | tree |
2002-04-01 |
Vadim Zeitlin | restored full redraw on repain behaviour by default...
|
commit | commitdiff | tree |
2002-03-30 |
Vadim Zeitlin | fix for the paths with trailing (back)slashes
|
commit | commitdiff | tree |
2002-03-30 |
Vadim Zeitlin | fixed an apparent bug in DetermineScaling()
|
commit | commitdiff | tree |
2002-03-29 |
Vadim Zeitlin | commented out an unused var
|
commit | commitdiff | tree |
2002-03-29 |
Vadim Zeitlin | corrected the previous warning fix so that it doesn...
|
commit | commitdiff | tree |
2002-03-29 |
Vadim Zeitlin | fixed fl compilation after the recent tbar changes...
|
commit | commitdiff | tree |
2002-03-29 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2002-03-29 |
Vadim Zeitlin | fixed signed/unsigned comparison warning
|
commit | commitdiff | tree |
2002-03-28 |
Vadim Zeitlin | fixed VC++ warning in optimized build
|
commit | commitdiff | tree |
2002-03-28 |
Vadim Zeitlin | unapplied part of Dimitri's patch at his request
|
commit | commitdiff | tree |
2002-03-28 |
Vadim Zeitlin | fixed a buffer overflow (!) in wxHtmlTagsCache
|
commit | commitdiff | tree |
2002-03-28 |
Vadim Zeitlin | fixed a (harmless) BoundsChecker warning
|
commit | commitdiff | tree |
2002-03-28 |
Vadim Zeitlin | fixed compilation in Unicode build
|
commit | commitdiff | tree |
2002-03-28 |
Vadim Zeitlin | fixed typos in Unicode configs of wxBase (thanks Dimitri)
|
commit | commitdiff | tree |
2002-03-28 |
Vadim Zeitlin | committing the file which I forgot to commit yesterday...
|
commit | commitdiff | tree |
2002-03-28 |
Vadim Zeitlin | use PALETTERGB instead of RGB when creating wxMask...
|
commit | commitdiff | tree |
2002-03-28 |
Vadim Zeitlin | basic wxFileName functions seem to work under Windows
|
commit | commitdiff | tree |
2002-03-27 |
Vadim Zeitlin | added test of wxFSVolume
|
commit | commitdiff | tree |
2002-03-27 |
Vadim Zeitlin | wxFileName::Get/SetTimes() finally seem to work under...
|
commit | commitdiff | tree |
2002-03-27 |
Vadim Zeitlin | fixed bug in ConvertWxToFileTime (bug 525868)
|
commit | commitdiff | tree |
next |