2006-06-11 |
Kevin Hock | Fix socket crash in wxURL by safely Destroying the...
|
commit | commitdiff | tree |
2006-05-14 |
Kevin Hock | Continue reading after checking the pushback buffer...
|
commit | commitdiff | tree |
2006-04-02 |
Kevin Hock | Make the Connect that also takes a local bind port...
|
commit | commitdiff | tree |
2006-03-30 |
Kevin Hock | Fix GetTraits() check for event loop in wxSocketBase...
|
commit | commitdiff | tree |
2006-02-28 |
Kevin Hock | Make SetLocal actually work instead of crashing immediately...
|
commit | commitdiff | tree |
2006-02-28 |
Kevin Hock | Make MacSetMetalAppearance private so that the extra...
|
commit | commitdiff | tree |
2006-02-22 |
Kevin Hock | Rearrange and simplify read and error checks, and remove...
|
commit | commitdiff | tree |
2006-02-14 |
Kevin Hock | Fix wxComboBox constructors after keyboard access commit...
|
commit | commitdiff | tree |
2006-02-12 |
Kevin Hock | Add missing include for non-PCH builds
|
commit | commitdiff | tree |
2006-02-12 |
Kevin Hock | Add missing include for non-PCH builds
|
commit | commitdiff | tree |
2006-02-12 |
Kevin Hock | Note wxSOCKET_REUSEADDR and SetLocal/Connection changes...
|
commit | commitdiff | tree |
2006-02-12 |
Kevin Hock | Document new SetLocal method, new capabilities for...
|
commit | commitdiff | tree |
2006-02-11 |
Kevin Hock | Respect the REUSEADDR flag to allow rebinding; bind...
|
commit | commitdiff | tree |
2006-02-11 |
Kevin Hock | Respect the REUSEADDR flag to allow rebinding; bind...
|
commit | commitdiff | tree |
2006-02-11 |
Kevin Hock | Add SetLocal method; overload Connect to accept a local...
|
commit | commitdiff | tree |
2006-02-06 |
Kevin Hock | CheckValidator should not return false if no variable...
|
commit | commitdiff | tree |
2006-01-27 |
Kevin Hock | Fix InterruptWait on wxBase; use polling on wxBase...
|
commit | commitdiff | tree |
2006-01-27 |
Kevin Hock | Fixed wxSocketBase::InterruptWait on wxBase.
|
commit | commitdiff | tree |
2006-01-12 |
Kevin Hock | Change reference from GetForce to CanVeto
|
commit | commitdiff | tree |
2005-12-29 |
Kevin Hock | Remove obsolete GetForce
|
commit | commitdiff | tree |
2005-12-29 |
Kevin Hock | Remove wxConfig object caching (m_config), which solves...
|
commit | commitdiff | tree |
2005-11-13 |
Kevin Hock | Fix MDI child windows not becoming active when created...
|
commit | commitdiff | tree |
2005-11-09 |
Kevin Hock | Restored the accidentally deleted "return true;" at...
|
commit | commitdiff | tree |
2005-11-08 |
Kevin Hock | Remove fudges in Show: 1) Do not force a window to...
|
commit | commitdiff | tree |
2005-11-08 |
Kevin Hock | Remove always moving window to the top of the Z-order...
|
commit | commitdiff | tree |
2005-11-03 |
Kevin Hock | Use toplevel parent rather than immediate parent as...
|
commit | commitdiff | tree |
2005-10-28 |
Kevin Hock | Fixed description with number of ways to use timer...
|
commit | commitdiff | tree |
2005-10-10 |
Kevin Hock | For consistency with other ports, send TEXT event after...
|
commit | commitdiff | tree |
2005-10-05 |
Kevin Hock | Updated link to comctl32 download [ patch 1311650 ]
|
commit | commitdiff | tree |
2005-10-05 |
Kevin Hock | When recv returns 0, the connection has been remotely...
|
commit | commitdiff | tree |
2005-10-05 |
Kevin Hock | Revert last change, which made it impossible to set...
|
commit | commitdiff | tree |
2005-10-05 |
Kevin Hock | Do not allow events to fire after socket is closed...
|
commit | commitdiff | tree |
2005-10-01 |
Kevin Hock | Code formatting cleanup from OSAF [ patch 1307563 ]
|
commit | commitdiff | tree |
2005-09-26 |
Kevin Hock | In GetTextColour, use GetDefaultAttributes instead...
|
commit | commitdiff | tree |
2005-09-24 |
Kevin Hock | Use CXXFLAGS rather than CFLAGS for -Werror when determining...
|
commit | commitdiff | tree |
2005-09-19 |
Kevin Hock | Make sure Enable_Events is called when a connection...
|
commit | commitdiff | tree |
2005-09-11 |
Kevin Hock | Send mouse leave events in HandleMouseMove if HAVE_TRACKMOUS...
|
commit | commitdiff | tree |
2005-09-07 |
Kevin Hock | wxApp destructor is virtual [ patch 1283503 ]
|
commit | commitdiff | tree |
2005-09-03 |
Kevin Hock | Multi-thread fix from Angel [ patch 1281057 ]
|
commit | commitdiff | tree |
2005-07-29 |
Kevin Hock | Do not try to expand the root node in SetWindowStyle...
|
commit | commitdiff | tree |
2005-07-29 |
Kevin Hock | Fixed label positions for horizontal slider [ modified...
|
commit | commitdiff | tree |
2005-07-26 |
Kevin Hock | Updating wording in description of Skip to be less...
|
commit | commitdiff | tree |
2005-07-18 |
Kevin Hock | QueryValue should use Open(Read) rather than Open ...
|
commit | commitdiff | tree |
2005-07-17 |
Kevin Hock | Consider native data format, zero out buffer before...
|
commit | commitdiff | tree |
2005-07-17 |
Kevin Hock | Added null checks to wxTextObjectData::GetDataHere...
|
commit | commitdiff | tree |
2005-07-08 |
Kevin Hock | Fix zlib buffer overflow vulnerability [ Patch 1234072 ]
|
commit | commitdiff | tree |
2005-07-02 |
Kevin Hock | Fix BOTTOM events to use BOTTOM in their description...
|
commit | commitdiff | tree |
2005-06-22 |
Kevin Hock | Removed duplicate end list tag. Whoops, sorry.
|
commit | commitdiff | tree |
2005-06-22 |
Kevin Hock | Document EVT_TREE_STATE_IMAGE_CLICK (Windows only)
|
commit | commitdiff | tree |
2005-05-21 |
Kevin Hock | May as well add the GTK version runtime checks for...
|
commit | commitdiff | tree |
2005-05-21 |
Kevin Hock | wxSTAY_ON_TOP is available on all 3 major platforms...
|
commit | commitdiff | tree |
2005-05-21 |
Kevin Hock | Add wxSTAY_ON_TOP for wxGTK
|
commit | commitdiff | tree |
2005-05-21 |
Kevin Hock | Add wxSTAY_ON_TOP support [Patch 1206023]
|
commit | commitdiff | tree |
2005-05-21 |
Kevin Hock | Add comment to ITEM_MENU reflecting why it's the best...
|
commit | commitdiff | tree |
2005-05-21 |
Kevin Hock | Update description of ITEM_MENU to reflect its increased...
|
commit | commitdiff | tree |
2005-05-21 |
Kevin Hock | Include the location of the item in the ITEM_MENU event...
|
commit | commitdiff | tree |
2005-05-21 |
Kevin Hock | Include the location of the right-click, or the item...
|
commit | commitdiff | tree |
2005-05-12 |
Kevin Hock | Updated docs to accurately define wxHIDE_READONLY,...
|
commit | commitdiff | tree |
2005-04-28 |
Kevin Hock | Fix for unexplained change in socket behavior where...
|
commit | commitdiff | tree |
2005-04-22 |
Kevin Hock | Add comment explaining the role of wxMacExecute
|
commit | commitdiff | tree |
2005-04-19 |
Kevin Hock | Added Ryan Norton and myself to the list of contributors
|
commit | commitdiff | tree |
2005-04-14 |
Kevin Hock | Typo
|
commit | commitdiff | tree |
2005-04-10 |
Kevin Hock | th4ese -> these in comment
|
commit | commitdiff | tree |
2005-04-10 |
Kevin Hock | kTXNDoFontSubstitutionMask requires OS X 10.3 (undefined...
|
commit | commitdiff | tree |
2005-04-08 |
Kevin Hock | The manual has grown, change to a 2,000 page manual...
|
commit | commitdiff | tree |
2005-04-08 |
Kevin Hock | Revert change to wording *AGAIN*... it is correct to...
|
commit | commitdiff | tree |
2005-04-07 |
Kevin Hock | Declare CFRunLoopSourceRef rather than including the...
|
commit | commitdiff | tree |
2005-04-03 |
Kevin Hock | Remove unused variable "Point topleft" in ScrollRect
|
commit | commitdiff | tree |
2005-03-30 |
Kevin Hock | Added note that the GLOBAL config flag refers to HKLM...
|
commit | commitdiff | tree |
2005-03-29 |
Kevin Hock | Added __WXMAC_OSX__ guards around the CFRunLoop calls...
|
commit | commitdiff | tree |
2005-03-28 |
Kevin Hock | Separate includes needed for Darwin and classic [ followup...
|
commit | commitdiff | tree |
2005-03-28 |
Kevin Hock | Create RunLoop that can be used to process pending...
|
commit | commitdiff | tree |
2005-03-28 |
Kevin Hock | Replaced gunshot sound with a more benign, but still...
|
commit | commitdiff | tree |
2005-03-16 |
Kevin Hock | Unlike the preferences item which should only be enabled...
|
commit | commitdiff | tree |
2005-03-16 |
Kevin Hock | Allow using negative angles with DrawRotatedText. ...
|
commit | commitdiff | tree |
2005-03-16 |
Kevin Hock | Quit application menu item needs special handling like...
|
commit | commitdiff | tree |
2005-03-16 |
Kevin Hock | Added comments explaining more about the changes in...
|
commit | commitdiff | tree |
2005-03-14 |
Kevin Hock | Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS...
|
commit | commitdiff | tree |
2005-03-09 |
Kevin Hock | Automatic use of MSG_NOSIGNAL or SO_NOSIGPIPE (checked...
|
commit | commitdiff | tree |
2005-03-08 |
Kevin Hock | GTK1 compilation fix from Mart R., followup to patch...
|
commit | commitdiff | tree |
2005-03-08 |
Kevin Hock | Removed descriptions of now-private m_ variables and...
|
commit | commitdiff | tree |
2005-03-02 |
Kevin Hock | Add missing wxFileDialog flags to both dialog overview...
|
commit | commitdiff | tree |
2005-03-01 |
Kevin Hock | Revert last change moving wxFloodFill from imagfill...
|
commit | commitdiff | tree |
2005-02-28 |
Kevin Hock | Casting grouping (Get/SetNativeContext), fixes 10.2...
|
commit | commitdiff | tree |
2005-02-20 |
Kevin Hock | Color dialog sliders make more sense inverted, with...
|
commit | commitdiff | tree |
2005-02-19 |
Kevin Hock | ENTER and LEAVE mouse events for multi-line text controls...
|
commit | commitdiff | tree |
2005-02-19 |
Kevin Hock | Added newline at the end, eliminates gcc warning
|
commit | commitdiff | tree |
2005-02-19 |
Kevin Hock | Sample update - wxTE_AUTO_URL from Mart R. [patch 1126182]
|
commit | commitdiff | tree |
2005-02-19 |
Kevin Hock | Documentation - wxTE_AUTO_URL for wxGTK2 from Mart...
|
commit | commitdiff | tree |
2005-02-19 |
Kevin Hock | wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]
|
commit | commitdiff | tree |
2005-02-11 |
Kevin Hock | wxSL_INVERSE for MSW. Heavily modified patch 1096922.
|
commit | commitdiff | tree |
2005-02-11 |
Kevin Hock | Updated wxSlider docs now that wxSL_INVERSE is available...
|
commit | commitdiff | tree |
2005-02-06 |
Kevin Hock | As per the docs, the value returned is -1 if the value...
|
commit | commitdiff | tree |
2005-01-30 |
Kevin Hock | Clean up indentation / tabs from previous patch
|
commit | commitdiff | tree |
2005-01-30 |
Kevin Hock | Clean up indentation / tabs from previous patch
|
commit | commitdiff | tree |
2005-01-29 |
Kevin Hock | Make list consistent with tree in terms of Vetoed changes...
|
commit | commitdiff | tree |
2005-01-28 |
Kevin Hock | Close tree edit even if the change is vetoed to be...
|
commit | commitdiff | tree |
2005-01-28 |
Kevin Hock | Do not modify selection if right-click is on a selected...
|
commit | commitdiff | tree |
2005-01-27 |
Kevin Hock | Mac vertical sliders consistent with MSW/GTK vertical...
|
commit | commitdiff | tree |
2005-01-27 |
Kevin Hock | Add support for wxSL_INVERSE flag. Also uses new inverse...
|
commit | commitdiff | tree |
next |