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 |
2005-01-26 |
Kevin Hock | Added wxUSE_MENUS_NATIVE wrapper around DoPopupMenu...
|
commit | commitdiff | tree |
2005-01-24 |
Kevin Hock | Create non-GUI log target until GUI logging is available...
|
commit | commitdiff | tree |
2005-01-24 |
Kevin Hock | For consistency between WMs and with MSW, TOOL_WINDOW...
|
commit | commitdiff | tree |
2005-01-24 |
Kevin Hock | For consistency between WMs and with MSW, TOOL_WINDOW...
|
commit | commitdiff | tree |
2005-01-23 |
Kevin Hock | We need to update the scrollbar even if it's not shown...
|
commit | commitdiff | tree |
2005-01-23 |
Kevin Hock | Added inverse checkbox to test sliders with wxSL_INVERSE...
|
commit | commitdiff | tree |
2005-01-22 |
Kevin Hock | gtk_range_set_inverted only available on GTK2
|
commit | commitdiff | tree |
2005-01-21 |
Kevin Hock | Do not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab...
|
commit | commitdiff | tree |
2005-01-21 |
Kevin Hock | Add support for wxSL_INVERSE using gtk_range_set_inverted
|
commit | commitdiff | tree |
2005-01-21 |
Kevin Hock | wxSL_INVERSE added, noted as being wxGTK only (for...
|
commit | commitdiff | tree |
2005-01-21 |
Kevin Hock | Add wxSL_INVERSE flag
|
commit | commitdiff | tree |
2005-01-21 |
Kevin Hock | Fixed name strings to match documentation (Expanded...
|
commit | commitdiff | tree |
2005-01-19 |
Kevin Hock | Additional header files required
|
commit | commitdiff | tree |
2005-01-19 |
Kevin Hock | Additional header files required
|
commit | commitdiff | tree |
2005-01-18 |
Kevin Hock | Added DLL export for wxCommandEventStringHelper
|
commit | commitdiff | tree |
2005-01-18 |
Kevin Hock | Fixed wxTextCtrl being undefined when not using precompiled...
|
commit | commitdiff | tree |
2005-01-18 |
Kevin Hock | For efficiency reasons, text controls no longer set...
|
commit | commitdiff | tree |
2005-01-18 |
Kevin Hock | GetString() method queries the control for the string...
|
commit | commitdiff | tree |
2005-01-18 |
Kevin Hock | Event member variables hidden, text control efficiency...
|
commit | commitdiff | tree |
2005-01-18 |
Kevin Hock | Removed m_ variables from the documentation, since...
|
commit | commitdiff | tree |
2005-01-18 |
Kevin Hock | Move member m_ variables to be protected rather than...
|
commit | commitdiff | tree |
2005-01-18 |
Kevin Hock | Use event modifiers and accessors rather than m_ variables...
|
commit | commitdiff | tree |
2005-01-06 |
Kevin Hock | whilst -> while
|
commit | commitdiff | tree |
2004-12-12 |
Kevin Hock | Revert change to wording... it is correct to have ...
|
commit | commitdiff | tree |
2004-12-06 |
Kevin Hock | wxHSCROLL works in GTK2, changed description to indicate...
|
commit | commitdiff | tree |
2004-12-05 |
Kevin Hock | Prevent GDK assertions when a window has a hidden ...
|
commit | commitdiff | tree |
2004-12-05 |
Kevin Hock | Freeze/Thaw implementation
|
commit | commitdiff | tree |
2004-12-05 |
Kevin Hock | Freeze/Thaw patch missed a place where m_buffer should...
|
commit | commitdiff | tree |
2004-12-05 |
Kevin Hock | Updating wording in Freeze to more accurately describe...
|
commit | commitdiff | tree |
2004-12-02 |
Kevin Hock | Honor value of SetMaxLength, at least when typing ...
|
commit | commitdiff | tree |
2004-12-01 |
Kevin Hock | Create wxGtkTextApplyTagsFromAttr for common processing...
|
commit | commitdiff | tree |
2004-11-30 |
Kevin Hock | gtk_window_[un]fullscreen only available with GTK ...
|
commit | commitdiff | tree |
2004-11-22 |
Kevin Hock | At least under GTK2, we do not need m_widget->window...
|
commit | commitdiff | tree |
2004-11-21 |
Kevin Hock | The presence of the effects controls (i.e. color) should...
|
commit | commitdiff | tree |
2004-11-17 |
Kevin Hock | Added archive.h to list of headers, put archive.cpp...
|
commit | commitdiff | tree |
2004-11-17 |
Kevin Hock | Fix tree control focus issues on OS X (and possibly...
|
commit | commitdiff | tree |
2004-11-10 |
Kevin Hock | Correct typos, minor wording improvements
|
commit | commitdiff | tree |
2004-11-10 |
Kevin Hock | Clarified the wording for the return value of count
|
commit | commitdiff | tree |
2004-11-10 |
Kevin Hock | Fixed two instances of : inbetween wxRect and method...
|
commit | commitdiff | tree |
2004-11-09 |
Kevin Hock | [1001483] Added wxPasswordEntryDialog analagous to...
|
commit | commitdiff | tree |
2004-11-09 |
Kevin Hock | [1001483] wxGetPasswordFromUser now uses wxPasswordEntryDial...
|
commit | commitdiff | tree |
2004-11-09 |
Kevin Hock | [1001483] Added default prompt for new wxPasswordEntryDialog
|
commit | commitdiff | tree |
2004-11-09 |
Kevin Hock | [1001483] Added wxPasswordEntryDialog analagous to...
|
commit | commitdiff | tree |
2004-11-07 |
Kevin Hock | The spacing just isn't right without the 4 pixel border...
|
commit | commitdiff | tree |
2004-11-07 |
Kevin Hock | EnableEffects added for generic font dialog
|
commit | commitdiff | tree |
2004-11-07 |
Kevin Hock | Added checking of EnableEffects flag and not allowing...
|
commit | commitdiff | tree |
2004-11-06 |
Kevin Hock | Add ability to position and/or center the dialog for...
|
commit | commitdiff | tree |
2004-11-06 |
Kevin Hock | Add ability to position and/or center the dialog for...
|
commit | commitdiff | tree |
2004-11-06 |
Kevin Hock | Simplified the wxCENTRE style check
|
commit | commitdiff | tree |
2004-10-30 |
Kevin Hock | Better alphabetized the event handler macros
|
commit | commitdiff | tree |
2004-10-25 |
Kevin Hock | MutexGui calls in WakeUpIdle are not needed under GTK2...
|
commit | commitdiff | tree |
2004-10-22 |
Kevin Hock | *** empty log message ***
|
commit | commitdiff | tree |
2004-10-22 |
Kevin Hock | *** empty log message ***
|
commit | commitdiff | tree |
2004-10-22 |
Kevin Hock | Documentation patch from Olly Betts
|
commit | commitdiff | tree |
2004-10-22 |
Kevin Hock | Removed , from end of enumerated list wxPrintBin
|
commit | commitdiff | tree |
2004-10-08 |
Kevin Hock | Added Quicktime framework from System folder, updated...
|
commit | commitdiff | tree |
2004-10-07 |
Kevin Hock | Fixed typos -- obejct should be object
|
commit | commitdiff | tree |
2004-10-06 |
Kevin Hock | Expanded comment in Initialize to include why Initialize...
|
commit | commitdiff | tree |
2004-10-06 |
Kevin Hock | Mac sockets events must be added to the RunLoop in...
|
commit | commitdiff | tree |
next |