projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Take into account Info.plist
[wxWidgets.git]
/
src
/
2006-02-06
Stefan Csomor
guard against early redraws
tree
|
commitdiff
2006-02-06
David Surovell
added protection against non-file drop targets receivin...
tree
|
commitdiff
2006-02-06
Jamie Gadd
Add check for wxGLCanvas to wxCheckWindowWndProc. Fixes...
tree
|
commitdiff
2006-02-06
David Surovell
cleanup - reformatting
tree
|
commitdiff
2006-02-05
Vadim Zeitlin
now we don't only show label mnemonics but they also...
tree
|
commitdiff
2006-02-05
Vadim Zeitlin
no changes; just some (very) minor cleanup
tree
|
commitdiff
2006-02-05
Vadim Zeitlin
use XmNrecomputeSize instead of manually resizing the...
tree
|
commitdiff
2006-02-05
Vadim Zeitlin
use GTKRemoveMnemonics instead of wxStripMenuCodes
tree
|
commitdiff
2006-02-05
Vadim Zeitlin
removed GTKConvertMnemonics() which is not used in...
tree
|
commitdiff
2006-02-05
Vadim Zeitlin
honour the mnemonics; don't use gtk_label_set_markup...
tree
|
commitdiff
2006-02-05
Robin Dunn
For consistency with the docs and with wxMSW the keycod...
tree
|
commitdiff
2006-02-05
David Surovell
cleanup - reformatting
tree
|
commitdiff
2006-02-05
Włodzimierz Skiba
Missing break after error in daily build.
tree
|
commitdiff
2006-02-05
David Surovell
added ctor implementation from header + initialzation...
tree
|
commitdiff
2006-02-05
Roger Gammans
fix for [1357272] . Replace the fake year with unique...
tree
|
commitdiff
2006-02-05
Vadim Zeitlin
renamed AddSubPage() with pos parameter to InsertSubPage()
tree
|
commitdiff
2006-02-05
Vadim Zeitlin
renamed AddSubPage() with pos parameter to InsertSubPage()
tree
|
commitdiff
2006-02-05
Jamie Gadd
Deprecate wxDC::{Begin,End}Drawing()
tree
|
commitdiff
2006-02-05
David Surovell
correct include file conditionalization, take 2
tree
|
commitdiff
2006-02-05
David Surovell
cleanup - reformatting
tree
|
commitdiff
2006-02-05
David Surovell
cleanup - reformatting
tree
|
commitdiff
2006-02-05
Mart Raudsepp
GTK2: Revert one set_resizable back to set_policy for...
tree
|
commitdiff
2006-02-04
David Surovell
added appropriate WX_PRECOMP bracket for new include...
tree
|
commitdiff
2006-02-04
Stefan Csomor
support for default location added
tree
|
commitdiff
2006-02-04
Stefan Csomor
linking commands on the individual window level, otherw...
tree
|
commitdiff
2006-02-04
Stefan Csomor
deactivate read-only implementation for unicodetextcont...
tree
|
commitdiff
2006-02-04
Mart Raudsepp
I'm no fan of that focus ring being drawn inside the...
tree
|
commitdiff
2006-02-04
Mart Raudsepp
Optimize (for size) the cross_xpm used for the X button...
tree
|
commitdiff
2006-02-04
Mart Raudsepp
GTK2: gtk_widget_set_uposition -> gtk_window_move for...
tree
|
commitdiff
2006-02-04
Mart Raudsepp
GTK2: gtk_widget_set_uposition -> gtk_window_move for...
tree
|
commitdiff
2006-02-04
David Surovell
added missing include; minor reformatting
tree
|
commitdiff
2006-02-04
Mart Raudsepp
GTK2: Add a GTK_WIDGET_DRAWABLE check to the gtk_widget...
tree
|
commitdiff
2006-02-04
Mart Raudsepp
GTK2: gtk_widget_{push,pop}_visual don't do anything...
tree
|
commitdiff
2006-02-04
Mart Raudsepp
gtk_signal_connect -> g_signal_connect in unix/mediactr...
tree
|
commitdiff
2006-02-04
Mart Raudsepp
GTK2: gtk_entry_* -> gtk_editable_* where necessary
tree
|
commitdiff
2006-02-04
Mart Raudsepp
GTK2: gtk_radio_button_group -> _set_group; A missed...
tree
|
commitdiff
2006-02-03
Mart Raudsepp
GTK2: gtk_container_children -> gtk_container_get_children
tree
|
commitdiff
2006-02-03
Mart Raudsepp
GTK2: gtk_check_menu_item_set_state -> _set_active...
tree
|
commitdiff
2006-02-03
Mart Raudsepp
GTK2: gtk_notebook_set_page -> gtk_notebook_set_current...
tree
|
commitdiff
2006-02-03
Mart Raudsepp
GTK2: gtk_progress_bar_update -> gtk_progress_bar_set_f...
tree
|
commitdiff
2006-02-03
Mart Raudsepp
GTK2: gtk_widget_draw -> gtk_widget_queue_draw + gdk_wi...
tree
|
commitdiff
2006-02-03
Mart Raudsepp
GTK: gtk_menu_{insert,append} -> gtk_menu_shell_{insert...
tree
|
commitdiff
2006-02-03
Robin Dunn
Don't assume that msw.remap was 1, instead change it...
tree
|
commitdiff
2006-02-03
Mart Raudsepp
GTK2: gtk_label_set -> gtk_label_set_text
tree
|
commitdiff
2006-02-03
Mart Raudsepp
GTK2: gtk_toggle_button_set_state -> gtk_toggle_button_...
tree
|
commitdiff
2006-02-03
Mart Raudsepp
GTK2: gtk_timeout_add -> g_timeout_add; gtk_timeout_rem...
tree
|
commitdiff
2006-02-03
Mart Raudsepp
GTK2: gtk_window_set_policy -> gtk_window_set_resizable...
tree
|
commitdiff
2006-02-03
Mart Raudsepp
GTK2: gtk_draw_* -> gtk_paint_*
tree
|
commitdiff
2006-02-03
Mart Raudsepp
GTK2: gtk_widget_set_usize -> gtk_widget_set_size_request
tree
|
commitdiff
2006-02-03
Mart Raudsepp
GTK2: gtk_idle_add_priority -> g_idle_add_full; gtk_idl...
tree
|
commitdiff
2006-02-03
David Surovell
minor reformat
tree
|
commitdiff
2006-02-03
Mart Raudsepp
g_main_set_poll_func(x) -> g_main_context_set_poll_func...
tree
|
commitdiff
2006-02-03
Mart Raudsepp
Remove obsolete GTK1 compatibility macros. Patch #14134...
tree
|
commitdiff
2006-02-03
Mattia Barbon
DeleteFunction argument should be non-const since it
tree
|
commitdiff
2006-02-03
Julian Smart
Fix for WinCE - no delayed sizing for now
tree
|
commitdiff
2006-02-03
Julian Smart
Applied patch from Neil Robinson to allow manipulation...
tree
|
commitdiff
2006-02-02
Robin Dunn
Fix for bug #1422217. Menu items with the checked...
tree
|
commitdiff
2006-02-02
David Surovell
add missing wxHTML sources
tree
|
commitdiff
2006-02-02
Julian Smart
Scroll text into view when typing
tree
|
commitdiff
2006-02-01
Robin Dunn
Set the toolbar orientation based on the wxBK_ alignmen...
tree
|
commitdiff
2006-02-01
Włodzimierz Skiba
eVC3 build fix.
tree
|
commitdiff
2006-02-01
Włodzimierz Skiba
wxOS2 warning fixes after daily build log.
tree
|
commitdiff
2006-01-31
Włodzimierz Skiba
[ 1420190 ] Enable backspace key on smartphone
tree
|
commitdiff
2006-01-31
Włodzimierz Skiba
Warning fix.
tree
|
commitdiff
2006-01-31
Julian Smart
Mac doesn't like getting an icon if it's a bitmap
tree
|
commitdiff
2006-01-31
Julian Smart
wxControl::SetLabel no longer strips out codes so do...
tree
|
commitdiff
2006-01-31
Julian Smart
Added missing include
tree
|
commitdiff
2006-01-31
Julian Smart
Added SetSheetStyle to property sheet dialog to allow...
tree
|
commitdiff
2006-01-31
Julian Smart
Introduced the ability to size a book control based...
tree
|
commitdiff
2006-01-31
Julian Smart
Added toolbook.cpp
tree
|
commitdiff
2006-01-31
Robin Dunn
Another patch from Tim Kosse for using images on more...
tree
|
commitdiff
2006-01-31
Robin Dunn
Putting the SetBestFittingSize() call at the end of...
tree
|
commitdiff
2006-01-31
Włodzimierz Skiba
Last parameter of GetVolumeInformation() is not pointer.
tree
|
commitdiff
2006-01-30
Julian Smart
Reverting patch 1325857
tree
|
commitdiff
2006-01-30
Robin Dunn
This is a TOOLBOOK, not a LISTBOOK
tree
|
commitdiff
2006-01-30
Julian Smart
Added wxToolbook class
tree
|
commitdiff
2006-01-30
Julian Smart
Separated out book control sizing code
tree
|
commitdiff
2006-01-29
David Surovell
remove extraneous whitespace
tree
|
commitdiff
2006-01-28
David Surovell
minor changes as per RN comments - add some comments...
tree
|
commitdiff
2006-01-28
David Surovell
improved LaunchDefaultBrowser on FreeBSD systems by...
tree
|
commitdiff
2006-01-28
Stefan Csomor
converting menu ids and safeguarding against missing...
tree
|
commitdiff
2006-01-28
Julian Smart
Further attempts at WinCE media control
tree
|
commitdiff
2006-01-28
Vadim Zeitlin
SetSelection() must update m_selectionOld, otherwise...
tree
|
commitdiff
2006-01-27
Julian Smart
Further steps towards media control support in WinCE...
tree
|
commitdiff
2006-01-27
Vadim Zeitlin
don't eat all events if m_maxLength is 0: this means...
tree
|
commitdiff
2006-01-27
Vadim Zeitlin
fixed MIPSpro version in the comment
tree
|
commitdiff
2006-01-27
Włodzimierz Skiba
Fix fro conflict between defs.h and glib headers.
tree
|
commitdiff
2006-01-27
Stefan Csomor
removing unnecessary code
tree
|
commitdiff
2006-01-27
Stefan Csomor
adapting keycode field usage for EVT_CHAR in unicode...
tree
|
commitdiff
2006-01-27
Włodzimierz Skiba
Fix fro conflict between defs.h and glib headers.
tree
|
commitdiff
2006-01-27
Stefan Csomor
app.h must be included for the non RAEL implementation...
tree
|
commitdiff
2006-01-27
Kevin Hock
Fix InterruptWait on wxBase; use polling on wxBase...
tree
|
commitdiff
2006-01-27
Vadim Zeitlin
tentative compilation fix for MIPSpro 7.2
tree
|
commitdiff
2006-01-26
Włodzimierz Skiba
Include order is wxprec.h=>defs.h=>platform.h=>setup...
tree
|
commitdiff
2006-01-26
Włodzimierz Skiba
Blind fixes for warnings in wxTinderbox.
tree
|
commitdiff
2006-01-26
Włodzimierz Skiba
#include moved to module.
tree
|
commitdiff
2006-01-26
Włodzimierz Skiba
Include order is wxprec.h=>defs.h=>platform.h=>setup...
tree
|
commitdiff
2006-01-26
Włodzimierz Skiba
Include order is wxprec.h=>defs.h=>platform.h=>setup...
tree
|
commitdiff
2006-01-26
Stefan Csomor
implementing pure carbon event behaviour, getting rid...
tree
|
commitdiff
2006-01-26
Włodzimierz Skiba
Filename correction.
tree
|
commitdiff
next