projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
no changes, just added a clarifying comment
[wxWidgets.git]
/
src
/
gtk
/
app.cpp
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
blob
|
commitdiff
|
raw
2008-12-29
Francesco Montorsi
use a common m_isInsideYield flag instead of static...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-16
Václav Slavík
removed no longer needed wxOKlibc() helper
blob
|
commitdiff
|
raw
|
diff to current
2008-03-13
Paul Cornett
fix for idle processing stopping without processing...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Vadim Zeitlin
fix handling of native toolkit command line options...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Vadim Zeitlin
add SetNativeTheme() (slightly modified patch 1884553)
blob
|
commitdiff
|
raw
|
diff to current
2007-12-20
Paul Cornett
remove old thread debugging code
blob
|
commitdiff
|
raw
|
diff to current
2007-12-17
Paul Cornett
add MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-13
Vadim Zeitlin
delete m_idleMutex later to avoid crashes if any window...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-12
Vadim Zeitlin
some Hildon integration work: use HildonProgram (for...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-06
Paul Cornett
New "pizza" widget implementation. Window border widths...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-21
Vadim Zeitlin
include vms_jackets.h directly from wx/platform.h inste...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-08
Paul Cornett
process pending wx events before sending idle events
blob
|
commitdiff
|
raw
|
diff to current
2007-06-22
Vadim Zeitlin
fix warnings about parameters shadowing member variables
blob
|
commitdiff
|
raw
|
diff to current
2007-04-23
Václav Slavík
added code for checking if the current locale is UTF...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-23
Vadim Zeitlin
tiny change to make g++ 3.3 compile the latest version
blob
|
commitdiff
|
raw
|
diff to current
2007-04-22
Vadim Zeitlin
detect if there was an error in standard GTK+ options...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-22
Vadim Zeitlin
update wxApp::argc/argv to remove the options parsed...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-19
Paul Cornett
Reorganize idle system code.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-15
Vadim Zeitlin
Refactor all code common to X11 OpenGL implementations...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Vadim Zeitlin
Big wxGL classes refactoring/cleanup:
blob
|
commitdiff
|
raw
|
diff to current
2007-03-20
Vadim Zeitlin
prevent GTK+ from changing locale when wxUSE_INTL=...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-12
Vadim Zeitlin
added wxAppTraits::SetLocale() and call it during wxApp...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-07
Vadim Zeitlin
no changes, just removed TABs/trailing spaces
blob
|
commitdiff
|
raw
|
diff to current
2007-03-07
Vadim Zeitlin
fix hang on startup in Unicode build if any standard...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-18
Paul Cornett
revert last, GUI mutex isn't GUI-only
blob
|
commitdiff
|
raw
|
diff to current
2007-01-18
Paul Cornett
use GTK-specific GUI lock
blob
|
commitdiff
|
raw
|
diff to current
2007-01-15
Paul Cornett
remove some unneeded includes, clean up gnome force...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-15
Paul Cornett
chain to the polling function GLib was using before...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-28
Paul Cornett
fix idle handling when a new event loop is run from...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-09
Paul Cornett
rename RemoveIdleSource to SuspendIdleCallback
blob
|
commitdiff
|
raw
|
diff to current
2006-12-08
Paul Cornett
re-enable blocking of wx idle events when assert dialog...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-07
Robert Roebling
No longer break idle (and indeed all) event handling
blob
|
commitdiff
|
raw
|
diff to current
2006-11-27
Michael Wetherell
Check for G_FILENAME_ENCODING=@locale case insensitively.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-17
Robert Roebling
Implemented forceTrueColour in SetBestVisual.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-11
Robin Dunn
wxFD_SETSIZE --> FD_SETSIZE
blob
|
commitdiff
|
raw
|
diff to current
2006-11-03
Paul Cornett
ignore requests to install idle handler when app instan...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-02
Paul Cornett
don't reset idle tag unless idle function is also going...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Paul Cornett
don't try to add emission hook if GtkWidget type is...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-09
Paul Cornett
add emission hook from RemoveIdleSource (was RemoveIdle...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-26
Paul Cornett
use "event" signal emission hook to install idle handle...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-26
Paul Cornett
don't tie up cpu in idle loop when showing assert dialog
blob
|
commitdiff
|
raw
|
diff to current
2006-08-26
Paul Cornett
remove special pending idle callback, pending events...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-25
Vadim Zeitlin
override OnAssertFailure(), not OnAssert() which is...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-09
Michael Wetherell
Detect and use sys/select.h required by POSIX for select
blob
|
commitdiff
|
raw
|
diff to current
2006-07-03
Włodzimierz Skiba
Include wx/image.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-19
Włodzimierz Skiba
Include wx/gdicmn.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-19
Paul Cornett
remove obsolete color cube and image to bitmap code
blob
|
commitdiff
|
raw
|
diff to current
2006-06-14
Włodzimierz Skiba
Include wx/font.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-08
Włodzimierz Skiba
Include wx/memory.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-25
Włodzimierz Skiba
Include wx/msgdlg.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-24
Włodzimierz Skiba
Include wx/settings.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-22
Włodzimierz Skiba
Include wx/dialog.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-22
Paul Cornett
unused win_gtk stuff
blob
|
commitdiff
|
raw
|
diff to current
2006-05-02
Włodzimierz Skiba
Include wx/utils.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-26
Włodzimierz Skiba
Include wx/log.h according to precompiled headers of...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-25
Włodzimierz Skiba
Include wx/intl.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-04
Mart Raudsepp
wxGTK2: No need to warn about threads being unsupported...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-04
Mart Raudsepp
gdk_window_get_visual -> gdk_drawable_get_visual
blob
|
commitdiff
|
raw
|
diff to current
2006-03-17
Robert Roebling
Rearrange code to make adding wxMimeTypesManagerFactory
blob
|
commitdiff
|
raw
|
diff to current
2006-03-09
Vadim Zeitlin
fixed idle event generation logic (thanks to Paul Corne...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-09
Vadim Zeitlin
moved wxapp_install_idle_handler and g_isIdle from...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-22
Robert Roebling
Support requesting more idle events.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-03
Mart Raudsepp
GTK2: gtk_idle_add_priority -> g_idle_add_full; gtk_idl...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-03
Mart Raudsepp
g_main_set_poll_func(x) -> g_main_context_set_poll_func...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-22
Mart Raudsepp
Nuke GTK1 from src/gtk
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Vadim Zeitlin
first round of Intel compiler warning fixes: down from...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-07-26
Michael Wetherell
Support comma separated list in G_FILENAME_ENCODING
blob
|
commitdiff
|
raw
|
diff to current
2005-05-30
Julian Smart
Applied patch [ 1211219 ] Build fix for configurations...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Michael Wetherell
Support for G_FILENAME_ENCODING=@locale
blob
|
commitdiff
|
raw
|
diff to current
2005-04-13
Michael Wetherell
Move G_FILENAME_ENCODING to wxGTK
blob
|
commitdiff
|
raw
|
diff to current
2005-03-29
Robert Roebling
Made wxConvBrokenFileNames public.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-27
Vadim Zeitlin
applied patch fixing problems with X server crash when...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Robert Roebling
Made gnome printing stuff return wxPRINT_CANCELLED if
blob
|
commitdiff
|
raw
|
diff to current
2004-12-01
Robert Roebling
Added support for GNOME print in static builds
blob
|
commitdiff
|
raw
|
diff to current
2004-11-12
Václav Slavík
more wxPostEvent MT fixes
blob
|
commitdiff
|
raw
|
diff to current
2004-11-04
Václav Slavík
(hopefully) fixed race condition in installing idle...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-25
Kevin Hock
MutexGui calls in WakeUpIdle are not needed under GTK2...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-12
Václav Slavík
removed unneeded call to wxGetRootWindow, so that windo...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2004-05-21
Robin Dunn
Use gtk_init_check instead of gtk_init so that we can...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-28
Robert Roebling
make use of GPE feature
blob
|
commitdiff
|
raw
|
diff to current
2003-09-27
Vadim Zeitlin
removed wxApp::Initialized() (replaced with a dummy...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-15
Vadim Zeitlin
use wxEventLoop in wxApp under wxMSW; factored out...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-10
Robert Roebling
Test if G_threads already are initialized.
blob
|
commitdiff
|
raw
|
diff to current
2003-08-13
Jouk Jansen
Committing in .
blob
|
commitdiff
|
raw
|
diff to current
2003-08-09
Václav Slavík
added support for gcc precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2003-07-14
Julian Smart
Rationalised OnIdle
blob
|
commitdiff
|
raw
|
diff to current
2003-07-13
Julian Smart
Improvements to OnIdle processing
blob
|
commitdiff
|
raw
|
diff to current
2003-07-09
Julian Smart
- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-07
Julian Smart
Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-07
Václav Slavík
Unicode compilation fixes
blob
|
commitdiff
|
raw
|
diff to current
2003-06-30
Vadim Zeitlin
small wxGTK compilation fixes
blob
|
commitdiff
|
raw
|
diff to current
2003-06-30
Vadim Zeitlin
more work on fixing wxEntry() and ANSI/Unicode cmd...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-30
Vadim Zeitlin
extracted common initialization/cleanup functions in...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-24
Vadim Zeitlin
compilation fix for wxGTK
blob
|
commitdiff
|
raw
|
diff to current
2003-06-24
Vadim Zeitlin
wxBase/GUI separation: 1st step, wxMSW should build...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-21
Julian Smart
Applied patch [ 739401 ] gtk_init() has to be called...
blob
|
commitdiff
|
raw
|
diff to current
next